Re: Spark Druid Ingestion

2018-07-02 Thread gosoy
Hi Nayan, Were you able to resolve this issue? Is it because of some file/folder permission problems? -- Sent from: http://apache-spark-user-list.1001560.n3.nabble.com/ - To unsubscribe e-mail:

Re: Spark Druid Ingestion

2018-03-22 Thread nayan sharma
Hey Jorge, Thanks for responding. Can you elaborate on the user permission part ? HDFS or local ? As of now, hdfs path -> hdfs://n2pl-pa-hdn220.xxx.xxx:8020/user/yarn/.sparkStaging/application_1521457397747_0013/__spark_libs__8247917347016008883.zip already has complete access for yarn

Re: Spark Druid Ingestion

2018-03-22 Thread Jorge Machado
Seems to me permissions problems ! Can you check your user / folder permissions ? Jorge Machado > On 22 Mar 2018, at 08:21, nayan sharma wrote: > > Hi All, > As druid uses Hadoop MapReduce to ingest batch data but I am trying spark for > ingesting data into

Re: Spark + Druid

2015-09-21 Thread Petr Novak
Great work. On Fri, Sep 18, 2015 at 6:51 PM, Harish Butani wrote: > Hi, > > I have just posted a Blog on this: > https://www.linkedin.com/pulse/combining-druid-spark-interactive-flexible-analytics-scale-butani > > regards, > Harish Butani. > > On Tue, Sep 1, 2015 at

Re: Spark + Druid

2015-09-18 Thread Harish Butani
Hi, I have just posted a Blog on this: https://www.linkedin.com/pulse/combining-druid-spark-interactive-flexible-analytics-scale-butani regards, Harish Butani. On Tue, Sep 1, 2015 at 11:46 PM, Paolo Platter wrote: > Fantastic!!! I will look into that and I hope to

Re: Spark Druid integration

2015-04-06 Thread Michael Armbrust
You could certainly build a connector, but it seems like you would want support for pushing down aggregations to get the benefits of Druid. There are only experimental interfaces for doing so today, but it sounds like a pretty cool project. On Mon, Apr 6, 2015 at 2:23 PM, Paolo Platter