Member since
05-03-2018
1
Post
0
Kudos Received
0
Solutions
05-04-2018
11:49 AM
This will try to write to local filesystem on any node manager on which yarn will execute script. echo "sample script execution">/exam/user/example/path/test.txt #assume this is local path Please ensure /exam/user/example/path directory is present on all node manager logs. To test you can try below script. echo "sample script execution">/tmp/test.txt
... View more