Here is an example that uses HBase that may be helpful: https://github.com/apache/apex-malhar/blob/master/demos/twitter/src/main/java/com/datatorrent/demos/twitter/TwitterDumpHBaseApplication.java
Thomas On Wed, Oct 19, 2016 at 6:36 PM, Jaspal Singh <[email protected]> wrote: > Where I need to set the table name. In property file or the application > code ? > > > Thanks!! > > > On Wednesday, October 19, 2016, Sanjay Pujare <[email protected]> > wrote: > >> Take a look at https://github.com/apache/apex-malhar/tree/master/contrib/ >> src/main/java/com/datatorrent/contrib/hbase . There are multiple output >> operators there. >> >> >> >> You specify the table name using HBaseStore.setTableName >> >> >> >> >> >> >> >> >> >> *From: *"Bandaru, Srinivas" <[email protected]> >> *Reply-To: *<[email protected]> >> *Date: *Wednesday, October 19, 2016 at 3:09 PM >> *To: *"[email protected]" <[email protected]> >> *Subject: *Datatorrent operator for Hbase >> >> >> >> Hi, >> >> I want to write the data from an operator to a hbase table. Which >> operator I can use to write to Hbase table? >> >> Also how to specify the Hbase table name? >> >> >> >> Thanks, >> >> *Srinivas Bandaru* >> >> >> >> >> This e-mail, including attachments, may include confidential and/or >> proprietary information, and may be used only by the person or entity >> to which it is addressed. If the reader of this e-mail is not the intended >> recipient or his or her authorized agent, the reader is hereby notified >> that any dissemination, distribution or copying of this e-mail is >> prohibited. If you have received this e-mail in error, please notify the >> sender by replying to this message and delete this e-mail immediately. >> >
