質問

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