hortonworks-spark / shc

The Apache Spark - Apache HBase Connector is a library to support Spark accessing HBase table as external data source or sink.
Apache License 2.0
552 stars 281 forks source link

How to configure the write data to multi-tables? #302

Open ahnjs1987 opened 5 years ago

ahnjs1987 commented 5 years ago

Hello, I was tested read/write on single table on hbase and It was success.

But, I have a problem with write different data(status data, sensor data) to multi tables.

Could you suggest how to configure code for write data to several table in one script?

thanks.