hbase-stargate icon indicating copy to clipboard operation
hbase-stargate copied to clipboard

Ruby client for HBase's Stargate web service

Results 11 hbase-stargate issues
Sort by recently updated
recently updated
newest added

can pass in filters like this: ``` rb filters: [{ value: 'ColumnPrefixFilter', value: 'the_base64_value' }] ```

/home/krina/.rvm/gems/ruby-2.3.0/gems/bundler-1.13.1/lib/bundler/vendor/postit/lib/postit/environment.rb /home/krina/.rvm/rubies/ruby-2.3.0/lib/ruby/gems/2.3.0/gems/gem-wrappers-1.2.7/lib/gem-wrappers/environment.rb /home/krina/.rvm/rubies/ruby-2.3.0/lib/ruby/gems/2.3.0/gems/rvm-1.11.3.9/lib/rvm/environment.rb

Hey, I am interested in building a gem to support latest version of Hbase. What are your plans ? @greglu @kaichen @celeduc

Expose config "connect_timeout" for initial HTTP connection

i have code similiar to the following: ``` ruby scanner = client.open_scanner("table", {:columns => "a", :batch => 10, :limit => 4}) rows = client.get_rows(scanner, 10) rows.each do |row| puts row.name...

Trying to 'gem install hbase-stargate' Ruby -v = 1.9.2 I get the following: [root@vm-swtg-um-002 ~]# gem install hbase-stargate Building native extensions. This could take a while... ERROR: Error installing hbase-stargate:...

In RubyGems the latest version listed is 1.6.1 but I can't find this version in the repository. Where can it be accessed to?

If you just use the client and let it go out of scope, it can leave many connections open and in a busy site saturate the server with open connections....

The gem defines an alter_table operation, but it appears to be unfinished. It calls an undefined method 'construct_xml_stream'.