analytics-for-hadoop

how to debug failed oozie workflows on Analytics for Apache Hadoop?

血红的双手。 提交于 2019-12-13 07:17:38
问题 I'm trying to run an oozie workflow on Bluemix Analytics for Apache Hadoop , but it it failing. The output from calling Workflow status is as follows: ... { "errorMessage": "Main class [org.apache.oozie.action.hadoop.ShellMain], exit code [1]", "status": "ERROR", "stats": null, "data": null, "transition": "fail", "externalStatus": "FAILED/KILLED", "cred": "null", "conf": "<shell xmlns=\"uri:oozie:shell-action:0.2\"> <job-tracker>****:8050</job-tracker> <name-node>hdfs://****:8020</name-node>

Analytics for Apache Hadoop launch fails with ssl_error_weak_server_ephemeral_dh_key

↘锁芯ラ 提交于 2019-12-12 03:58:58
问题 I created service for Analytics for Apache Hadoop and while launching it fails with SSL error 回答1: It is a known issue after last Firefox upgrade. Temporal workaround from Mozilla Support: In FireFox, enter "about:config" in the URL field and press enter. Accept the "This might void your warranty!" warning :) In the search field at the top, enter "security.ssl3.dhe_rsa_aes" Double click each result (128 and 256) to toggle the Value to "false" Now retry your site - it should work now. Remember