Re: New Spark json endpoints

2015-09-17 Thread Kevin Chen
Thank you all for the feedback. I’ve created a corresponding JIRA ticket at https://issues.apache.org/jira/browse/SPARK-10565, updated with a summary of this thread. From: Mark Hamstra Date: Thursday, September 17, 2015 at 8:00 AM To: Imran Rashid Cc: Kevin Chen , "dev@spark.apach

Re: New Spark json endpoints

2015-09-16 Thread Kevin Chen
Just wanted to bring this email up again in case there were any thoughts. Having all the information from the web UI accessible through a supported json API is very important to us; are there any objections to us adding a v2 API to Spark? Thanks! From: Kevin Chen Date: Friday, September 11

New Spark json endpoints

2015-09-11 Thread Kevin Chen
any specific reason that these fields are not exposed in the public API? If not, would it be reasonable to add them to the json blobs, possibly in a future /api/v2 API? Thank you, Kevin Chen smime.p7s Description: S/MIME cryptographic signature

Re: Deserializing JSON into Scala objects in Java code

2015-09-09 Thread Kevin Chen
Currie Date: Wednesday, September 9, 2015 at 10:17 AM To: Kevin Chen , "dev@spark.apache.org" Cc: Matt Cheah , Mingyu Kim Subject: Fwd: Deserializing JSON into Scala objects in Java code Kevin, I'm not a Spark dev, but I maintain the Scala module for Jackson. If you'r

Re: Deserializing JSON into Scala objects in Java code

2015-09-08 Thread Kevin Chen
>mirror the Scala API, and use them to deserialize the JSON. > > >On Tue, Sep 8, 2015 at 12:46 PM, Kevin Chen wrote: >> Hello Spark Devs, >> >> I am trying to use the new Spark API json endpoints at /api/v1/[path] >> (added in SPARK-3454). >> >> In o

Deserializing JSON into Scala objects in Java code

2015-09-08 Thread Kevin Chen
for Scala Seqs, but got no luck. * Deserialization works if the Scala class does not have any Seq fields, and works if the fields are Java Lists instead of Seqs. Thanks very much for your help! Kevin Chen smime.p7s Description: S/MIME cryptographic signature