Jeter-work opened a new issue, #443:
URL: https://github.com/apache/fluo-muchos/issues/443

   ansible/roles/hadoop/tasks/main.yml
   
       # 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
   
   This errors out because `{{ user_home }}/mvn_dep` does not exist.
   
   The instructions do not seem to include what is supposed to exist in that 
folder.  Or a previous task was supposed to untar some files there and I am 
missing the source tarball.
   


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to