Re: hbase-client dependency

2012-01-28 Thread kim young ill
thanx On Sat, Jan 28, 2012 at 5:07 PM, Lars H wrote: > You should just need hbase.jar, zookeeper.jar, and hadoop-core.jar. > > -- Lars > > kim young ill schrieb: > > >hi there, > >hbase 0.92 brings a lot of dependency (commons-*, httpcomponents,jetty, > >servlet, jsp ...) , when i just want to

Re: hbase-client dependency

2012-01-28 Thread Lars H
You should just need hbase.jar, zookeeper.jar, and hadoop-core.jar. -- Lars kim young ill schrieb: >hi there, >hbase 0.92 brings a lot of dependency (commons-*, httpcomponents,jetty, >servlet, jsp ...) , when i just want to use hbase-client from webapp to >push data to a hbase data (hdfs, netwo

hbase-client dependency

2012-01-28 Thread kim young ill
hi there, hbase 0.92 brings a lot of dependency (commons-*, httpcomponents,jetty, servlet, jsp ...) , when i just want to use hbase-client from webapp to push data to a hbase data (hdfs, network), what is required ? would be hdfs.jar, zookeeper.jar & hbase.jar enough ? thanx