All Downloads are FREE. Search and download functionalities are using the official Maven repository.

sar.pulsar-persist.1.13.2.source-code.gora.properties Maven / Gradle / Ivy

# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements.  See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License.  You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

# gora.datastore.default=org.apache.gora.memory.store.MemStore
# gora.datastore.default=org.apache.gora.hbase.store.HBaseStore
gora.datastore.default=org.apache.gora.mongodb.store.MongoStore

gora.datastore.autocreateschema=true

# MongoDBStore properties
# If true, hadoop configuration will be ignored
gora.mongodb.override_hadoop_configuration=false
gora.mongodb.mapping.file=/gora-mongodb-mapping.xml
gora.mongodb.servers=127.0.0.1:27017

# gora.mongodb.db=webpage
# since 1.12.x
gora.mongodb.db=webpage120




© 2015 - 2024 Weber Informatics LLC | Privacy Policy