Re: spark thrift server as hive on spark running on kubernetes, and more.

2021-09-09 Thread Mich Talebzadeh
Hi, Are you implying that the tool uses spark on Kubernetes as the execution engine for Hive. What version of Spark are you running on Kubernetes please and the corresponding version of Hive? Back in 2016, I did some work

RE: spark thrift server as hive on spark running on kubernetes, and more.

2021-09-09 Thread Bode, Meikel, NMA-CFD
Hi, thx. Great work. Will test it 😊 Best, Meikel Bode From: Kidong Lee Sent: Freitag, 10. September 2021 01:39 To: user@spark.apache.org Subject: spark thrift server as hive on spark running on kubernetes, and more. Hi, Recently, I have open-sourced a tool called DataRoaster(https://github.c

spark thrift server as hive on spark running on kubernetes, and more.

2021-09-09 Thread Kidong Lee
Hi, Recently, I have open-sourced a tool called DataRoaster( https://github.com/cloudcheflabs/dataroaster) to provide data platforms running on kubernetes with ease. In particular, with DataRoaster, you can deploy spark thrift server on kubernetes easily, which is originated from my blog of https:

Re: Get application metric from Spark job

2021-09-09 Thread Aurélien Mazoyer
Hi! Again, thanks a lot for advice: I'll have a look! Best, Aurelien Le mar. 7 sept. 2021 Ă  20:36, Haryani, Akshay a Ă©crit : > For custom metrics, you can take a look at Groupon’s spar metrics: > https://github.com/groupon/spark-metrics > > > > It is supported on spark 2.x. Alternatively, you

Detailed information about corrupted record

2021-09-09 Thread Aurélien Mazoyer
Hello, I use a DataFrameReader and I use permissive mode for corrupted records. I would like to have more information about corrupted records: for example, in the case of a schema mismatch, something like: "Invalid type. Expected Integer but got String for column number 12 (in case of csv). By the

Re: issue in Apache Spark install

2021-09-09 Thread Mukhtar Ali
Thanks, I'll check them out. On Thu, Sep 9, 2021 at 7:22 PM Sean Owen wrote: > - other lists, please don't cross post to 4 lists (!) > > This is a problem you'd see with Java 9 or later - I assume you're running > that under the hood. However it should be handled by Spark in the case that > you

Re: issue in Apache Spark install

2021-09-09 Thread Sean Owen
- other lists, please don't cross post to 4 lists (!) This is a problem you'd see with Java 9 or later - I assume you're running that under the hood. However it should be handled by Spark in the case that you can't access certain things in Java 9+, and this may be a bug I'll look into. In the mean