Re: welcoming Xiao Li as a committer

2016-10-03 Thread Hyukjin Kwon
Congratulations! 2016-10-04 15:51 GMT+09:00 Dilip Biswal : > Hi Xiao, > > Congratulations Xiao !! This is indeed very well deserved !! > > Regards, > Dilip Biswal > Tel: 408-463-4980 > dbis...@us.ibm.com > > > > From:Reynold Xin > To:"dev@spark.apache.org" , Xiao Li < > gatorsm.

Re: welcoming Xiao Li as a committer

2016-10-03 Thread Dilip Biswal
Hi Xiao, Congratulations Xiao !! This is indeed very well deserved !! Regards, Dilip Biswal Tel: 408-463-4980 dbis...@us.ibm.com From: Reynold Xin To: "dev@spark.apache.org" , Xiao Li Date: 10/03/2016 10:47 PM Subject:welcoming Xiao Li as a committer Hi all, Xiao Li, a

Re: welcoming Xiao Li as a committer

2016-10-03 Thread Luciano Resende
Congratulations Sean !!! On Monday, October 3, 2016, Reynold Xin wrote: > Hi all, > > Xiao Li, aka gatorsmile, has recently been elected as an Apache Spark > committer. Xiao has been a super active contributor to Spark SQL. Congrats > and welcome, Xiao! > > - Reynold > > -- Sent from my Mobile

Re: welcoming Xiao Li as a committer

2016-10-03 Thread Dongjoon Hyun
Congratulations, Xiao! Bests, Dongjoon. On Monday, October 3, 2016, Jagadeesan As wrote: > Congratulations Xiao Li. > > Cheers > Jagadeesan A S > > > > From:Reynold Xin > > To:"dev@spark.apache.org > " < > dev@spark.apache.org > >, Xiao Li < > gatorsm...@gmail.com > > > Date:

Re: welcoming Xiao Li as a committer

2016-10-03 Thread Jagadeesan As
Congratulations Xiao Li. Cheers Jagadeesan A S From: Reynold Xin To: "dev@spark.apache.org" , Xiao Li Date: 04-10-16 11:17 AM Subject:welcoming Xiao Li as a committer Hi all, Xiao Li, aka gatorsmile, has recently been elected as an Apache Spark committer. Xiao has been a

Re: welcoming Xiao Li as a committer

2016-10-03 Thread Felix Cheung
Congrats and welcome, Xiao! _ From: Reynold Xin mailto:r...@databricks.com>> Sent: Monday, October 3, 2016 10:47 PM Subject: welcoming Xiao Li as a committer To: Xiao Li mailto:gatorsm...@gmail.com>>, mailto:dev@spark.apache.org>> Hi all, Xiao Li, aka gatorsmile, h

welcoming Xiao Li as a committer

2016-10-03 Thread Reynold Xin
Hi all, Xiao Li, aka gatorsmile, has recently been elected as an Apache Spark committer. Xiao has been a super active contributor to Spark SQL. Congrats and welcome, Xiao! - Reynold

access spark thrift server from another spark session

2016-10-03 Thread Herman Yu
I built spark data frame/dataset on top of several hive tables, and then registered dataframe/dataset as temporary tables, as well as exposed the temporary table through spark thrift server. Now the question is, this temporary table is only visible to the same spark session. How do I make the

Re: Nominal Attribute

2016-10-03 Thread Joseph Bradley
There are plans...but not concrete ones yet: https://issues.apache.org/jira/browse/SPARK-8515 I agree categorical data handling is a pain point and that we need to improve it! On Tue, Sep 13, 2016 at 4:45 PM, Danil Kirsanov wrote: > NominalAttribute in MLib is used to represent categorical data

RE: regression: no longer able to use HDFS wasbs:// path for additional python files on LIVY batch submit

2016-10-03 Thread Kevin Grealish
Great. Thanks for the pointer. I see the fix is in 2.0.1-rc4. Will there be a 1.6.3? If so, how are fixes considered for backporting? From: Steve Loughran [mailto:ste...@hortonworks.com] Sent: Monday, October 3, 2016 5:40 AM To: Kevin Grealish Cc: Apache Spark Dev Subject: Re: regression: no lo

Re: Running Spark master/slave instances in non Daemon mode

2016-10-03 Thread Jakob Odersky
Hi Mike, I can imagine the trouble that daemonization is causing and I think that having non-forking start script is a good idea. A simple, non-intrusive, fix could be to change the "spark-daemon.sh" script to conditionally omit the "nohup &". Personally, I think the semantically correct approach w

Re: java.util.NoSuchElementException when serializing Map with default value

2016-10-03 Thread Jakob Odersky
Hi Kabeer, which version of Spark are you using? I can't reproduce the error in latest Spark master. regards, --Jakob - To unsubscribe e-mail: dev-unsubscr...@spark.apache.org

Metrics for monitoring Structured Streaming apps

2016-10-03 Thread Tathagata Das
Hey all, I have been working on adding operational metrics for monitoring the health and performance of Structured Streaming applications. The detailed design and the WIP Github PR is here. *JIRA *- SPARK-17731 *Design Doc* - https://docs.google

Re: Catalyst - ObjectType for Encoders

2016-10-03 Thread Aleksander Eskilson
Sounds good to me, I'll keep that in mind and pay attention to updates. Shall I make a pull request from my fork, or would someone else prefer to change those function signatures themselves? Thanks, Alek On Fri, Sep 30, 2016 at 2:25 PM Michael Armbrust wrote: > I'd be okay removing that modifie

Re: regression: no longer able to use HDFS wasbs:// path for additional python files on LIVY batch submit

2016-10-03 Thread Steve Loughran
On 1 Oct 2016, at 02:49, Kevin Grealish mailto:kevin...@microsoft.com>> wrote: I’m seeing a regression when submitting a batch PySpark program with additional files using LIVY. This is YARN cluster mode. The program files are placed into the mounted Azure Storage before making the call to LIVY