busbey commented on a change in pull request #197: When using ACCUMULO_REPO,
build with the appropriate Hadoop profile.
URL: https://github.com/apache/fluo-uno/pull/197#discussion_r219330802
##########
File path: bin/impl/fetch.sh
##########
@@ -59,10 +59,14 @@ function fetch_accumulo() {
fi
if [[ -n "$ACCUMULO_REPO" ]]; then
+ declare -a maven_args=(-DskipTests -DskipFormat)
+ if [[ "${HADOOP_VERSION}" = 3.* ]]; then
+ maven_args=("${maven_args[@]}" '-Dhadoop.profile=3')
Review comment:
Or running accumulo 2 when the Hadoop version isn't 3+
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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