1

I am using hypertable in java program (I know it should be used in C++).

I want to use SELECT sql query in java program. But I am unable to select. The Result is coming as null.

Please advice whether we can use SQL hypertable statement in Java program. If yes, please give some sample code.

Thanks.

kamaci
  • 72,915
  • 69
  • 228
  • 366
GBS
  • 11
  • 3

1 Answers1

1

download the hypertable sources and unpack them, then look into this directory:

hypertable/src/Java/ThriftClient/org/hypertable/thrift

it has a file called BasicClientTest.java which does a select query.

bye Christoph

kamaci
  • 72,915
  • 69
  • 228
  • 366
cruppstahl
  • 2,447
  • 1
  • 19
  • 25