keith-turner commented on a change in pull request #294: Fix YARN to work with 
Java 11
URL: https://github.com/apache/fluo-muchos/pull/294#discussion_r337541241
 
 

 ##########
 File path: ansible/roles/hadoop/tasks/main.yml
 ##########
 @@ -34,6 +34,11 @@
   with_items:
     - workers
   when: hadoop_major_version == '3'
+
+- name: "Copy javax.activation-api (Hadoop 3)"
+  synchronize: src={{ user_home }}/mvn_dep/ dest={{ hadoop_home 
}}/share/hadoop/common/lib/
 
 Review comment:
   Will this copy the file on the current machine?  Would be nice to add a 
comment saying this is currently needed to run hadoop with Java 11.

----------------------------------------------------------------
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

Reply via email to