HBASE-12248 broken link in hbase shell help (André Kelpe)
This commit is contained in:
parent
a6dbddacfb
commit
8c1c65abf9
|
@ -218,7 +218,7 @@ double-quote'd hexadecimal representation. For example:
|
||||||
hbase> put 't1', "test\\xef\\xff", 'f1:', "\\x01\\x33\\x40"
|
hbase> put 't1', "test\\xef\\xff", 'f1:', "\\x01\\x33\\x40"
|
||||||
|
|
||||||
The HBase shell is the (J)Ruby IRB with the above HBase-specific commands added.
|
The HBase shell is the (J)Ruby IRB with the above HBase-specific commands added.
|
||||||
For more on the HBase Shell, see http://hbase.apache.org/docs/current/book.html
|
For more on the HBase Shell, see http://hbase.apache.org/book.html
|
||||||
HERE
|
HERE
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue