Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Datasources
/
describe
/
hbase
/
createHbaseTables.sh
blob: 6b93f0c7cf396891bb7ae316b9b3b942f6738752 [
file
]
#!/bin/bash
hbase shell
<<
EOF
disable
'student_describe'
drop
'student_describe'
create
'student_describe'
,
'onecf'
,
'twocf'
,
'threecf'
,
'fourcf'
,
'fivecf'
exit
EOF