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_r337589517
##########
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:
I was wondering if it would do the sync on the proxy machine (to itself),
assuming Hadoop is on the proxy machine. I took a look at the docs for the
module and could not tell.
----------------------------------------------------------------
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