keith-turner opened a new pull request #297: allow using accumulo snapshot with java11 URL: https://github.com/apache/fluo-muchos/pull/297 Saw the following error when attempting to use snapshot version of Accumulo and Java 11. This commit fixes there error. ``` $ ./bin/muchos launch -c kt1 Traceback (most recent call last): File "/home/user1/muchos/lib/main.py", line 83, in <module> main() File "/home/user1/muchos/lib/main.py", line 55, in main config.verify_config(action) File "/home/user1/muchos/lib/muchos/config/ec2.py", line 40, in verify_config self._verify_config(action) File "/home/user1/muchos/lib/muchos/config/base.py", line 174, in _verify_config if self.java_product_version() >= 11 and StrictVersion(self.version('accumulo')) <= StrictVersion("1.9.3"): File "/usr/lib/python3.5/distutils/version.py", line 40, in __init__ self.parse(vstring) File "/usr/lib/python3.5/distutils/version.py", line 137, in parse raise ValueError("invalid version number '%s'" % vstring) ValueError: invalid version number '2.1.0-SNAPSHOT' ```
---------------------------------------------------------------- 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
