keith-turner commented on a change in pull request #294: Fix Muchos to work
with Java 11
URL: https://github.com/apache/fluo-muchos/pull/294#discussion_r339251916
##########
File path: ansible/roles/hadoop/tasks/main.yml
##########
@@ -34,6 +34,12 @@
with_items:
- workers
when: hadoop_major_version == '3'
+
+# This is currently needed to run hadoop with Java 11 (see
https://github.com/apache/fluo-muchos/issues/266)
+- name: "Copy javax.activation-api (when Hadoop 3 and Java 11 are used)"
+ synchronize: src={{ user_home }}/mvn_dep/ dest={{ hadoop_home
}}/share/hadoop/common/lib/
+ when: hadoop_major_version == '3' and java_product_version == 11
Review comment:
ok
----------------------------------------------------------------
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