Member since
04-28-2018
15
Posts
0
Kudos Received
0
Solutions
01-02-2019
05:30 PM
Same issue! thanks Jeroen, and Happy new year !
... View more
12-09-2018
12:15 AM
Hi Just installed HDP 3.0 and trying to access DAS. the WebApp service stops (silently) after a minute. Any once can help ? Arnaud
... View more
Labels:
- Labels:
-
Hortonworks Data Platform (HDP)
04-28-2018
04:37 PM
Hi, I'm using spark2 in Zeppelin. (HDP 2.6.4) I'm loading a csv file with spark.read val test = spark.read .option("header", "false") .option("delimiter", ",") .option("inferSchema", "true") .csv("file:///root/share/test.csv") /root/share/ is a shared folder from host to docker container (virtualbox). it has privileges like dwxrwxr--- Because of the shared folder, I cannot chmod 777 on it (or maybe someone knows how to do this...) Anyways, spark comes back with a permission denied on this forlder/file. Questions: 1. when running such a spark2 request in zeppelin, which permissions are applied? 2. How can I "elevate" these permissions to root (so that access can be made to any folder) Thnaks a lot for your help!
... View more
Labels:
- Labels:
-
Apache Spark
-
Apache Zeppelin