Skip to content

Instantly share code, notes, and snippets.

@NitinRanjan
Created October 7, 2018 15:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NitinRanjan/0047b1a7f447bd25ee23e4aa70bd3eaa to your computer and use it in GitHub Desktop.
Save NitinRanjan/0047b1a7f447bd25ee23e4aa70bd3eaa to your computer and use it in GitHub Desktop.
docker cp create_table.sh hbase1:/
Login inside container and run create_tbl.sh script
docker exec -it hbase1 bash;
/create_tbl.sh
or
docker exec -it hbase1 /create_tbl.sh;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment