Hi,
The start-hbase.sh is mentioned on the wiki but
is it included in the current Hadoop release?
% ls -l hadoop-0.13.0/src/contrib/hbase/bin
total 24
-rw-rw-r-- 1 manager manager 6036 Jun 4 12:02 hbase
-rw-rw-r-- 1 manager manager 1603 Jun 4 12:02 hbase-config.sh
I was also curious if 127.0.0.1 can be a valid HServerAddress and is
logging with HLog required.
Thanks,
Peter W.
On Jun 27, 2007, at 12:50 PM, Michael Stack wrote:
Do you mean in code or on the command-line? If the latter:
> ${HBASE_HOME}/bin/start-hbase.sh
> ${HBASE_HOME}/bin/hbase client createTable table_name
colum_family_name 3
You may want/need to edit your ${HBASE_HOME}/conf/{hbase-
env.sh,regionservers,hbase-site.xml} to suit your environment.
Since data to recreate a table is in the csv, is logging required?
Which logging are you referring to?