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