[jira] [Created] (HADOOP-8616) ViewFS configuration requires a trailing slash

2012-07-23 Thread Eli Collins (JIRA)
Eli Collins created HADOOP-8616: --- Summary: ViewFS configuration requires a trailing slash Key: HADOOP-8616 URL: https://issues.apache.org/jira/browse/HADOOP-8616 Project: Hadoop Common Issue Ty

[jira] [Reopened] (HADOOP-8431) Running distcp wo args throws IllegalArgumentException

2012-07-23 Thread Eli Collins (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins reopened HADOOP-8431: - I just tried this and confirmed it still fails with the latest build. In the future please try to r

[jira] [Resolved] (HADOOP-8612) Backport HADOOP-8599 to branch-1 (Non empty response when read beyond eof)

2012-07-23 Thread Eli Collins (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8612?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eli Collins resolved HADOOP-8612. - Resolution: Fixed Fix Version/s: 1.2.0 Target Version/s: (was: 1.2.0) I've co

[jira] [Created] (HADOOP-8615) EOFException in DecompressorStream.java needs to be more verbose

2012-07-23 Thread Jeff Lord (JIRA)
Jeff Lord created HADOOP-8615: - Summary: EOFException in DecompressorStream.java needs to be more verbose Key: HADOOP-8615 URL: https://issues.apache.org/jira/browse/HADOOP-8615 Project: Hadoop Common

[jira] [Created] (HADOOP-8614) IOUtils#skipFully hangs forever on EOF

2012-07-23 Thread Colin Patrick McCabe (JIRA)
Colin Patrick McCabe created HADOOP-8614: Summary: IOUtils#skipFully hangs forever on EOF Key: HADOOP-8614 URL: https://issues.apache.org/jira/browse/HADOOP-8614 Project: Hadoop Common

[jira] [Created] (HADOOP-8613) AbstractDelegationTokenIdentifier#getUser() should set token auth type

2012-07-23 Thread Daryn Sharp (JIRA)
Daryn Sharp created HADOOP-8613: --- Summary: AbstractDelegationTokenIdentifier#getUser() should set token auth type Key: HADOOP-8613 URL: https://issues.apache.org/jira/browse/HADOOP-8613 Project: Hadoop

Re: 10 failures when run test on hadoop-common-project

2012-07-23 Thread Eli Collins
Hi Yanbo, You can look at the individual tests output (eg hadoop-common-project/hadoop-common/target/surefire-reports/org.apache.hadoop.net.TestTableMapping.txt for TestTableMapping and so on) for an indication as to why the test failed. Thanks, Eli On Mon, Jul 23, 2012 at 3:50 AM, Yanbo Liang

10 failures when run test on hadoop-common-project

2012-07-23 Thread Yanbo Liang
Hi All, I just run the test code of hadoop-common-project with revision 1364560. It produced 10 FAILURES after I typed "mvn test" under the folder of "hadoop-common-project". But the lastest build in the Jenkins server is Hadoop-Common-trunk#480, and there is no test failures or errors occurred.

Build failed in Jenkins: Hadoop-Common-trunk #480

2012-07-23 Thread Apache Jenkins Server
See -- [...truncated 18484 lines...] [DEBUG] (s) reportsDirectory = [D

[jira] [Created] (HADOOP-8612) Backport HADOOP-8599 to branch-1 (Non empty response when read beyond eof)

2012-07-23 Thread Matt Foley (JIRA)
Matt Foley created HADOOP-8612: -- Summary: Backport HADOOP-8599 to branch-1 (Non empty response when read beyond eof) Key: HADOOP-8612 URL: https://issues.apache.org/jira/browse/HADOOP-8612 Project: Hadoo

Re: Hive partitioner

2012-07-23 Thread Nitin Pawar
you may try this set hive.mapred.partitioner= org.apache.hadoop.mapred.lib.TotalOrderPartitioner; set total.order.partitioner.natural.order=[false|true]; set total.order.partitioner.path=[path]; On Mon, Jul 23, 2012 at 8:56 AM, abhiTowson cal wrote: > > hi all, > > How to use total order partiti