Re: Including asynchbase in the sourcetree

2016-09-28 Thread DO YUNG YOON
Hi, Jong Wook. 1. Good point. I think we set column family when create GetRequest( https://github.com/apache/incubator-s2graph/blob/master/s2core/src/main/scala/org/apache/s2graph/core/storage/hbase/AsynchbaseStorage.scala#L249) and Scanner(

Re: Including asynchbase in the sourcetree

2016-09-28 Thread DO YUNG YOON
Hi Jong Wook. Thanks for casting this issue and working on it. I took some time today, to clear the custom patches and find out followings. 1. GetRequest.setMaxResultsPerColumnFamily/setRowOffsetPerColumnFamily methods. I think we do not actually need this method which only exist on our custom