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

 ##########
 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:
   Ah. I can see your potential confusion. No worries, synchronize will by 
default copy from the Ansible controller (in Muchos, that is the "proxy") to 
the host.

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