Hello Shashi, Maybe I'm missing some context, but are the Hadoop FsShell commands sufficient?
http://hadoop.apache.org/docs/r2.7.1/hadoop-project-dist/hadoop-common/FileSystemShell.html These commands work on both *nix and Windows. Another option would be WebHDFS, which just requires an HTTP client on your platform of choice. http://hadoop.apache.org/docs/r2.7.1/hadoop-project-dist/hadoop-hdfs/WebHDFS.html --Chris Nauroth From: Shashi Vishwakarma <[email protected]<mailto:[email protected]>> Reply-To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> Date: Saturday, October 31, 2015 at 5:46 AM To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> Subject: Utility to push data into HDFS Hi I need build a common utility for unix/windows based system to push data into hadoop system. User can run that utility from any platform and should be able to push data into HDFS. Any suggestions ? Thanks Shashi
