문제

I have a set of files in my HDFS. I need to run a system command on all these files from java using the API. How do I do it without getting the files into the local filesystem? Is it even possible?

I am very new to Hadoop; Please explain the solutions in simple terms.

Thanks in advance.

도움이 되었습니까?

해결책

Yes this is very much possible. Have a look at this link which shows you how to use the HDFS API

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top