Skip to content

Instantly share code, notes, and snippets.

@jayhuang75
Created September 13, 2020 16:36
Show Gist options
  • Save jayhuang75/35917a697dc1584c96927eb8dd7cb512 to your computer and use it in GitHub Desktop.
Save jayhuang75/35917a697dc1584c96927eb8dd7cb512 to your computer and use it in GitHub Desktop.
get the logs from hadoop for developement
// 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