[jira] [Commented] (HIVE-1003) optimize metadata only queries

2011-10-19 Thread Marcin Kurczych (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13130785#comment-13130785 ] Marcin Kurczych commented on HIVE-1003: --- I have finished my internship at Facebook

[jira] [Updated] (HIVE-1003) optimize metadata only queries

2011-09-22 Thread Marcin Kurczych (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1003?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcin Kurczych updated HIVE-1003: -- Attachment: HIVE-1003.1.patch optimize metadata only queries

[jira] [Updated] (HIVE-1003) optimize metadata only queries

2011-09-22 Thread Marcin Kurczych (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1003?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcin Kurczych updated HIVE-1003: -- Release Note: Added support for metadata only queries and DUAL table. DUAL becomes keyword

Re: Review Request: Adding support for metadata only queries and DUAL pseudo-table in Hive

2011-09-21 Thread Marcin Kurczych
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/1962/ --- (Updated 2011-09-21 21:03:50.111482) Review request for hive, Ning Zhang and

Review Request: Adding support for metadata only queries and DUAL pseudo-table in Hive

2011-09-20 Thread Marcin Kurczych
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/1962/ --- Review request for hive, Ning Zhang and namit jain. Summary --- Some

[jira] [Commented] (HIVE-2400) Update unittests Hadoop version

2011-08-31 Thread Marcin Kurczych (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13094999#comment-13094999 ] Marcin Kurczych commented on HIVE-2400: --- I've manually replaced hadoop-core

Re: Review Request: Support archiving for multiple partitions if the table is partitioned by multiple columns

2011-08-31 Thread Marcin Kurczych
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/1259/ --- (Updated 2011-09-01 01:23:23.280266) Review request for hive, Paul Yang and

[jira] [Updated] (HIVE-2377) USE database doesn't work when it's first command in session

2011-08-24 Thread Marcin Kurczych (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2377?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcin Kurczych updated HIVE-2377: -- Attachment: HIVE-2377.1.patch USE database doesn't work when it's first command in session

[jira] [Updated] (HIVE-2377) USE database doesn't work when it's first command in session

2011-08-24 Thread Marcin Kurczych (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2377?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcin Kurczych updated HIVE-2377: -- Assignee: Marcin Kurczych Status: Patch Available (was: Open) Problem appeared when

[jira] [Created] (HIVE-2400) Update unittests Hadoop version

2011-08-23 Thread Marcin Kurczych (JIRA)
Update unittests Hadoop version --- Key: HIVE-2400 URL: https://issues.apache.org/jira/browse/HIVE-2400 Project: Hive Issue Type: Improvement Reporter: Marcin Kurczych Hadoop 0.20.1 used

[jira] [Updated] (HIVE-2400) Update unittests Hadoop version

2011-08-23 Thread Marcin Kurczych (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcin Kurczych updated HIVE-2400: -- Description: Hadoop 0.20.1 used in unittests contains bugs that were fixed in later versions

[jira] [Updated] (HIVE-2278) Support archiving for multiple partitions if the table is partitioned by multiple columns

2011-08-23 Thread Marcin Kurczych (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcin Kurczych updated HIVE-2278: -- Attachment: archive_corrupt.rc - data/files/archive_corrupt.rc Support archiving for multiple

[jira] [Updated] (HIVE-2278) Support archiving for multiple partitions if the table is partitioned by multiple columns

2011-08-23 Thread Marcin Kurczych (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcin Kurczych updated HIVE-2278: -- Attachment: HIVE-2278.7.patch Support archiving for multiple partitions if the table

[jira] [Commented] (HIVE-2278) Support archiving for multiple partitions if the table is partitioned by multiple columns

2011-08-23 Thread Marcin Kurczych (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13089733#comment-13089733 ] Marcin Kurczych commented on HIVE-2278: --- Fixed following bugs (accidental line

[jira] [Created] (HIVE-2377) USE database doesn't work when it's first command in session

2011-08-15 Thread Marcin Kurczych (JIRA)
: Marcin Kurczych Priority: Minor When USE database is run as a first command it has no effect: USE database; SHOW TABLES; // wrong - default database tables When run twice it works: USE database; USE database; SHOW TABLES; // ok When SHOW DATABASES is used before it, it works: SHOW

[jira] [Updated] (HIVE-2377) USE database doesn't work when it's first command in session

2011-08-15 Thread Marcin Kurczych (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2377?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcin Kurczych updated HIVE-2377: -- Description: When USE database is run as a first command it has no effect: USE database; SHOW

[jira] [Commented] (HIVE-2377) USE database doesn't work when it's first command in session

2011-08-15 Thread Marcin Kurczych (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13085462#comment-13085462 ] Marcin Kurczych commented on HIVE-2377: --- On some snapshot of 0.8 version, I believe

Re: Review Request: Support archiving for multiple partitions if the table is partitioned by multiple columns

2011-08-11 Thread Marcin Kurczych
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/1259/ --- (Updated 2011-08-11 23:31:47.018762) Review request for hive, Paul Yang and

[jira] [Updated] (HIVE-2278) Support archiving for multiple partitions if the table is partitioned by multiple columns

2011-08-11 Thread Marcin Kurczych (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcin Kurczych updated HIVE-2278: -- Attachment: HIVE-2278.6.patch Support archiving for multiple partitions if the table

[jira] [Updated] (HIVE-2278) Support archiving for multiple partitions if the table is partitioned by multiple columns

2011-08-11 Thread Marcin Kurczych (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcin Kurczych updated HIVE-2278: -- Status: Open (was: Patch Available) Support archiving for multiple partitions if the table

[jira] [Updated] (HIVE-2278) Support archiving for multiple partitions if the table is partitioned by multiple columns

2011-08-11 Thread Marcin Kurczych (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcin Kurczych updated HIVE-2278: -- Status: Patch Available (was: Open) Support archiving for multiple partitions if the table

Re: Review Request: Support archiving for multiple partitions if the table is partitioned by multiple columns

2011-08-09 Thread Marcin Kurczych
-08-09 01:28:13, Marcin Kurczych wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/1259/ --- (Updated 2011-08-09 01:28:13

Re: Review Request: Support archiving for multiple partitions if the table is partitioned by multiple columns

2011-08-09 Thread Marcin Kurczych
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/1259/ --- (Updated 2011-08-09 21:46:08.628498) Review request for hive, Paul Yang and

[jira] [Updated] (HIVE-2278) Support archiving for multiple partitions if the table is partitioned by multiple columns

2011-08-08 Thread Marcin Kurczych (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcin Kurczych updated HIVE-2278: -- Status: Open (was: Patch Available) Support archiving for multiple partitions if the table

[jira] [Updated] (HIVE-2278) Support archiving for multiple partitions if the table is partitioned by multiple columns

2011-08-08 Thread Marcin Kurczych (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcin Kurczych updated HIVE-2278: -- Status: Patch Available (was: Open) Support archiving for multiple partitions if the table

[jira] [Updated] (HIVE-2278) Support archiving for multiple partitions if the table is partitioned by multiple columns

2011-08-08 Thread Marcin Kurczych (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcin Kurczych updated HIVE-2278: -- Attachment: HIVE-2278.5.patch Support archiving for multiple partitions if the table

Re: Review Request: Support archiving for multiple partitions if the table is partitioned by multiple columns

2011-08-08 Thread Marcin Kurczych
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/1259/ --- (Updated 2011-08-09 01:28:13.568217) Review request for hive, Paul Yang and

Re: Review Request: Support archiving for multiple partitions if the table is partitioned by multiple columns

2011-08-04 Thread Marcin Kurczych
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/1259/ --- (Updated 2011-08-04 22:27:36.104846) Review request for hive, Paul Yang and

Re: Review Request: Support archiving for multiple partitions if the table is partitioned by multiple columns

2011-08-03 Thread Marcin Kurczych
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/1259/#review1278 --- On 2011-08-02 21:34:07, Marcin Kurczych wrote

Re: Review Request: Support archiving for multiple partitions if the table is partitioned by multiple columns

2011-08-03 Thread Marcin Kurczych
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/1259/ --- (Updated 2011-08-04 03:02:47.340003) Review request for hive, Paul Yang and

[jira] [Updated] (HIVE-2278) Support archiving for multiple partitions if the table is partitioned by multiple columns

2011-08-03 Thread Marcin Kurczych (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcin Kurczych updated HIVE-2278: -- Status: Open (was: Patch Available) Support archiving for multiple partitions if the table

[jira] [Updated] (HIVE-2278) Support archiving for multiple partitions if the table is partitioned by multiple columns

2011-08-03 Thread Marcin Kurczych (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcin Kurczych updated HIVE-2278: -- Status: Patch Available (was: Open) Support archiving for multiple partitions if the table

[jira] [Updated] (HIVE-2278) Support archiving for multiple partitions if the table is partitioned by multiple columns

2011-08-03 Thread Marcin Kurczych (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcin Kurczych updated HIVE-2278: -- Attachment: HIVE-2278.3.patch Support archiving for multiple partitions if the table

[jira] [Updated] (HIVE-2278) Support archiving for multiple partitions if the table is partitioned by multiple columns

2011-08-02 Thread Marcin Kurczych (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcin Kurczych updated HIVE-2278: -- Status: Open (was: Patch Available) Support archiving for multiple partitions if the table

[jira] [Updated] (HIVE-2278) Support archiving for multiple partitions if the table is partitioned by multiple columns

2011-08-02 Thread Marcin Kurczych (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcin Kurczych updated HIVE-2278: -- Release Note: Multi-archives support for hive, complete implementation. https

Review Request: Support archiving for multiple partitions if the table is partitioned by multiple columns

2011-08-02 Thread Marcin Kurczych
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/1259/ --- Review request for hive, Paul Yang and namit jain. Summary --- Allowing

[jira] [Updated] (HIVE-2278) Support archiving for multiple partitions if the table is partitioned by multiple columns

2011-07-19 Thread Marcin Kurczych (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcin Kurczych updated HIVE-2278: -- Attachment: hive.2278.1.patch Curent version of patch Support archiving for multiple

[jira] [Updated] (HIVE-2278) Support archiving for multiple partitions if the table is partitioned by multiple columns

2011-07-19 Thread Marcin Kurczych (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcin Kurczych updated HIVE-2278: -- Release Note: Current version of multi-archival support for pre-review, DO NOT MERGE https

[jira] [Updated] (HIVE-2278) Support archiving for multiple partitions if the table is partitioned by multiple columns

2011-07-19 Thread Marcin Kurczych (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcin Kurczych updated HIVE-2278: -- Release Note: Current version of multi-archival support for pre-review, DO NOT MERGE https

[jira] [Updated] (HIVE-2278) Support archiving for multiple partitions if the table is partitioned by multiple columns

2011-07-18 Thread Marcin Kurczych (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcin Kurczych updated HIVE-2278: -- Attachment: hive.2278.1.patch First version of a patch, not really ready yet Support

[jira] [Updated] (HIVE-2278) Support archiving for multiple partitions if the table is partitioned by multiple columns

2011-07-18 Thread Marcin Kurczych (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcin Kurczych updated HIVE-2278: -- Attachment: (was: hive.2278.1.patch) Support archiving for multiple partitions

[jira] [Created] (HIVE-2287) Error during UNARCHIVE of a partition

2011-07-15 Thread Marcin Kurczych (JIRA)
Kurczych Assignee: Marcin Kurczych When running UNARCHIVE on a partition which has many files in its directory we get: cp: When copying multiple files, destination should be a directory. FAILED: Error in metadata: org.apache.hadoop.hive.ql.metadata.HiveException: Error while copying