Review Request 16174: Summary:Hive should be able to skip header and footer rows when reading data file for a table (HIVE-5795)

2013-12-10 Thread Shuaishuai Nie
/r/16174/diff/ Testing --- Thanks, Shuaishuai Nie

Review Request 16184: Hive should be able to skip header and footer rows when reading data file for a table (HIVE-5795)

2013-12-11 Thread Shuaishuai Nie
/file_with_header_footer.q.out PRE-CREATION serde/if/serde.thrift 2ceb572 serde/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/serde/serdeConstants.java 22a6168 Diff: https://reviews.apache.org/r/16184/diff/ Testing --- Thanks, Shuaishuai Nie

Re: Review Request 15663: Hive should be able to skip header and footer rows when reading data file for a table

2013-12-12 Thread Shuaishuai Nie
rySearchRecordReader.java <https://reviews.apache.org/r/15663/#comment57955> yes, otherwise an exception will be thrown when accessing pathToPartitionInfo info during the test since the job context is incomplete in the unit test ql/src/test/queries/clientpositive/file_with_header_foo

Re: Review Request 15663: Hive should be able to skip header and footer rows when reading data file for a table

2013-12-12 Thread Shuaishuai Nie
uploaded the new diff file with the fixes in the review board here: https://reviews.apache.org/r/16184/diff/#index_header - Shuaishuai Nie On Nov. 19, 2013, 1:31 a.m., Eric Hanson wrote: > > --- > This is an automatically gener

Re: Review Request 16184: Hive should be able to skip header and footer rows when reading data file for a table (HIVE-5795)

2013-12-18 Thread Shuaishuai Nie
://reviews.apache.org/r/16184/diff/ Testing --- Thanks, Shuaishuai Nie

Re: Review Request 16184: Hive should be able to skip header and footer rows when reading data file for a table (HIVE-5795)

2013-12-30 Thread Shuaishuai Nie
l/src/test/results/clientpositive/file_with_header_footer.q.out PRE-CREATION serde/if/serde.thrift 2ceb572 serde/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/serde/serdeConstants.java 22a6168 Diff: https://reviews.apache.org/r/16184/diff/ Testing --- Thanks, Shuaishuai Nie

Re: Review Request 16184: Hive should be able to skip header and footer rows when reading data file for a table (HIVE-5795)

2013-12-31 Thread Shuaishuai Nie
serde/if/serde.thrift 2ceb572 serde/src/gen/thrift/gen-javabean/org/apache/hadoop/hive/serde/serdeConstants.java 22a6168 Diff: https://reviews.apache.org/r/16184/diff/ Testing --- Thanks, Shuaishuai Nie

Review Request 16671: Review request for HIVE-5244 When creating table with AVRO serde, the "avro.schema.url" should be about to load serde schema from file system beside HDFS

2014-01-06 Thread Shuaishuai Nie
/hadoop/hive/serde2/avro/AvroSerdeUtils.java 13848b6 serde/src/test/org/apache/hadoop/hive/serde2/avro/TestAvroSerdeUtils.java 010f614 Diff: https://reviews.apache.org/r/16671/diff/ Testing --- Thanks, Shuaishuai Nie

Review Request 16727: Review Board for HIVE-5446 Hive can CREATE an external table but not SELECT from it when file path have spaces

2014-01-07 Thread Shuaishuai Nie
path.q.out PRE-CREATION Diff: https://reviews.apache.org/r/16727/diff/ Testing --- Thanks, Shuaishuai Nie

Re: Review Request 16727: Review Board for HIVE-5446 Hive can CREATE an external table but not SELECT from it when file path have spaces

2014-01-08 Thread Shuaishuai Nie
ntpositive/external_table_with_space_in_location_path.q.out PRE-CREATION Diff: https://reviews.apache.org/r/16727/diff/ Testing --- Thanks, Shuaishuai Nie

Re: Review Request 16727: Review Board for HIVE-5446 Hive can CREATE an external table but not SELECT from it when file path have spaces

2014-01-09 Thread Shuaishuai Nie
crosoft.com:8020/folder+with%20space" however for Partition, the location is like "hdfs://shuainie-vm10.redmond.corp.microsoft.com:8020/folder+with space" So location corruption when having space in path only happens for table but not for partition. - Shuaishuai Nie

Re: Review Request 16727: Review Board for HIVE-5446 Hive can CREATE an external table but not SELECT from it when file path have spaces

2014-01-09 Thread Shuaishuai Nie
tps://reviews.apache.org/r/16727/#comment59950> Hi Xuefu, I think it is different when the path is not a valid URI string or the path is null. Returning null may cover the problem of invalid path. - Shuaishuai Nie On Jan. 9, 2014, 1:57 a.m., Shuaishuai Nie

Re: Review Request 16727: Review Board for HIVE-5446 Hive can CREATE an external table but not SELECT from it when file path have spaces

2014-01-09 Thread Shuaishuai Nie
ntpositive/external_table_with_space_in_location_path.q PRE-CREATION ql/src/test/results/clientpositive/external_table_with_space_in_location_path.q.out PRE-CREATION Diff: https://reviews.apache.org/r/16727/diff/ Testing --- Thanks, Shuaishuai Nie

Re: Review Request 16727: Review Board for HIVE-5446 Hive can CREATE an external table but not SELECT from it when file path have spaces

2014-01-09 Thread Shuaishuai Nie
ntpositive/external_table_with_space_in_location_path.q PRE-CREATION ql/src/test/results/clientpositive/external_table_with_space_in_location_path.q.out PRE-CREATION Diff: https://reviews.apache.org/r/16727/diff/ Testing --- Thanks, Shuaishuai Nie

Review Request 16826: Review for HIVE-5032 Enable hive creating external table at the root directory of DFS

2014-01-13 Thread Shuaishuai Nie
iff: https://reviews.apache.org/r/16826/diff/ Testing --- unit test added Thanks, Shuaishuai Nie

Review Request: review request for HIVE-4417: Make unit tests input20.q, input33.q, newline.q in TestCliDriver working on Windows

2013-04-25 Thread Shuaishuai Nie
.q.out 464a0b6 ql/src/test/results/clientpositive/newline.q.out 9cdec49 Diff: https://reviews.apache.org/r/10783/diff/ Testing --- Thanks, Shuaishuai Nie

Re: Review Request: review request for HIVE-4417: Make unit tests input20.q, input33.q, newline.q in TestCliDriver working on Windows

2013-04-25 Thread Shuaishuai Nie
/test/results/clientpositive/input20.q.out 90a8d3c ql/src/test/results/clientpositive/input33.q.out 464a0b6 ql/src/test/results/clientpositive/newline.q.out 9cdec49 Diff: https://reviews.apache.org/r/10783/diff/ Testing --- Thanks, Shuaishuai Nie

[jira] [Commented] (HIVE-4348) Unit test compile fail at hbase-handler project on Windows becuase of illegal escape character

2013-06-05 Thread Shuaishuai Nie (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13676603#comment-13676603 ] Shuaishuai Nie commented on HIVE-4348: -- Thanks [~ashutoshc] &g

[jira] [Commented] (HIVE-4422) Test output need to be updated for Windows only unit test in TestCliDriver

2013-06-05 Thread Shuaishuai Nie (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13676648#comment-13676648 ] Shuaishuai Nie commented on HIVE-4422: -- Thanks [~ashutoshc] &g

[jira] [Created] (HIVE-4748) Fix TempletonUtilsTest failure on WIndows

2013-06-17 Thread Shuaishuai Nie (JIRA)
Shuaishuai Nie created HIVE-4748: Summary: Fix TempletonUtilsTest failure on WIndows Key: HIVE-4748 URL: https://issues.apache.org/jira/browse/HIVE-4748 Project: Hive Issue Type: Bug

[jira] [Updated] (HIVE-4748) Fix TempletonUtilsTest failure on WIndows

2013-06-17 Thread Shuaishuai Nie (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4748?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shuaishuai Nie updated HIVE-4748: - Status: Patch Available (was: Open) > Fix TempletonUtilsTest failure on WInd

[jira] [Updated] (HIVE-4748) Fix TempletonUtilsTest failure on WIndows

2013-06-17 Thread Shuaishuai Nie (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4748?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shuaishuai Nie updated HIVE-4748: - Attachment: HIVE-4748.1.patch > Fix TempletonUtilsTest failure on WInd

[jira] [Created] (HIVE-4755) Fix Templeton map-only tasks are getting killed after 10 minutes by MapReduce

2013-06-18 Thread Shuaishuai Nie (JIRA)
Shuaishuai Nie created HIVE-4755: Summary: Fix Templeton map-only tasks are getting killed after 10 minutes by MapReduce Key: HIVE-4755 URL: https://issues.apache.org/jira/browse/HIVE-4755 Project

[jira] [Updated] (HIVE-4755) Fix Templeton map-only tasks are getting killed after 10 minutes by MapReduce

2013-06-18 Thread Shuaishuai Nie (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4755?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shuaishuai Nie updated HIVE-4755: - Attachment: HIVE-4755.1.patch > Fix Templeton map-only tasks are getting killed after

[jira] [Created] (HIVE-4760) Templenton occasional raises bad request (HTTP error 400) for queue/:jobid requests

2013-06-19 Thread Shuaishuai Nie (JIRA)
Shuaishuai Nie created HIVE-4760: Summary: Templenton occasional raises bad request (HTTP error 400) for queue/:jobid requests Key: HIVE-4760 URL: https://issues.apache.org/jira/browse/HIVE-4760

[jira] [Updated] (HIVE-4760) Templenton occasional raises bad request (HTTP error 400) for queue/:jobid requests

2013-06-19 Thread Shuaishuai Nie (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4760?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shuaishuai Nie updated HIVE-4760: - Attachment: HIVE-4760.1.patch > Templenton occasional raises bad request (HTTP error 400)

[jira] [Updated] (HIVE-4760) Templenton occasional raises bad request (HTTP error 400) for queue/:jobid requests

2013-06-19 Thread Shuaishuai Nie (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4760?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shuaishuai Nie updated HIVE-4760: - Status: Patch Available (was: Open) > Templenton occasional raises bad request (HTTP er

[jira] [Created] (HIVE-4773) Templeton intermittently fail to commit output to file system

2013-06-20 Thread Shuaishuai Nie (JIRA)
Shuaishuai Nie created HIVE-4773: Summary: Templeton intermittently fail to commit output to file system Key: HIVE-4773 URL: https://issues.apache.org/jira/browse/HIVE-4773 Project: Hive

[jira] [Updated] (HIVE-4773) Templeton intermittently fail to commit output to file system

2013-06-20 Thread Shuaishuai Nie (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shuaishuai Nie updated HIVE-4773: - Attachment: HIVE-4773.1.patch > Templeton intermittently fail to commit output to file sys

[jira] [Updated] (HIVE-4773) Templeton intermittently fail to commit output to file system

2013-06-20 Thread Shuaishuai Nie (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shuaishuai Nie updated HIVE-4773: - Assignee: Shuaishuai Nie Status: Patch Available (was: Open) > Temple

[jira] [Commented] (HIVE-4448) Fix metastore warehouse incorrect location on Windows in unit tests

2013-06-23 Thread Shuaishuai Nie (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13691542#comment-13691542 ] Shuaishuai Nie commented on HIVE-4448: -- Hi [~ashutoshgupt...@gmail.com] Thanks

[jira] [Updated] (HIVE-4782) Templeton streaming bug fixes

2013-06-24 Thread Shuaishuai Nie (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4782?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shuaishuai Nie updated HIVE-4782: - Attachment: HIVE-4782.1.patch > Templeton streaming bug fi

[jira] [Created] (HIVE-4782) Templeton streaming bug fixes

2013-06-24 Thread Shuaishuai Nie (JIRA)
Shuaishuai Nie created HIVE-4782: Summary: Templeton streaming bug fixes Key: HIVE-4782 URL: https://issues.apache.org/jira/browse/HIVE-4782 Project: Hive Issue Type: Bug

[jira] [Created] (HIVE-5023) Hive get wrong result when partition has the same path but different schema or authority

2013-08-07 Thread Shuaishuai Nie (JIRA)
Shuaishuai Nie created HIVE-5023: Summary: Hive get wrong result when partition has the same path but different schema or authority Key: HIVE-5023 URL: https://issues.apache.org/jira/browse/HIVE-5023

[jira] [Updated] (HIVE-5023) Hive get wrong result when partition has the same path but different schema or authority

2013-08-07 Thread Shuaishuai Nie (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shuaishuai Nie updated HIVE-5023: - Assignee: Shuaishuai Nie Status: Patch Available (was: Open) > Hive get wrong res

[jira] [Updated] (HIVE-5023) Hive get wrong result when partition has the same path but different schema or authority

2013-08-07 Thread Shuaishuai Nie (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shuaishuai Nie updated HIVE-5023: - Attachment: HIVE-5023.1.patch > Hive get wrong result when partition has the same path

[jira] [Updated] (HIVE-5023) Hive get wrong result when partition has the same path but different schema or authority

2013-08-08 Thread Shuaishuai Nie (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shuaishuai Nie updated HIVE-5023: - Attachment: HIVE-5023.2.patch Re-base the patch due to the code change introduced by HIVE-3926

[jira] [Created] (HIVE-5032) Enable hive creating external table at the root directory of DFS

2013-08-08 Thread Shuaishuai Nie (JIRA)
Shuaishuai Nie created HIVE-5032: Summary: Enable hive creating external table at the root directory of DFS Key: HIVE-5032 URL: https://issues.apache.org/jira/browse/HIVE-5032 Project: Hive

[jira] [Updated] (HIVE-5032) Enable hive creating external table at the root directory of DFS

2013-08-08 Thread Shuaishuai Nie (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5032?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shuaishuai Nie updated HIVE-5032: - Status: Patch Available (was: Open) > Enable hive creating external table at the r

[jira] [Updated] (HIVE-5032) Enable hive creating external table at the root directory of DFS

2013-08-08 Thread Shuaishuai Nie (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5032?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shuaishuai Nie updated HIVE-5032: - Attachment: HIVE-5032.1.patch > Enable hive creating external table at the root directory

[jira] [Updated] (HIVE-5072) [WebHCat]Enable directly invoke Sqoop job through Templeton

2014-04-08 Thread Shuaishuai Nie (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5072?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shuaishuai Nie updated HIVE-5072: - Attachment: HIVE-5072.3.patch Rebased the patch and add e2e test for Templeton-Sqoop action in

[jira] [Commented] (HIVE-5072) [WebHCat]Enable directly invoke Sqoop job through Templeton

2014-04-11 Thread Shuaishuai Nie (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5072?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13966752#comment-13966752 ] Shuaishuai Nie commented on HIVE-5072: -- Thanks [~ekoifman] for the comments. Pl

[jira] [Updated] (HIVE-5072) [WebHCat]Enable directly invoke Sqoop job through Templeton

2014-04-14 Thread Shuaishuai Nie (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5072?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shuaishuai Nie updated HIVE-5072: - Attachment: HIVE-5072.4.patch Updated the patch based on the comment. [~ekoifman], here are the

[jira] [Commented] (HIVE-5072) [WebHCat]Enable directly invoke Sqoop job through Templeton

2014-04-15 Thread Shuaishuai Nie (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5072?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13970305#comment-13970305 ] Shuaishuai Nie commented on HIVE-5072: -- User can pass Generic Hadoop command-

[jira] [Commented] (HIVE-5072) [WebHCat]Enable directly invoke Sqoop job through Templeton

2014-04-16 Thread Shuaishuai Nie (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5072?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13971971#comment-13971971 ] Shuaishuai Nie commented on HIVE-5072: -- Hi [~ekoifman], the way I pass 'user

[jira] [Updated] (HIVE-5072) [WebHCat]Enable directly invoke Sqoop job through Templeton

2014-04-18 Thread Shuaishuai Nie (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5072?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shuaishuai Nie updated HIVE-5072: - Attachment: HIVE-5072.5.patch Hi [~ekoifman].Changed the e2e test to pass 'user.name' u

[jira] [Created] (HIVE-6940) [WebHCat]Update documentation for Templeton-Sqoop action

2014-04-21 Thread Shuaishuai Nie (JIRA)
Shuaishuai Nie created HIVE-6940: Summary: [WebHCat]Update documentation for Templeton-Sqoop action Key: HIVE-6940 URL: https://issues.apache.org/jira/browse/HIVE-6940 Project: Hive Issue

[jira] [Created] (HIVE-6941) [WebHCat] Implement webhcat endpoint "version/sqoop"

2014-04-21 Thread Shuaishuai Nie (JIRA)
Shuaishuai Nie created HIVE-6941: Summary: [WebHCat] Implement webhcat endpoint "version/sqoop" Key: HIVE-6941 URL: https://issues.apache.org/jira/browse/HIVE-6941 Project: Hive

[jira] [Updated] (HIVE-6941) [WebHCat] Implement webhcat endpoint "version/sqoop"

2014-04-21 Thread Shuaishuai Nie (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6941?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shuaishuai Nie updated HIVE-6941: - Description: Since WebHCat support invoking Sqoop job (introduced in HIVE-5072), it should also

[jira] [Updated] (HIVE-6941) [WebHCat] Complete implementation of webhcat endpoint "version/sqoop"

2014-04-21 Thread Shuaishuai Nie (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6941?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shuaishuai Nie updated HIVE-6941: - Summary: [WebHCat] Complete implementation of webhcat endpoint "version/sqoop" (was

[jira] [Updated] (HIVE-6941) [WebHCat] Complete implementation of webhcat endpoint "version/sqoop"

2014-04-21 Thread Shuaishuai Nie (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6941?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shuaishuai Nie updated HIVE-6941: - Description: Since WebHCat support invoking Sqoop job (introduced in HIVE-5072), it should also

[jira] [Updated] (HIVE-6940) [WebHCat]Update documentation for Templeton-Sqoop action

2014-04-21 Thread Shuaishuai Nie (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6940?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shuaishuai Nie updated HIVE-6940: - Description: WebHCat documentation need to be updated based on the new feature introduced in

[jira] [Updated] (HIVE-6940) [WebHCat]Update documentation for Templeton-Sqoop action

2014-04-21 Thread Shuaishuai Nie (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6940?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shuaishuai Nie updated HIVE-6940: - Description: WebHCat documentation need to be updated based on the new feature introduced in

[jira] [Updated] (HIVE-5795) Hive should be able to skip header and footer rows when reading data file for a table

2013-12-10 Thread Shuaishuai Nie (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shuaishuai Nie updated HIVE-5795: - Attachment: HIVE-5795.2.patch > Hive should be able to skip header and footer rows when read

[jira] [Commented] (HIVE-5795) Hive should be able to skip header and footer rows when reading data file for a table

2013-12-11 Thread Shuaishuai Nie (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13845731#comment-13845731 ] Shuaishuai Nie commented on HIVE-5795: -- Updated the code review at h

[jira] [Commented] (HIVE-5795) Hive should be able to skip header and footer rows when reading data file for a table

2013-12-16 Thread Shuaishuai Nie (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13849774#comment-13849774 ] Shuaishuai Nie commented on HIVE-5795: -- Sorry, wrong link to the new review b

[jira] [Created] (HIVE-6044) webhcat should be able to return detailed serde information when show table using "fromat=extended"

2013-12-17 Thread Shuaishuai Nie (JIRA)
Shuaishuai Nie created HIVE-6044: Summary: webhcat should be able to return detailed serde information when show table using "fromat=extended" Key: HIVE-6044 URL: https://issues.apache.org/jira/browse

[jira] [Updated] (HIVE-6044) webhcat should be able to return detailed serde information when show table using "fromat=extended"

2013-12-17 Thread Shuaishuai Nie (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6044?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shuaishuai Nie updated HIVE-6044: - Attachment: HIVE-6044.1.patch > webhcat should be able to return detailed serde information w

[jira] [Updated] (HIVE-6044) webhcat should be able to return detailed serde information when show table using "fromat=extended"

2013-12-17 Thread Shuaishuai Nie (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6044?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shuaishuai Nie updated HIVE-6044: - Attachment: HIVE-6044.1.patch > webhcat should be able to return detailed serde information w

[jira] [Updated] (HIVE-6044) webhcat should be able to return detailed serde information when show table using "fromat=extended"

2013-12-17 Thread Shuaishuai Nie (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6044?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shuaishuai Nie updated HIVE-6044: - Attachment: (was: HIVE-6044.1.patch) > webhcat should be able to return detailed se

[jira] [Updated] (HIVE-5795) Hive should be able to skip header and footer rows when reading data file for a table

2013-12-18 Thread Shuaishuai Nie (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shuaishuai Nie updated HIVE-5795: - Attachment: HIVE-5795.3.patch > Hive should be able to skip header and footer rows when read

[jira] [Updated] (HIVE-5795) Hive should be able to skip header and footer rows when reading data file for a table

2013-12-18 Thread Shuaishuai Nie (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shuaishuai Nie updated HIVE-5795: - Attachment: (was: HIVE-5795.3.patch) > Hive should be able to skip header and footer r

[jira] [Updated] (HIVE-5795) Hive should be able to skip header and footer rows when reading data file for a table

2013-12-18 Thread Shuaishuai Nie (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shuaishuai Nie updated HIVE-5795: - Attachment: HIVE-5795.3.patch > Hive should be able to skip header and footer rows when read

[jira] [Updated] (HIVE-5795) Hive should be able to skip header and footer rows when reading data file for a table

2013-12-19 Thread Shuaishuai Nie (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shuaishuai Nie updated HIVE-5795: - Attachment: (was: HIVE-5795.1.patch) > Hive should be able to skip header and footer r

[jira] [Updated] (HIVE-5795) Hive should be able to skip header and footer rows when reading data file for a table

2013-12-19 Thread Shuaishuai Nie (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shuaishuai Nie updated HIVE-5795: - Attachment: HIVE-5795.1.patch > Hive should be able to skip header and footer rows when read

[jira] [Commented] (HIVE-4417) Make unit tests pass on Windows which use Linux script in query files

2013-12-19 Thread Shuaishuai Nie (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13853442#comment-13853442 ] Shuaishuai Nie commented on HIVE-4417: -- Thank [~jdere] for re-basing the p

[jira] [Commented] (HIVE-6044) webhcat should be able to return detailed serde information when show table using "fromat=extended"

2013-12-27 Thread Shuaishuai Nie (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6044?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13857791#comment-13857791 ] Shuaishuai Nie commented on HIVE-6044: -- Thanks [~thejas] > webhcat should be

[jira] [Updated] (HIVE-5795) Hive should be able to skip header and footer rows when reading data file for a table

2013-12-30 Thread Shuaishuai Nie (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shuaishuai Nie updated HIVE-5795: - Attachment: HIVE-5795.4.patch > Hive should be able to skip header and footer rows when read

[jira] [Updated] (HIVE-5795) Hive should be able to skip header and footer rows when reading data file for a table

2013-12-30 Thread Shuaishuai Nie (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shuaishuai Nie updated HIVE-5795: - Description: Hive should be able to skip header and footer lines when reading data file from

[jira] [Commented] (HIVE-5795) Hive should be able to skip header and footer rows when reading data file for a table

2013-12-30 Thread Shuaishuai Nie (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13859255#comment-13859255 ] Shuaishuai Nie commented on HIVE-5795: -- Thanks [~leftylev]. Changed the param

[jira] [Updated] (HIVE-5795) Hive should be able to skip header and footer rows when reading data file for a table

2013-12-31 Thread Shuaishuai Nie (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shuaishuai Nie updated HIVE-5795: - Attachment: HIVE-5795.5.patch > Hive should be able to skip header and footer rows when read

[jira] [Resolved] (HIVE-5532) In Windows, MapredLocalTask need to remove quotes on environment variable before launch ExecDriver in another JVM

2014-01-02 Thread Shuaishuai Nie (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shuaishuai Nie resolved HIVE-5532. -- Resolution: Won't Fix > In Windows, MapredLocalTask need to remove quotes on env

[jira] [Commented] (HIVE-5532) In Windows, MapredLocalTask need to remove quotes on environment variable before launch ExecDriver in another JVM

2014-01-02 Thread Shuaishuai Nie (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13860995#comment-13860995 ] Shuaishuai Nie commented on HIVE-5532: -- Thanks @Thejas, closing this as won'

[jira] [Created] (HIVE-6130) Webhcat resource /templeton/v1/status doesn't track Hive job progress

2014-01-02 Thread Shuaishuai Nie (JIRA)
Shuaishuai Nie created HIVE-6130: Summary: Webhcat resource /templeton/v1/status doesn't track Hive job progress Key: HIVE-6130 URL: https://issues.apache.org/jira/browse/HIVE-6130 Project:

[jira] [Commented] (HIVE-6130) Webhcat resource /templeton/v1/status doesn't track Hive job progress

2014-01-02 Thread Shuaishuai Nie (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13861060#comment-13861060 ] Shuaishuai Nie commented on HIVE-6130: -- Create this JIRA to keep tracking of HCAT

[jira] [Updated] (HIVE-5446) Hive can CREATE an external table but not SELECT from it when file path have spaces

2014-01-02 Thread Shuaishuai Nie (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shuaishuai Nie updated HIVE-5446: - Attachment: HIVE-5446.2.patch Re-based the patch on trunk > Hive can CREATE an external ta

[jira] [Updated] (HIVE-5224) When creating table with AVRO serde, the "avro.schema.url" should be about to load serde schema from file system beside HDFS

2014-01-02 Thread Shuaishuai Nie (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shuaishuai Nie updated HIVE-5224: - Attachment: HIVE-5224.4.patch Upload the same patch to verify through Hive QA > When creat

[jira] [Updated] (HIVE-5032) Enable hive creating external table at the root directory of DFS

2014-01-02 Thread Shuaishuai Nie (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5032?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shuaishuai Nie updated HIVE-5032: - Attachment: HIVE-5032.3.patch Re-based the patch on latest trunk. > Enable hive creat

[jira] [Updated] (HIVE-4773) webhcat intermittently fail to commit output to file system

2014-01-02 Thread Shuaishuai Nie (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shuaishuai Nie updated HIVE-4773: - Attachment: HIVE-4773.4.patch Re-based the patch on latest trunk. > webhcat intermittently f

[jira] [Updated] (HIVE-4760) webhcat occasional raises bad request (HTTP error 400) for queue/:jobid requests

2014-01-02 Thread Shuaishuai Nie (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4760?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shuaishuai Nie updated HIVE-4760: - Resolution: Not A Problem Status: Resolved (was: Patch Available) Closing this JIRA as

[jira] [Commented] (HIVE-5446) Hive can CREATE an external table but not SELECT from it when file path have spaces

2014-01-03 Thread Shuaishuai Nie (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13861744#comment-13861744 ] Shuaishuai Nie commented on HIVE-5446: -- Hi [~xuefuz], thanks for the advice. I

[jira] [Commented] (HIVE-5032) Enable hive creating external table at the root directory of DFS

2014-01-03 Thread Shuaishuai Nie (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13861745#comment-13861745 ] Shuaishuai Nie commented on HIVE-5032: -- Yes [~leftylev], I think documentation is

[jira] [Updated] (HIVE-5795) Hive should be able to skip header and footer rows when reading data file for a table

2014-01-03 Thread Shuaishuai Nie (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shuaishuai Nie updated HIVE-5795: - Release Note: hive.file.max.footer Default Value: 100 Max number of lines of footer user can

[jira] [Commented] (HIVE-5795) Hive should be able to skip header and footer rows when reading data file for a table

2014-01-03 Thread Shuaishuai Nie (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13861911#comment-13861911 ] Shuaishuai Nie commented on HIVE-5795: -- Thanks [~leftylev] [~thejas]. It see

[jira] [Updated] (HIVE-5795) Hive should be able to skip header and footer rows when reading data file for a table

2014-01-03 Thread Shuaishuai Nie (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shuaishuai Nie updated HIVE-5795: - Release Note: hive.file.max.footer Default Value: 100 Max number of lines of footer user can

[jira] [Updated] (HIVE-5795) Hive should be able to skip header and footer rows when reading data file for a table

2014-01-03 Thread Shuaishuai Nie (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shuaishuai Nie updated HIVE-5795: - Release Note: hive.file.max.footer Default Value: 100 Max number of lines of footer user can

[jira] [Commented] (HIVE-5795) Hive should be able to skip header and footer rows when reading data file for a table

2014-01-03 Thread Shuaishuai Nie (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13861969#comment-13861969 ] Shuaishuai Nie commented on HIVE-5795: -- Hi [~leftylev], this property name canno

[jira] [Updated] (HIVE-6130) Webhcat resource /templeton/v1/status doesn't track Hive job progress

2014-01-06 Thread Shuaishuai Nie (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shuaishuai Nie updated HIVE-6130: - Attachment: HIVE-6130.1.patch Hi [~ekoifman]. Yes, but we still need the part in the original

[jira] [Commented] (HIVE-5224) When creating table with AVRO serde, the "avro.schema.url" should be about to load serde schema from file system beside HDFS

2014-01-06 Thread Shuaishuai Nie (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13863505#comment-13863505 ] Shuaishuai Nie commented on HIVE-5224: -- Hi [~thejas], created review board for

[jira] [Updated] (HIVE-5446) Hive can CREATE an external table but not SELECT from it when file path have spaces

2014-01-06 Thread Shuaishuai Nie (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shuaishuai Nie updated HIVE-5446: - Attachment: HIVE-5446.3.patch Thanks [~thejas]. Also attached a new patch with the fix for the

[jira] [Commented] (HIVE-5446) Hive can CREATE an external table but not SELECT from it when file path have spaces

2014-01-06 Thread Shuaishuai Nie (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13863685#comment-13863685 ] Shuaishuai Nie commented on HIVE-5446: -- Hi [~xuefuz]. I modified my unit test

[jira] [Commented] (HIVE-5446) Hive can CREATE an external table but not SELECT from it when file path have spaces

2014-01-06 Thread Shuaishuai Nie (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13863688#comment-13863688 ] Shuaishuai Nie commented on HIVE-5446: -- Sorry, just ignore my former comment.

[jira] [Commented] (HIVE-5446) Hive can CREATE an external table but not SELECT from it when file path have spaces

2014-01-06 Thread Shuaishuai Nie (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13863757#comment-13863757 ] Shuaishuai Nie commented on HIVE-5446: -- Seems the decode function will ch

[jira] [Commented] (HIVE-6130) Webhcat resource /templeton/v1/status doesn't track Hive job progress

2014-01-07 Thread Shuaishuai Nie (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-6130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13864556#comment-13864556 ] Shuaishuai Nie commented on HIVE-6130: -- Hi [~ekoifman], 1. the patch contains cha

[jira] [Commented] (HIVE-4773) webhcat intermittently fail to commit output to file system

2014-01-07 Thread Shuaishuai Nie (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13864565#comment-13864565 ] Shuaishuai Nie commented on HIVE-4773: -- Hi [~ekoifman], that's correct. Yo

[jira] [Updated] (HIVE-4773) webhcat intermittently fail to commit output to file system

2014-01-07 Thread Shuaishuai Nie (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-4773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shuaishuai Nie updated HIVE-4773: - Resolution: Not A Problem Status: Resolved (was: Patch Available) > webh

[jira] [Updated] (HIVE-5446) Hive can CREATE an external table but not SELECT from it when file path have spaces

2014-01-07 Thread Shuaishuai Nie (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shuaishuai Nie updated HIVE-5446: - Attachment: HIVE-5446.4.patch > Hive can CREATE an external table but not SELECT from it w

[jira] [Commented] (HIVE-5446) Hive can CREATE an external table but not SELECT from it when file path have spaces

2014-01-07 Thread Shuaishuai Nie (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13864990#comment-13864990 ] Shuaishuai Nie commented on HIVE-5446: -- Hi [~xuefuz], [~thejas]. The patch

[jira] [Commented] (HIVE-5446) Hive can CREATE an external table but not SELECT from it when file path have spaces

2014-01-07 Thread Shuaishuai Nie (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13865019#comment-13865019 ] Shuaishuai Nie commented on HIVE-5446: -- Create review board for this JIRA here: h

[jira] [Updated] (HIVE-5446) Hive can CREATE an external table but not SELECT from it when file path have spaces

2014-01-08 Thread Shuaishuai Nie (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-5446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shuaishuai Nie updated HIVE-5446: - Attachment: HIVE-5446.5.patch Update the patch #5 based on [~xuefuz]'s comment in review

  1   2   3   >