milleruntime commented on issue #277:
URL: https://github.com/apache/fluo-uno/issues/277#issuecomment-987077181
I am not sure why this didn't get caught in the version checks in
`conf/uno.conf`.
<pre>
if [[ -z $ACCUMULO_REPO && ${ACCUMULO_VERSION} =~ ^1[.][0-9][.][0-9]+$ && !
${HADOOP_VERSION} = 2.* ]]; then
echo "ERROR from uno.conf : When using Accumulo versions prior to 1.10.x,
expect Hadoop 2.x not $HADOOP_VERSION" 1>&2
exit 1
fi
</pre>
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]