Re: welcoming Burak and Holden as committers

2017-01-25 Thread trsell
Congratulations! On Thu, 26 Jan 2017, 02:27 Bryan Cutler, wrote: > Congratulations Holden and Burak, well deserved!!! > > On Tue, Jan 24, 2017 at 10:13 AM, Reynold Xin wrote: > > Hi all, > > Burak and Holden have recently been elected as Apache Spark

Re: HBaseContext with Spark

2017-01-25 Thread Amrit Jangid
Hi chetan, If you just need HBase Data into Hive, You can use Hive EXTERNAL TABLE with STORED BY 'org.apache.hadoop.hive.hbase.HBaseStorageHandler'. Try this if you problem can be solved https://cwiki.apache.org/confluence/display/Hive/HBaseIntegration Regards Amrit . On Wed, Jan 25,

Spark Summit East in Boston ‒ 20% off Code

2017-01-25 Thread Scott walent
*There’s less than two weeks to go until Spark Summit East 2017, happening February 7-9 at the Hynes Convention Center in downtown Boston. It will be the largest Spark Summit conference ever held on the East Coast, and we hope to see you there. Sign up at https://spark-summit.org/east-2017

Re: welcoming Burak and Holden as committers

2017-01-25 Thread Bryan Cutler
Congratulations Holden and Burak, well deserved!!! On Tue, Jan 24, 2017 at 10:13 AM, Reynold Xin wrote: > Hi all, > > Burak and Holden have recently been elected as Apache Spark committers. > > Burak has been very active in a large number of areas in Spark, including >

Re: HBaseContext with Spark

2017-01-25 Thread Ted Yu
The references are vendor specific. Suggest contacting vendor's mailing list for your PR. My initial interpretation of HBase repository is that of Apache. Cheers On Wed, Jan 25, 2017 at 7:38 AM, Chetan Khatri wrote: > @Ted Yu, Correct but HBase-Spark module

Re: HBaseContext with Spark

2017-01-25 Thread Chetan Khatri
@Ted Yu, Correct but HBase-Spark module available at HBase repository seems too old and written code is not optimized yet, I have been already submitted PR for the same. I dont know if it is clearly mentioned that now it is part of HBase itself then people are committing to older repo where

Re: HBaseContext with Spark

2017-01-25 Thread Ted Yu
Though no hbase release has the hbase-spark module, you can find the backport patch on HBASE-14160 (for Spark 1.6) You can build the hbase-spark module yourself. Cheers On Wed, Jan 25, 2017 at 3:32 AM, Chetan Khatri wrote: > Hello Spark Community Folks, > >

Re: Feedback on MLlib roadmap process proposal

2017-01-25 Thread Sean Owen
On Wed, Jan 25, 2017 at 6:01 AM Ilya Matiach wrote: > My confusion was that the ML 2.2 roadmap critical features ( > https://issues.apache.org/jira/browse/SPARK-18813) did not line up with > the top ML/MLLIB JIRAs by Votes >

HBaseContext with Spark

2017-01-25 Thread Chetan Khatri
Hello Spark Community Folks, Currently I am using HBase 1.2.4 and Hive 1.2.1, I am looking for Bulk Load from Hbase to Hive. I have seen couple of good example at HBase Github Repo: https://github.com/ apache/hbase/tree/master/hbase-spark If I would like to use HBaseContext with HBase 1.2.4,

Re: welcoming Burak and Holden as committers

2017-01-25 Thread Mridul Muralidharan
Congratulations and welcome Holden and Burak ! Regards, Mridul On Tue, Jan 24, 2017 at 10:13 AM, Reynold Xin wrote: > Hi all, > > Burak and Holden have recently been elected as Apache Spark committers. > > Burak has been very active in a large number of areas in Spark,

Re: welcoming Burak and Holden as committers

2017-01-25 Thread Luciano Resende
Congrats to both !!! On Tue, Jan 24, 2017 at 10:13 AM, Reynold Xin wrote: > Hi all, > > Burak and Holden have recently been elected as Apache Spark committers. > > Burak has been very active in a large number of areas in Spark, including > linear algebra, stats/maths