Member since
12-12-2015
20
Posts
20
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
11664 | 02-23-2016 05:58 PM |
02-23-2016
05:58 PM
I can fix this issue by set the /home/centos executable "775" @Ian Roberts
... View more
02-23-2016
03:49 PM
here's the permission for the python @Ian Roberts -rwxrwxrwx 1 centos centos 7136 Feb 23 13:22 python
... View more
02-23-2016
02:10 PM
hi @Ian Roberts drwxrwxrwx 4 centos centos 57 Feb 23 13:22 pyspark
this is the permission for pyspark venv "777" and i install the pyspark venv on every node manager with the same permission.
... View more
02-23-2016
02:03 PM
2 Kudos
Hi, i got this error below Job aborted due to stage failure: Task 0 in stage 0.0 failed 4 times,
most recent failure: Lost task 0.3 in stage 0.0 (TID 3,
ip-internal): java.io.IOException:
Cannot run program
"/home/centos/apps/pyspark/venv/bin/python": error=13,
Permission denied while running $ export HADOOP_USER_NAME=centos
$ export PYSPARK_PYTHON=/home/centos/apps/pyspark/venv/bin/python
$ pyspark --master yarn-client I add user centos to hadoop as hdfs group i'm using latest HDP 2.3.4 and centos 7.2
... View more
Labels:
- Labels:
-
Apache Spark
-
Apache YARN
02-17-2016
02:09 PM
thanks for the information @Artem Ervits For now i can run spark 1.6 from /usr/hdp/2.3.4.1-10/spark/bin
... View more
02-17-2016
01:01 PM
1 Kudo
Do you know when the estimation release for HDP 2.4? @Artem Ervits
... View more
02-17-2016
12:52 PM
I thinks i already install the spark client @Artem Ervits I install spark 1.5 from ambari first, after that i upgrade the spark version from 1.5 to 1.6 When i try to run the pyspark i got this error. It's possible to upgrade spark from latest HDP version?
... View more
02-17-2016
12:40 PM
1 Kudo
hi @Artem Ervits yes i upgrade the HDP to 2.3.4 but i got a litle problem while i try to upgrade spark 1.5 to 1.6 here is my question about that question
... View more
02-17-2016
12:37 PM
hi @Neeraj Sabharwal rpm -qa | grep -i spark -> this is the output spark_2_3_4_0_3485-master-1.5.2.2.3.4.0-3485.el6.noarch
spark_2_3_4_1_10-1.6.0.2.3.4.1-10.el6.noarch
spark_2_3_4_0_3485-python-1.5.2.2.3.4.0-3485.el6.noarch
spark_2_3_4_1_10-master-1.6.0.2.3.4.1-10.el6.noarch
spark_2_3_4_0_3485-worker-1.5.2.2.3.4.0-3485.el6.noarch
spark_2_3_4_1_10-python-1.6.0.2.3.4.1-10.el6.noarch
spark_2_3_4_0_3485-1.5.2.2.3.4.0-3485.el6.noarch
Yes i run yum install spark_2_3_4_1_10-master -y as it the tutorial frow the link
... View more
02-17-2016
12:11 PM
3 Kudos
Hi all, I just upgrade spark 1.5 to 1.6 on HDP 2.3 I'm following this tutorial here and i got this error while try to run pysprak from terminal /usr/bin/pyspark: line 22: /usr/bin/load-spark-env.sh: No such file or directory
/usr/bin/spark-class: line 23: /usr/bin/load-spark-env.sh: No such file or directory
ls: cannot access /usr/assembly/target/scala-: No such file or directory
Failed to find Spark assembly in /usr/assembly/target/scala-.
You need to build Spark before running this program.
... View more
Labels:
- Labels:
-
Apache Spark