aliyun / aliyun-tablestore-java-sdk

Aliyun TableStore(原OTS) JAVA SDK
https://www.aliyun.com/product/ots/
Apache License 2.0
54 stars 27 forks source link

Refine on some sample code and fix a bug of ots writer. #2

Closed zhouzf05 closed 8 years ago

zhouzf05 commented 8 years ago
  1. Add sample of ots writer.
  2. Set reserved throught to 0 of all the table created in sample code.
  3. Fix bug: ots writer won't exit as a executor thread pool is not shut down inside.