You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by Apache Wiki <wi...@apache.org> on 2007/12/11 11:13:10 UTC

[Lucene-hadoop Wiki] Update of "Hbase/ThriftApi" by ChadWalters

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Lucene-hadoop Wiki" for change notification.

The following page has been changed by ChadWalters:
http://wiki.apache.org/lucene-hadoop/Hbase/ThriftApi

------------------------------------------------------------------------------
  void closeScanner(i32 scannerID)
  }}}
  
+ 
+ == Comments ==
+ 
+ Bryan, I think you may want to use the "binary" type instead of "string" to avoid any possible encoding issues. "binary" is a raw raw byte[] in Java. -- Chad
+