Re: Pictures, Videos and Slides for HBaseConAsia2018

2018-08-31 Thread Chetan Khatri
Thank you Stack for everything. On Fri, Aug 31, 2018 at 8:18 PM Stack wrote: > I blew the cobwebs off our blog and put up a short note on the conference > by Yu Li and myself. See here: https://blogs.apache.org/hbase/ > > S > > On Wed, Aug 22, 2018 at 3:03 AM Yu Li wrote: > > > Hi all, > > > >

Re: Pictures, Videos and Slides for HBaseConAsia2018

2018-08-22 Thread Chetan Khatri
Thanks Yu Li and Team. On Wed 22 Aug, 2018, 4:00 PM Allan Yang, wrote: > Great work! Thanks, Yu Li! > Best Regards > Allan Yang > > > Yu Li 于2018年8月22日周三 下午6:03写道: > > > Hi all, > > > > HBaseConAsia2018 is successfully held on Aug. 17th in Beijing, China and > > please following below links

Re: Writing/Importing large number of records into HBase

2017-01-27 Thread Chetan Khatri
ersonal repo. > > There hasn't been commit for at least a year. > > Meanwhile, the hbase-spark module in hbase repo is being actively > maintained. > > FYI > > > On Jan 27, 2017, at 7:47 PM, Chetan Khatri <chetan.opensou...@gmail.com> > wrote: > > > > Adding t

Re: Writing/Importing large number of records into HBase

2017-01-27 Thread Chetan Khatri
Adding to @Ted Check Bulk Put Example - https://github.com/tmalaska/SparkOnHBase/blob/master/src/main/scala/org/apache/hadoop/hbase/spark/example/hbasecontext/HBaseBulkPutExampleFromFile.scala On Sat, Jan 28, 2017 at 9:11 AM, Ted Yu wrote: > Have you looked at hbase-spark

Re: Writing/Importing large number of records into HBase

2017-01-27 Thread Chetan Khatri
https://github.com/tmalaska/SparkOnHBase/blob/master/src/main/scala/org/apache/hadoop/hbase/spark/example/hbasecontext/HBaseBulkPutExample.scala On Sat, Jan 28, 2017 at 9:17 AM, Chetan Khatri <chetan.opensou...@gmail.com> wrote: > Adding to @Ted Check Bulk Put Example - https://g

Re: Incremental import from HBase to Hive

2017-01-27 Thread Chetan Khatri
level. Thanks. On Sat, Jan 28, 2017 at 1:00 AM, Josh Elser <els...@apache.org> wrote: > (-cc dev) > > Might you be able to be more specific in the context of your question? > > What kind of requirements do you have? > > > Chetan Khatri wrote: > >> Hello C

Incremental import from HBase to Hive

2017-01-27 Thread Chetan Khatri
Hello Community, I am working with HBase 1.2.4 , what would be the best approach to do Incremental load from HBase to Hive ? Thanks.

Re: Spark Streaming checkpoint recovery failure for HBaseContext

2017-01-27 Thread Chetan Khatri
The hbase-spark module is not production ready , having some issues there are TODO: patches - https://issues.apache.org/jira/browse/HBASE-16179 - https://issues.apache.org/jira/browse/HBASE-14160 But by changing according configuration and using build.sbt i got success to get run it. would you

Re: HBaseContext with Spark

2017-01-24 Thread Chetan Khatri
There is no hbase release with hbase-spark module yet. > > FYI > > On Tue, Jan 24, 2017 at 1:17 PM, Chetan Khatri < > chetan.opensou...@gmail.com> > wrote: > > > Hello HBase Folks, > > > > Currently I am using HBase 1.2.4 and Hive 1.2.1, I am looking for

HBaseContext with Spark

2017-01-24 Thread Chetan Khatri
Hello HBase 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, how it can be

Re: Creating SQL skin on Hbase table

2016-12-25 Thread Chetan Khatri
If I would like to read Incremental data from HBase , How Phoenix can help me ? On Fri, Dec 23, 2016 at 2:20 AM, Mich Talebzadeh wrote: > Hi, > > I have used Phoenix to create SQL views on top of Hbase table and also > created covering engines. The issue I have

Re: Approach: Incremental data load from HBASE

2016-12-24 Thread Chetan Khatri
ive-import --hive-table test.sakila -m 1 --hive-drop-import-delims --map-column-java address=String Thanks. On Wed, Dec 21, 2016 at 3:58 PM, Chetan Khatri <chetan.opensou...@gmail.com> wrote: > Hello Guys, > > I would like to understand different approach for Distributed Incr

Re: Approach: Incremental data load from HBASE

2016-12-23 Thread Chetan Khatri
the flag is 0 or > 1. > After such rows are obtained, it is up to you how the result of processing > is delivered to hbase. > > Cheers > > On Wed, Dec 21, 2016 at 8:00 AM, Chetan Khatri < > chetan.opensou...@gmail.com> wrote: > >> Ok, Sure will ask. >> &

Approach: Incremental data load from HBASE

2016-12-21 Thread Chetan Khatri
of batch where flag is 0 or 1. I am looking for best practice approach with any distributed tool. Thanks. - Chetan Khatri