Created
September 13, 2020 16:36
-
-
Save jayhuang75/35917a697dc1584c96927eb8dd7cb512 to your computer and use it in GitHub Desktop.
get the logs from hadoop for developement
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// copy from hdfs to local container | |
hdfs dfs -copyToLocal <log-id> | |
// copy from local container to local machine | |
docker cp <log-id> <your-path-of-rust-project> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment