Re: Store DStreams into Hive using Hive Streaming

2015-10-05 Thread Tathagata Das
gt;>> >>> >>> >>> -- >>> View this message in context: >>> http://apache-spark-user-list.1001560.n3.nabble.com/Store-DStreams-into-Hive-using-Hive-Streaming-tp18307p23885.html >>> Sent from the Apache Spark User List mailing list archi

Re: Store DStreams into Hive using Hive Streaming

2015-10-05 Thread Umesh Kacha
is problem of >> loading >> DStreams in Hive using Spark Streaming. Please guide. Thanks. >> >> >> >> -- >> View this message in context: >> http://apache-spark-user-list.1001560.n3.nabble.com/Store-DStreams-into-Hive-using-Hive-Strea

Re: Store DStreams into Hive using Hive Streaming

2015-10-05 Thread Krzysztof Zarzycki
ve using Spark Streaming. Please guide. Thanks. > > > > -- > View this message in context: > http://apache-spark-user-list.1001560.n3.nabble.com/Store-DStreams-into-Hive-using-Hive-Streaming-tp18307p23885.html > Sent from the Apache Spark User List

Re: Store DStreams into Hive using Hive Streaming

2015-07-17 Thread unk1102
Hi I have similar use case did you found solution for this problem of loading DStreams in Hive using Spark Streaming. Please guide. Thanks. -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Store-DStreams-into-Hive-using-Hive-Streaming-tp18307p23885.html Sent

Re: Store DStreams into Hive using Hive Streaming

2015-03-02 Thread tarek_abouzeid
please if you have found a solution for this , could you please post it ? -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Store-DStreams-into-Hive-using-Hive-Streaming-tp18307p21877.html Sent from the Apache Spark User List mailing list archive at

Re: Store DStreams into Hive using Hive Streaming

2014-11-07 Thread Luiz Geovani Vier
some testing > based on your ingest volume. You may also want to consider streaming into > another data store though. > > Thanks, > Silvio > > From: Luiz Geovani Vier > Date: Thursday, November 6, 2014 at 7:46 PM > To: "user@spark.apache.org" > Subject: Sto

Re: Store DStreams into Hive using Hive Streaming

2014-11-06 Thread Silvio Fiorito
mailto:lgv...@gmail.com>> Date: Thursday, November 6, 2014 at 7:46 PM To: "user@spark.apache.org<mailto:user@spark.apache.org>" mailto:user@spark.apache.org>> Subject: Store DStreams into Hive using Hive Streaming Hello, Is there a built-in way or connector to store DStr

Re: Store DStreams into Hive using Hive Streaming

2014-11-06 Thread Tathagata Das
Ted, any pointers? On Thu, Nov 6, 2014 at 4:46 PM, Luiz Geovani Vier wrote: > Hello, > > Is there a built-in way or connector to store DStream results into an > existing Hive ORC table using the Hive/HCatalog Streaming API? > Otherwise, do you have any suggestions regarding the implementation of

Store DStreams into Hive using Hive Streaming

2014-11-06 Thread Luiz Geovani Vier
Hello, Is there a built-in way or connector to store DStream results into an existing Hive ORC table using the Hive/HCatalog Streaming API? Otherwise, do you have any suggestions regarding the implementation of such component? Thank you, -Geovani