Re: Using Dataframe write with newHdoopApi

2015-07-24 Thread Akhil Das
1. Yes you can, have a look at the EsOutputFormat https://github.com/elastic/elasticsearch-hadoop/blob/master/mr/src/main/java/org/elasticsearch/hadoop/mr/EsOutputFormat.java 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:58

Re: Using Dataframe write with newHdoopApi

2015-07-23 Thread Akhil Das
Did you happened to look into esDF https://github.com/elastic/elasticsearch-hadoop/issues/441? 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

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?

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 guha.a...@gmail.com wrote: Hi I am trying to use DF and save it to Elasticsearch using newHadoopApi (because I am using python). Can anyone

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