Created
May 14, 2017 14:24
-
-
Save jamesrajendran/46aa0b2949e1b6249bb2bb13a89d0752 to your computer and use it in GitHub Desktop.
Spark Shell related Tips
This file contains hidden or 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
| // SHELL COMMANDS FROM SPARK SHELL | |
| :sh hdfs dfs -ls /user/cloudera | |
| <result> foreach println //use the result variable like 'res0' in the place of <result> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment