I just downloaded 0.9.7.8 and found the file in here: /opt/hypertable/0.9.7.8/lib/java/cdh3/
and in here - depending on the CDH version that you use: /opt/hypertable/0.9.7.8/lib/java/cdh4 If you would have properly installed hypertable and configured a CDH version then you would also have found the file in /opt/hypertable/ 0.9.7.8/lib/java. 2013/7/23 Ramakrishna Kc <[email protected]> > I'm damn sure, There is no hypertable<version>.jar file. I downloaded all > versions of hypertable .zip file from 0.9.7.0 to 0.9.7.8. I searched a lot, > I din't get. If that hypertable<version>.jar file really there, then at > least send the .zip file to [email protected] and plz mention > where is the hypertable<version>.jar file in that .zip after extracted.I'm > using windows 7. I got only jars whose path is > "C:\Users\Ozoneadmin\Desktop\New folder\hypertable-0.9.7.8\lib\<list of > .jar files(but no hypertable.jar file)>". Even I gt libthrift_0.8.0 > dependency jar and other jars like log4j,commons etc., > > On Tuesday, July 23, 2013 1:33:59 PM UTC+5:30, Christoph Rupp wrote: >> >> Just unpack the zip file and you should find the jar files in the >> lib/java subdirectory. >> >> 2013/7/23 Ramakrishna Kc <[email protected]> >> >>> From where u get the hypertable.jar ?? I downloaded hypertable zip file >>> from http://www.hypertable.com. Then I extracted that .zip file. In >>> that i searched a lot, I dint get the hypertable<current version>.jar >>> file.In their site, They just given add hypertable<current version>.jar >>> file to the classpath. There I'm confused. Please tell me step by step to >>> set classpath to hypertable<current version>.jar file. >>> >>> Thanks. >>> >>> On Thursday, November 15, 2012 1:51:45 PM UTC+5:30, Frank Zhou wrote: >>>> >>>> when I use java apis to search data from hypertable , there are some >>>> problem: >>>> I set ColumnPredicate and set columns like this: >>>> >>>> // set column predicates >>>> ColumnPredicate cp = new ColumnPredicate(); >>>> cp.setColumn_family("age"); >>>> cp.setOperation(**ColumnPredicat**eOperation.**PREFIX_MATCH); >>>> cp.setValue("3"); >>>> scan_spec.addToColumn_**predicat**es(cp); >>>> //set columns >>>> scan_spec.addToColumns("name")****; >>>> scan_spec.addToColumns("age"); >>>> >>>> but the result only contain one column 'age': >>>> >>>> rowkey: 01 >>>> family: age >>>> qualifier: >>>> value: 30 >>>> >>>> The table is like this: >>>> create table user (name, age, index age); >>>> >>>> data is like this: >>>> 01 name zhou >>>> 01 name:nakename san >>>> 01 age 30 >>>> >>>> >>>> but when using C++ apis, it can return column "age" and "name". >>>> Is there any bugs about the java thrift apis? >>>> How to make java return all columns I need? >>>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Hypertable Development" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to hypertable-de...@**googlegroups.com. >>> To post to this group, send email to hyperta...@googlegroups.**com. >>> Visit this group at >>> http://groups.google.com/**group/hypertable-dev<http://groups.google.com/group/hypertable-dev> >>> . >>> For more options, visit >>> https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out> >>> . >>> >>> >>> >> >> -- > You received this message because you are subscribed to the Google Groups > "Hypertable Development" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/hypertable-dev. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- You received this message because you are subscribed to the Google Groups "Hypertable Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/hypertable-dev. For more options, visit https://groups.google.com/groups/opt_out.
