Re: How to run hadoop from eclipse

2010-06-01 Thread tech.kota
Check this Video regarding configuring Eclipse to use with Hadoop: http://www.cloudera.com/blog/2009/04/configuring-eclipse-for-hadoop-development-a-screencast/ http://www.cloudera.com/blog/2009/04/configuring-eclipse-for-hadoop-development-a-screencast/ Silence wrote: > > I recently wan

[jira] Created: (HADOOP-6795) FsShell 'hadoop fs -text' does not work with other file systems

2010-06-01 Thread Shunsuke Mikami (JIRA)
FsShell 'hadoop fs -text' does not work with other file systems - Key: HADOOP-6795 URL: https://issues.apache.org/jira/browse/HADOOP-6795 Project: Hadoop Common Issue Type: Bu

[jira] Created: (HADOOP-6796) FileStatus allows null srcPath but crashes if that's done

2010-06-01 Thread Rodrigo Schmidt (JIRA)
FileStatus allows null srcPath but crashes if that's done - Key: HADOOP-6796 URL: https://issues.apache.org/jira/browse/HADOOP-6796 Project: Hadoop Common Issue Type: Bug Comp

[jira] Created: (HADOOP-6797) DNS#getHosts() fallback leads to mix of network-interface addresse in case reverse lookup fails

2010-06-01 Thread Johannes Zillmann (JIRA)
DNS#getHosts() fallback leads to mix of network-interface addresse in case reverse lookup fails --- Key: HADOOP-6797 URL: https://issues.apache.org/jira/browse/HADOOP-6797

Re: [jira] Created: (HADOOP-4776) installation under Windows fails with "bin/hadoop: line 243: c:\Program: command not found"

2010-06-01 Thread gsommers
It's also because from cygwin the path isn't C:\program files\... its /cygdrive/c/... An alternative fix is to symlink your jdk to /jdk and then reexport JAVA_HOME is your bashrc as follows: $ symlink -s /cygdrive/c/Priogram\ Files/Java/jdk1.6.0_19 /jdk and then add the following to your ~/.bas

[jira] Created: (HADOOP-6798) Align Ivy version for all Hadoop subprojects.

2010-06-01 Thread Konstantin Boudnik (JIRA)
Align Ivy version for all Hadoop subprojects. - Key: HADOOP-6798 URL: https://issues.apache.org/jira/browse/HADOOP-6798 Project: Hadoop Common Issue Type: Improvement Components: build

record-aware file splitting

2010-06-01 Thread Daren Hasenkamp
Hi, I am interested in implementing record-aware file splitting for hadoop. I am looking for someone who knows the hadoop internals well and is willing to discuss some details of how to accomplish this. By "record-aware file splitting", I mean that I want to be able to put files into hadoop with

[jira] Created: (HADOOP-6799) GzipCodec/CompressionOutputStream resetState() fails to reset gzip header and CRC

2010-06-01 Thread Greg Roelofs (JIRA)
GzipCodec/CompressionOutputStream resetState() fails to reset gzip header and CRC - Key: HADOOP-6799 URL: https://issues.apache.org/jira/browse/HADOOP-6799 Project: Hadoo