Re: transfer large file onto hdfs

2012-07-06 Thread Harsh J
Hi Ted, Hadoop in general should work OK on Solaris, minus the native code, which may or may not require some tweaking to build for Solaris, but needs to be manually built nevertheless. For CDH-specific questions though, please mail to the CDH users list instead at http://groups.google.com/a/clou

Re: transfer large file onto hdfs

2012-07-06 Thread Ted Yu
Thanks for the reply, Harsh. BTW Does anyone deploy cdh3u4 on Solaris ? On Thu, Jul 5, 2012 at 11:47 PM, Harsh J wrote: > Should we assume that the non-hadoop system has no way to get on the > network of the hadoop cluster and its clients? Otherwise, you can > grant it temporary access and do a

Re: transfer large file onto hdfs

2012-07-05 Thread Harsh J
Should we assume that the non-hadoop system has no way to get on the network of the hadoop cluster and its clients? Otherwise, you can grant it temporary access and do a write from it itself. If not: Run a micro FTP server pointed to that file, and then do a 'hadoop fs -cp ftp://location hdfs://lo