Re: Are there any alternatives to Hive "stored by" clause as Spark 2.0 does not support it

2018-02-08 Thread Pralabh Kumar
Hi Jacek https://cwiki.apache.org/confluence/display/Hive/StorageHandlers The motivation is to make it possible to allow Hive to access data stored and managed by other systems in a modular, extensible fashion. I have hive script which have custom storage handler , something like this create

Re: Are there any alternatives to Hive "stored by" clause as Spark 2.0 does not support it

2018-02-08 Thread Jacek Laskowski
Hi, Since I'm new to Hive, what does `stored by` do? I might help a bit in Spark if I only knew a bit about Hive :) Pozdrawiam, Jacek Laskowski https://about.me/JacekLaskowski Mastering Spark SQL https://bit.ly/mastering-spark-sql Spark Structured Streaming

Are there any alternatives to Hive "stored by" clause as Spark 2.0 does not support it

2018-02-07 Thread Pralabh Kumar
Hi Spark 2.0 doesn't support stored by . Is there any alternative to achieve the same.