Member since
01-06-2016
36
Posts
22
Kudos Received
3
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1631 | 04-29-2016 02:51 PM | |
1940 | 03-10-2016 07:41 PM | |
5194 | 02-15-2016 08:22 PM |
01-26-2020
11:18 AM
This worked! I already made these changes prior to running the last command. hdp-select status hadoop-client Set a couple of parameters export HADOOP_OPTS="-Dhdp.version=2.6.1.0-129” export HADOOP_CONF_DIR=/etc/hadoop/conf Source-in the environment source ~/get_env.sh Included last two lines to $SPARK_HOME/conf/spark-defaults.conf spark.driver.extraJavaOptions -Dhdp.version=2.6.1.0-129 spark.yarn.am.extraJavaOptions -Dhdp.version=2.6.1.0-129 Added Hadoop version under Ambari / Yarn / Advanced / Custom: hdp.version=2.6.1.0-129 Ensure this runs okay yarn jar hadoop-mapreduce-examples.jar pi 5 5 Run spark pi example under yarn cd /home/spark/spark-2.4.4-bin-hadoop2.7 spark-submit --class org.apache.spark.examples.SparkPi --master yarn --deploy-mode cluster --executor-memory 2G --num-executors 5 --executor-cores 2 --conf spark.authenticate.enableSaslEncryption=true --conf spark.network.sasl.serverAlwaysEncrypt=true --conf spark.authenticate=true examples/jars/spark-examples_2.11-2.4.4.jar 100
... View more
11-05-2016
11:13 PM
If you intend to use 2.4 release, please try registering 2.4.3 version and upgrade cluster to that. Then try adding storm. storm in HDP 2.4 is version 0.10.x so you're definitely pulling something incorrect. go to Ambari admin page and make sure you have correct repos setup.
... View more
09-26-2016
08:58 PM
Thanks for your response. I'll follow that course. Cheers
... View more
09-12-2016
05:09 PM
Ah, thanks. Feeling very silly I left that param in. 🙂
... View more
04-29-2016
02:51 PM
Thanks for the responses but the install state was not recoverable.
... View more
04-12-2016
07:42 AM
Hi: I need to know if i can delete from database the extra row, also the skip_sc_failures column with value =1 is error or ok??
ambari=> select * from upgrade;
upgrade_id | cluster_id | request_id | from_version | to_version | direction | downgrade_allowed | skip_failures | skip_sc_failures | upgrade_pac
kage | upgrade_type
------------+------------+------------+--------------+--------------+-----------+-------------------+---------------+------------------+---------------
---------+--------------
1 | 2 | 820 | 2.3.2.0-2950 | 2.4.0.0-169 | UPGRADE | 1 | 1 | 0 | nonrolling-upg
rade-2.4 | NON_ROLLING
2 | 2 | 821 | 2.3.2.0-2950 | 2.3.2.0-2950 | DOWNGRADE | 1 | 0 | 0 | nonrolling-upg
rade-2.4 | NON_ROLLING
3 | 2 | 894 | 2.3.2.0-2950 | 2.4.0.0-169 | UPGRADE | 1 | 1 | 1 | nonrolling-upg
rade-2.4 | NON_ROLLING
... View more
03-10-2016
07:41 PM
2 Kudos
Confirmed by HWX support that this is not possible on the current Hadoop version.
... View more
02-15-2016
08:24 PM
@Brenden Cobb Awesome!!!! 🙂 I will send the feedback to the support team.
... View more