HADOOP-4097 absent in trunk?

2010-12-28 Thread Shrijeet Paliwal
Hi Hive users and developers, Any reason why change proposed in https://issues.apache.org/jira/browse/HADOOP-4097 is absent in current version? When speculative execution is on I see AlreadyBeingCreatedException. I was wondering it its because of HADOOP-4097. -Shrijeet

Potential bug around hive merging of small files

2012-03-12 Thread Shrijeet Paliwal
Hive Version: Hive 0.8 (last commit SHA b581a6192b8d4c544092679d05f45b2e50d42b45 ) Hadoop version : chd3u0 I am trying to use the hive merge small file feature by setting all the necessary params. I am disabling use of CombineHiveInputFormat since my input is compressed text. hive set

Re: Potential bug around hive merging of small files

2012-03-12 Thread Shrijeet Paliwal
; hive set hive.merge.size.smallfiles.avgsize=10;*hive set hive.merge.mapfiles=true;*hive set hive.merge.mapredfiles=true; *hive set hive.mergejob.maponly=false;* On Mon, Mar 12, 2012 at 4:27 PM, Shrijeet Paliwal shrij...@rocketfuel.comwrote: Hive Version: Hive 0.8 (last commit SHA

Re: Potential bug around hive merging of small files

2012-03-13 Thread Shrijeet Paliwal
set hive.merge.smallfiles.avgsize=10; hive set hive.merge.size.smallfiles.avgsize=10;*hive set hive.merge.mapfiles=true;*hive set hive.merge.mapredfiles=true; *hive set hive.mergejob.maponly=false;* On Mon, Mar 12, 2012 at 4:27 PM, Shrijeet Paliwal shrij

[jira] Commented: (HIVE-1902) create script for the metastore upgrade due to HIVE-78

2011-03-02 Thread Shrijeet Paliwal (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1902?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13001829#comment-13001829 ] Shrijeet Paliwal commented on HIVE-1902: Stumbled upon one issue while running meta

[jira] [Created] (HIVE-2869) Merging small files throws RuntimeException when hive.mergejob.maponly=false

2012-03-13 Thread Shrijeet Paliwal (Created) (JIRA)
Issue Type: Bug Components: Query Processor Affects Versions: 0.8.0 Environment: CentOS release 5.5 (Final) Reporter: Shrijeet Paliwal Attachments: data_to_reproduce.tar.gz Hive Version: Hive 0.8 (last commit SHA b581a6192b8d4c544092679d05f45b2e50d42b45

[jira] [Updated] (HIVE-2869) Merging small files throws RuntimeException when hive.mergejob.maponly=false

2012-03-13 Thread Shrijeet Paliwal (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2869?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shrijeet Paliwal updated HIVE-2869: --- Attachment: data_to_reproduce.tar.gz Merging small files throws RuntimeException when

[jira] [Commented] (HIVE-1399) Nested UDAFs cause Hive Internal Error (NullPointerException)

2012-01-11 Thread Shrijeet Paliwal (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13184682#comment-13184682 ] Shrijeet Paliwal commented on HIVE-1399: Hello folks. I think there are more issues

[jira] [Commented] (HIVE-1399) Nested UDAFs cause Hive Internal Error (NullPointerException)

2012-01-11 Thread Shrijeet Paliwal (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13184683#comment-13184683 ] Shrijeet Paliwal commented on HIVE-1399: My version is 0.8-r2 . Last commit