djkevincr commented on a change in pull request #179: GORA-532: Apache Gora Benchmark initial pull request for review and comments URL: https://github.com/apache/gora/pull/179#discussion_r312688962
########## File path: gora-tutorial/conf/gora.properties ########## @@ -66,3 +66,18 @@ gora.datastore.jcache.hazelcast.config=hazelcast.xml #gora.aerospikestore.server.port=3000 #gora.aerospikestore.server.username= #gora.aerospikestore.server.password= + +############################ +# MongoDBStore properties # +############################ + +gora.datastore.autocreateschema=true Review comment: Please take a update/merge from current master, one of your previous PR's addressed this. Properties gora.datastore.autocreateschema, gora.datastore.default are duplicated keys for in properties file. We need to avoid that. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services