milleruntime opened a new issue #314: Setup fails when not using ADLS URL: https://github.com/apache/fluo-muchos/issues/314 Recent changes related to ADLS have caused muchos to fail when not using it. The setup command gives the following errors: TASK [hadoop : configure hadoop with templates] ******************************************************************************************************************************************************************* Tuesday 28 January 2020 19:25:59 +0000 (0:01:20.610) 0:21:38.862 ******* failed: [worker1] (item=core-site.xml) => {"ansible_loop_var": "item", "changed": false, "item": "core-site.xml", "msg": "AnsibleUndefinedVariable: 'use_adlsg2' is undefined"} failed: [worker1] (item=yarn-site.xml) => {"ansible_loop_var": "item", "changed": false, "item": "yarn-site.xml", "msg": "AnsibleUndefinedVariable: 'use_adlsg2' is undefined"} failed: [worker1] (item=mapred-site.xml) => {"ansible_loop_var": "item", "changed": false, "item": "mapred-site.xml", "msg": "AnsibleUndefinedVariable: 'use_adlsg2' is undefined"} Also, the ssh command fails: `ERROR - Command failed with return code of 2: ssh -A -o 'StrictHostKeyChecking no' -t centos@##.###.###.### 'time -p ansible-playbook /home/centos/ansible/site.yml --extra-vars "azure_proxy_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
