Assuming you deploy HBase from tar ball, bin/hbase would add lib jars
to CLASSPATH at runtime.

See the following from bin/hbase:

# Add libs to CLASSPATH
for f in $HBASE_HOME/lib/*.jar; do
  CLASSPATH=${CLASSPATH}:$f;
done

In the same file :
#   HBASE_CLASSPATH  Extra Java CLASSPATH entries.

Cheers

On Sat, Apr 12, 2014 at 7:01 AM, John Hancock <[email protected]>wrote:

> for hbase 0.98.1 how do I find a list of jar files that I would need to add
> to HBASE_CLASSPATH in order to start a regionserver?
>

Reply via email to