Hi folks,
I am having an issue while doing 'ls' in proc hadoop. Here is my code:
proc hadoop;
hdfs ld="/my/path"
out="/test/output.txt" recurse;
run;
However, in my output.txt file the column 'owner' is truncated to only 8 characters. Is there any option to increase the length of columns in output.txt file?
Thanks in advance!
Filip