ctubbsii commented on a change in pull request #242: Fix #240 Add ZK lib dir to Accumulo class path URL: https://github.com/apache/fluo-uno/pull/242#discussion_r394090795
########## File path: bin/impl/install/accumulo.sh ########## @@ -59,6 +59,9 @@ else $SED "s#instance[.]zookeepers=localhost:2181#instance.zookeepers=$UNO_HOST:2181#" "$conf"/accumulo-client.properties $SED "s#auth[.]principal=#auth.principal=$ACCUMULO_USER#" "$conf"/accumulo-client.properties $SED "s#auth[.]token=#auth.token=$ACCUMULO_PASSWORD#" "$conf"/accumulo-client.properties + if [[ $ACCUMULO_VERSION =~ ^2\.0\.0.*$ ]]; then Review comment: Probably... but I have not tested. It's probably best that, if you want to run Uno with one of those versions of Accumulo, you do so by changing the ZooKeeper version as well, to the version that Accumulo has been tested with (3.4.14 is probably best). ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
