impala-ruby icon indicating copy to clipboard operation
impala-ruby copied to clipboard

an impala client for ruby

Results 5 impala-ruby issues
Sort by recently updated
recently updated
newest added

I am trying to connect a ruby application to Impala and I am having the following issues. Can connect and can run the commands "SHOW DATABASES", "SHOW CURRENT ROLES" but...

Hi all: I met an error recently, my sql is: select * from my_table where ymd >= 20181128 and ymd

- OSX 10.12.3 - Ruby 2.0.0 - gem install thrift -- --with-cppflags=\"-D_FORTIFY_SOURCE=0 -Wno-shift-negative-value\" - gem install impala Hi there, any ideas? I am receiving this error when I want to...

This may be a case where the comments are out-of-date. In [impala.rb:39](https://github.com/colinmarc/impala-ruby/blob/master/lib/impala.rb#L39) it has :provider as an entry for the :kerberos hash: ```ruby # - *:provider* (String) ``` However, later...

We've been using the gem for a while, all works nicely, except for the fact that it seems like even a short connection unreliability (e.g. packets lost, short VPN or...