문제

I want to run an impala query in java on an HBase table. I couldn't find a way to do this though.

Can anyone point me in the right direction to a library or an example or anything where I can run the query, and get the results?

I have already tried using jsch to just run the command on the server, but unfortunately that's giving me issues (no output is appearing).

도움이 되었습니까?

해결책

I haven't really used it but looks like https://github.com/pauldeschacht/impala-java-client might meet your needs

다른 팁

Cloudera ships an Impala JDBC Connector, check the docs.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top