[jira] [Created] (HADOOP-8620) Add -Drequire.fuse and -Drequire.snappy

2012-07-24 Thread Colin Patrick McCabe (JIRA)
Colin Patrick McCabe created HADOOP-8620: Summary: Add -Drequire.fuse and -Drequire.snappy Key: HADOOP-8620 URL: https://issues.apache.org/jira/browse/HADOOP-8620 Project: Hadoop Common

[jira] [Resolved] (HADOOP-8618) Windows build failing after 1.0.3 got merged into branch-1-win

2012-07-24 Thread Suresh Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Suresh Srinivas resolved HADOOP-8618. - Resolution: Fixed Hadoop Flags: Reviewed I committed the patch. >

[jira] [Created] (HADOOP-8619) WritableComparator must implement no-arg constructor

2012-07-24 Thread Radim Kolar (JIRA)
Radim Kolar created HADOOP-8619: --- Summary: WritableComparator must implement no-arg constructor Key: HADOOP-8619 URL: https://issues.apache.org/jira/browse/HADOOP-8619 Project: Hadoop Common Is

[jira] [Created] (HADOOP-8618) Windows build failing after 1.0.3 got merged into branch-1-win

2012-07-24 Thread Bikas Saha (JIRA)
Bikas Saha created HADOOP-8618: -- Summary: Windows build failing after 1.0.3 got merged into branch-1-win Key: HADOOP-8618 URL: https://issues.apache.org/jira/browse/HADOOP-8618 Project: Hadoop Common

[jira] [Created] (HADOOP-8617) backport pure Java CRC32 calculator changes to branch-1

2012-07-24 Thread Brandon Li (JIRA)
Brandon Li created HADOOP-8617: -- Summary: backport pure Java CRC32 calculator changes to branch-1 Key: HADOOP-8617 URL: https://issues.apache.org/jira/browse/HADOOP-8617 Project: Hadoop Common I

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

2012-07-24 Thread Apache Jenkins Server
See Changes: [atm] HDFS-3711. Manually convert remaining tests to JUnit4. Contributed by Andrew Wang. -- [...truncated 26763 lines...] [DEBUG] (s) debug = false [DEBUG] (s) effort = Defau

Re: Build failed in Jenkins: Hadoop-Common-trunk #481

2012-07-24 Thread Eli Collins
I fixed up the command jenkins was running to hopefully fix this error. On Tue, Jul 24, 2012 at 2:27 AM, Apache Jenkins Server wrote: > See > > Changes: > > [eli] HDFS-3709. TestStartup tests still binding to the ephemeral port. >

Re: Hive partitioner

2012-07-24 Thread Abhishek
Data is skewed here so does it help? Thanks Abhi Sent from my iPhone On Jul 24, 2012, at 9:50 AM, Nitin Pawar wrote: > Tried rarely. > > It also depends on the data :) > > On Tue, Jul 24, 2012 at 6:26 PM, Abhishek wrote: >> Hi nitin, >> >> Thanks for the reply.By setting this in hive does

Re: Hive partitioner

2012-07-24 Thread Nitin Pawar
Tried rarely. It also depends on the data :) On Tue, Jul 24, 2012 at 6:26 PM, Abhishek wrote: > Hi nitin, > > Thanks for the reply.By setting this in hive does it improve the performance ? > > Regards > Abhi > > Sent from my iPhone > > On Jul 23, 2012, at 3:18 AM, Nitin Pawar wrote: > >> you ma

Re: Hive partitioner

2012-07-24 Thread Abhishek
Hi nitin, Thanks for the reply.By setting this in hive does it improve the performance ? Regards Abhi Sent from my iPhone On Jul 23, 2012, at 3:18 AM, Nitin Pawar wrote: > you may try this > > set hive.mapred.partitioner= > org.apache.hadoop.mapred.lib.TotalOrderPartitioner; > set total.orde

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

2012-07-24 Thread Apache Jenkins Server
See Changes: [eli] HDFS-3709. TestStartup tests still binding to the ephemeral port. Contributed by Eli Collins [bobby] MAPREDUCE-3893. allow capacity scheduler configs max-apps and max-am-pct per queue (tgraves via bobby) [todd]