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_r337537345
##########
File path: ansible/roles/proxy/tasks/download.yml
##########
@@ -32,3 +32,12 @@
- { urlp: "{{ apache_mirror.stdout }}/hadoop/common/hadoop-{{
hadoop_version }}", fn: "{{ hadoop_tarball }}", sum: "{{ hadoop_sha256 }}" }
- { urlp: "{{ apache_mirror.stdout }}/maven/maven-3/{{ maven_version
}}/binaries", fn: "{{ maven_tarball }}", sum: "{{ maven_sha256 }}" }
- { urlp: "https://github.com/github/hub/releases/download/v{{ hub_version
}}", fn: "{{ hub_tarball }}", sum: "{{ hub_sha256 }}" }
+
+- name: "Download javax.activation-api for Hadoop 3"
+ maven_artifact:
Review comment:
Neat, didn't know ansible had this feature. 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