Re: Using Dataframe write with newHdoopApi

2015-07-23 Thread Akhil Das
1. Yes you can, have a look at the EsOutputFormat 2. I'm not quiet sure about that, you could ask the ES people about it. Thanks Best Regards On Thu, Jul 23, 2015 at 11:5

Re: Using Dataframe write with newHdoopApi

2015-07-23 Thread ayan guha
Hi Akhil Thanks.Will definitely take a look. Couple of questions 1. Is it possible to use newHadoopAPI from dataframe.write or saveAs? 2. is esDF usable rom Python? On Fri, Jul 24, 2015 at 2:29 AM, Akhil Das wrote: > Did you happened to look into esDF >

Re: Using Dataframe write with newHdoopApi

2015-07-23 Thread Akhil Das
Did you happened to look into esDF ? You can open an issue over here if that doesn't solve your problem https://github.com/elastic/elasticsearch-hadoop/issues Thanks Best Regards On Tue, Jul 21, 2015 at 5:33 PM, ayan guha wrote: > Guys

Re: Using Dataframe write with newHdoopApi

2015-07-21 Thread ayan guha
Guys Any help would be great!! I am trying to use DF and save it to Elasticsearch using newHadoopApi (because I am using python). Can anyone guide me to help if this is even possible? I have managed to use df.rdd to complete es integration but I preferred df.write. is it possible or upcoming? On

Re: Using Dataframe write with newHdoopApi

2015-07-20 Thread ayan guha
Update: I have managed to use df.rdd to complete es integration but I preferred df.write. is it possible or upcoming? On 18 Jul 2015 23:19, "ayan guha" wrote: > Hi > > I am trying to use DF and save it to Elasticsearch using newHadoopApi > (because I am using python). Can anyone guide me to help

Using Dataframe write with newHdoopApi

2015-07-18 Thread ayan guha
Hi I am trying to use DF and save it to Elasticsearch using newHadoopApi (because I am using python). Can anyone guide me to help if this is even possible? -- Best Regards, Ayan Guha