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-15-2018
09:29 AM
@Eugene Koifman managed table. format of the 2 files in there (small table for test) is part0-00000-0000-......-c000.snappy.orc and part1-00000-0000-......-c000.snappy.orc Btw, I'm not creating it in hive - but from spark in zeppelin.
... View more
12-14-2018
06:56 PM
All is in the title 🙂 When I do a select count(*) .... or select distinct <field> ... for instance, no problem. But a select * from..... or select <field> from.... fails with this error. Any clues?? I'm in Sandbox
... View more
Labels:
- Labels:
-
Apache Hive
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