[jira] [Commented] (HIVE-3405) UDF initcap to obtain a string with the first letter of each word in uppercase other letters in lowercase

2015-01-12 Thread Lefty Leverenz (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14274853#comment-14274853 ] Lefty Leverenz commented on HIVE-3405: -- Doc note: The *initcap* UDF should be documen

[jira] [Updated] (HIVE-3405) UDF initcap to obtain a string with the first letter of each word in uppercase other letters in lowercase

2015-01-12 Thread Lefty Leverenz (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-3405?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lefty Leverenz updated HIVE-3405: - Labels: TODOC15 patch (was: patch) > UDF initcap to obtain a string with the first letter of each

To be included as a Hive contributor

2015-01-12 Thread 赵海明
Admins, I’m a Hive user from Beijing.China, I want to be included as a Hive contributor, and my JIRA username is zhao...@asiainfo.com, I look forward to your replying, thanks! Best Regards Spongcer ZHAO Software Architect Cell: 0086 151 1009 3390 AsiaInfo Information System

[jira] [Commented] (HIVE-9342) add num-executors / executor-cores / executor-memory option support for hive on spark in Yarn mode

2015-01-12 Thread Chengxiang Li (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14274831#comment-14274831 ] Chengxiang Li commented on HIVE-9342: - Thanks, [~fangxi.yin] bring this up. While we la

[jira] [Updated] (HIVE-9336) Fix Hive throws ParseException while handling Grouping-Sets clauses

2015-01-12 Thread zhaohm3 (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] zhaohm3 updated HIVE-9336: -- Status: Patch Available (was: Open) > Fix Hive throws ParseException while handling Grouping-Sets clauses >

[jira] [Updated] (HIVE-9336) Fix Hive throws ParseException while handling Grouping-Sets clauses

2015-01-12 Thread zhaohm3 (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] zhaohm3 updated HIVE-9336: -- Description: Currently, when Hive parses GROUPING SETS clauses, and if there are some expressions that were comp

[jira] [Updated] (HIVE-9336) Fix Hive throws ParseException while handling Grouping-Sets clauses

2015-01-12 Thread zhaohm3 (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] zhaohm3 updated HIVE-9336: -- Description: Currently, when Hive parses GROUPING SETS clauses, and if there are some expressions that were comp

[jira] [Updated] (HIVE-9336) Fix Hive throws ParseException while handling Grouping-Sets clauses

2015-01-12 Thread zhaohm3 (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] zhaohm3 updated HIVE-9336: -- Status: Open (was: Patch Available) > Fix Hive throws ParseException while handling Grouping-Sets clauses >

[jira] [Updated] (HIVE-9336) Fix Hive throws ParseException while handling Grouping-Sets clauses

2015-01-12 Thread zhaohm3 (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] zhaohm3 updated HIVE-9336: -- Attachment: HIVE-9336.1.patch > Fix Hive throws ParseException while handling Grouping-Sets clauses > ---

[jira] [Updated] (HIVE-9341) Apply ColumnPrunning for noop PTFs

2015-01-12 Thread Navis (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Navis updated HIVE-9341: Attachment: HIVE-9341.2.patch.txt > Apply ColumnPrunning for noop PTFs > -- > >

[jira] [Commented] (HIVE-9178) Create a separate API for remote Spark Context RPC other than job submission [Spark Branch]

2015-01-12 Thread Chengxiang Li (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14274807#comment-14274807 ] Chengxiang Li commented on HIVE-9178: - The patch mostly looks good to me, I left a comm

Re: Review Request 29832: HIVE-9178. Add a synchronous RPC API to the remote Spark context.

2015-01-12 Thread chengxiang li
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/29832/#review67813 --- spark-client/src/main/java/org/apache/hive/spark/client/SparkClient

[jira] [Commented] (HIVE-9110) Performance of SELECT COUNT(*) FROM store_sales WHERE ss_item_sk IS NOT NULL [Spark Branch]

2015-01-12 Thread Rui Li (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14274792#comment-14274792 ] Rui Li commented on HIVE-9110: -- In spark standalone mode, the executor won't have hadoop nativ

[jira] [Commented] (HIVE-9257) Merge from spark to trunk January 2015

2015-01-12 Thread Brock Noland (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14274758#comment-14274758 ] Brock Noland commented on HIVE-9257: Thank you cleaning up my mess! :) > Merge from sp

[jira] [Commented] (HIVE-9352) Merge from spark to trunk (follow-up of HIVE-9257)

2015-01-12 Thread Brock Noland (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14274757#comment-14274757 ] Brock Noland commented on HIVE-9352: +1 pending tests > Merge from spark to trunk (fol

[jira] [Commented] (HIVE-9339) Optimize split grouping for CombineHiveInputFormat [Spark Branch]

2015-01-12 Thread Rui Li (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14274751#comment-14274751 ] Rui Li commented on HIVE-9339: -- Just some thoughts, since we can't combine the splits in AM li

[jira] [Commented] (HIVE-9355) Remove keys in the cleanup methods for encryption related qtest

2015-01-12 Thread Hive QA (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14274744#comment-14274744 ] Hive QA commented on HIVE-9355: --- {color:red}Overall{color}: -1 at least one tests failed H

[jira] [Commented] (HIVE-9178) Create a separate API for remote Spark Context RPC other than job submission [Spark Branch]

2015-01-12 Thread Hive QA (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14274714#comment-14274714 ] Hive QA commented on HIVE-9178: --- {color:red}Overall{color}: -1 at least one tests failed H

[jira] [Commented] (HIVE-9178) Create a separate API for remote Spark Context RPC other than job submission [Spark Branch]

2015-01-12 Thread Xuefu Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14274678#comment-14274678 ] Xuefu Zhang commented on HIVE-9178: --- The patch looks good to me. [~chengxiang li], could

Re: Review Request 29671: Support select distinct *

2015-01-12 Thread pengcheng xiong
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/29671/ --- (Updated Jan. 13, 2015, 3:48 a.m.) Review request for hive and John Pullokkaran

[jira] [Updated] (HIVE-9194) Support select distinct *

2015-01-12 Thread Pengcheng Xiong (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pengcheng Xiong updated HIVE-9194: -- Status: Patch Available (was: Open) > Support select distinct * > - > >

[jira] [Updated] (HIVE-9194) Support select distinct *

2015-01-12 Thread Pengcheng Xiong (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pengcheng Xiong updated HIVE-9194: -- Attachment: HIVE-9194.03.patch address [~jpullokkaran]'s comments. > Support select distinct * >

[jira] [Commented] (HIVE-9200) CBO (Calcite Return Path): Inline Join, Properties

2015-01-12 Thread Hive QA (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14274658#comment-14274658 ] Hive QA commented on HIVE-9200: --- {color:red}Overall{color}: -1 at least one tests failed H

[jira] [Updated] (HIVE-9194) Support select distinct *

2015-01-12 Thread Pengcheng Xiong (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pengcheng Xiong updated HIVE-9194: -- Status: Open (was: Patch Available) > Support select distinct * > - > >

[jira] [Assigned] (HIVE-9339) Optimize split grouping for CombineHiveInputFormat [Spark Branch]

2015-01-12 Thread Jimmy Xiang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jimmy Xiang reassigned HIVE-9339: - Assignee: Jimmy Xiang > Optimize split grouping for CombineHiveInputFormat [Spark Branch] > --

[jira] [Updated] (HIVE-9358) Create LAST_DAY UDF

2015-01-12 Thread Alexander Pivovarov (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexander Pivovarov updated HIVE-9358: -- Description: LAST_DAY returns the date of the last day of the month that contains date: l

[jira] [Created] (HIVE-9358) Create LAST_DAY UDF

2015-01-12 Thread Alexander Pivovarov (JIRA)
Alexander Pivovarov created HIVE-9358: - Summary: Create LAST_DAY UDF Key: HIVE-9358 URL: https://issues.apache.org/jira/browse/HIVE-9358 Project: Hive Issue Type: Improvement Co

[jira] [Created] (HIVE-9357) Create ADD_MONTHS UDF

2015-01-12 Thread Alexander Pivovarov (JIRA)
Alexander Pivovarov created HIVE-9357: - Summary: Create ADD_MONTHS UDF Key: HIVE-9357 URL: https://issues.apache.org/jira/browse/HIVE-9357 Project: Hive Issue Type: Improvement

[jira] [Updated] (HIVE-9356) Fail to handle the case that a qfile contains a semicolon

2015-01-12 Thread Dong Chen (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dong Chen updated HIVE-9356: Attachment: HIVE-9356.patch > Fail to handle the case that a qfile contains a semicolon > ---

[jira] [Commented] (HIVE-9356) Fail to handle the case that a qfile contains a semicolon

2015-01-12 Thread Dong Chen (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14274647#comment-14274647 ] Dong Chen commented on HIVE-9356: - A small fix for the failed case {{encryption_load_data_t

[GitHub] hive pull request: Fix Hive throws ParseException while parsing Gr...

2015-01-12 Thread zhaohm3
Github user zhaohm3 closed the pull request at: https://github.com/apache/hive/pull/29 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enable

[jira] [Updated] (HIVE-9356) Fail to handle the case that a qfile contains a semicolon

2015-01-12 Thread Dong Chen (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dong Chen updated HIVE-9356: Status: Patch Available (was: Open) > Fail to handle the case that a qfile contains a semicolon > --

[jira] [Updated] (HIVE-9356) Fail to handle the case that a qfile contains a semicolon

2015-01-12 Thread Dong Chen (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dong Chen updated HIVE-9356: Description: Currently, we split the qfile by the semicolon. It should be able to handle the comment statemen

[GitHub] hive pull request: Fix Hive ParseException while parsing Grouping ...

2015-01-12 Thread zhaohm3
Github user zhaohm3 closed the pull request at: https://github.com/apache/hive/pull/28 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enable

[jira] [Created] (HIVE-9356) Fail to handle the case that a qfile contains a semicolon

2015-01-12 Thread Ferdinand Xu (JIRA)
Ferdinand Xu created HIVE-9356: -- Summary: Fail to handle the case that a qfile contains a semicolon Key: HIVE-9356 URL: https://issues.apache.org/jira/browse/HIVE-9356 Project: Hive Issue Type:

[GitHub] hive pull request: Fix Hive throws ParseException while parsing Gr...

2015-01-12 Thread zhaohm3
GitHub user zhaohm3 opened a pull request: https://github.com/apache/hive/pull/29 Fix Hive throws ParseException while parsing Grouping-Sets clauses Currently, when Hive parses GROUPING SETS clauses, and if there are some expressions that were composed of two or more common subexpre

[jira] [Updated] (HIVE-9355) Remove keys in the cleanup methods for encryption related qtest

2015-01-12 Thread Ferdinand Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9355?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ferdinand Xu updated HIVE-9355: --- Affects Version/s: encryption-branch Status: Patch Available (was: Open) > Remove keys

[jira] [Updated] (HIVE-9355) Remove keys in the cleanup methods for encryption related qtest

2015-01-12 Thread Ferdinand Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9355?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ferdinand Xu updated HIVE-9355: --- Fix Version/s: encryption-branch > Remove keys in the cleanup methods for encryption related qtest > --

[jira] [Updated] (HIVE-9355) Remove keys in the cleanup methods for encryption related qtest

2015-01-12 Thread Ferdinand Xu (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9355?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ferdinand Xu updated HIVE-9355: --- Attachment: HIVE-9355-encryption.patch > Remove keys in the cleanup methods for encryption related qtes

[jira] [Commented] (HIVE-9258) Explain query should share the same Spark application with regular queries [Spark Branch]

2015-01-12 Thread Xuefu Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9258?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14274632#comment-14274632 ] Xuefu Zhang commented on HIVE-9258: --- Makes sense. Thanks for the explanation. > Explain

[jira] [Created] (HIVE-9355) Remove keys in the cleanup methods for encryption related qtest

2015-01-12 Thread Ferdinand Xu (JIRA)
Ferdinand Xu created HIVE-9355: -- Summary: Remove keys in the cleanup methods for encryption related qtest Key: HIVE-9355 URL: https://issues.apache.org/jira/browse/HIVE-9355 Project: Hive Issue

[jira] [Created] (HIVE-9354) TestDAGVerify seems to be broken

2015-01-12 Thread Rajesh Balamohan (JIRA)
Rajesh Balamohan created HIVE-9354: -- Summary: TestDAGVerify seems to be broken Key: HIVE-9354 URL: https://issues.apache.org/jira/browse/HIVE-9354 Project: Hive Issue Type: Bug

[jira] [Updated] (HIVE-7313) Allow in-memory/ssd session-level temp-tables

2015-01-12 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gopal V updated HIVE-7313: -- Attachment: HIVE-7313.2.patch Rebased to trunk. > Allow in-memory/ssd session-level temp-tables > --

[jira] [Updated] (HIVE-7313) Allow in-memory/ssd session-level temp-tables

2015-01-12 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gopal V updated HIVE-7313: -- Status: Patch Available (was: Open) > Allow in-memory/ssd session-level temp-tables > --

[jira] [Updated] (HIVE-7313) Allow in-memory/ssd session-level temp-tables

2015-01-12 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gopal V updated HIVE-7313: -- Status: Open (was: Patch Available) > Allow in-memory/ssd session-level temp-tables > --

[jira] [Commented] (HIVE-9336) Fix Hive throws ParseException while handling Grouping-Sets clauses

2015-01-12 Thread zhaohm3 (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14274623#comment-14274623 ] zhaohm3 commented on HIVE-9336: --- Or see the attachment: Fix-Hive-ParseException-of-Grouping-S

[jira] [Updated] (HIVE-9336) Fix Hive throws ParseException while handling Grouping-Sets clauses

2015-01-12 Thread zhaohm3 (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] zhaohm3 updated HIVE-9336: -- Description: Currently, when Hive parses GROUPING SETS clauses, and if there are some expressions that were comp

[jira] [Updated] (HIVE-9336) Fix Hive throws ParseException while handling Grouping-Sets clauses

2015-01-12 Thread zhaohm3 (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] zhaohm3 updated HIVE-9336: -- Attachment: Fix-Hive-ParseException-of-Grouping-Sets.htm > Fix Hive throws ParseException while handling Grouping

[jira] [Updated] (HIVE-9336) Fix Hive throws ParseException while handling Grouping-Sets clauses

2015-01-12 Thread zhaohm3 (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] zhaohm3 updated HIVE-9336: -- Description: Currently, when Hive parses GROUPING SETS clauses, and if there are some expressions that were comp

[jira] [Resolved] (HIVE-9258) Explain query should share the same Spark application with regular queries [Spark Branch]

2015-01-12 Thread Jimmy Xiang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jimmy Xiang resolved HIVE-9258. --- Resolution: Not a Problem Closed it as Not a Problem. Thanks. As to sparkMemoryAndCores in SetSparkRed

[jira] [Updated] (HIVE-9353) make TABLE keyword optional in INSERT INTO TABLE foo...

2015-01-12 Thread Eugene Koifman (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9353?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eugene Koifman updated HIVE-9353: - Status: Patch Available (was: Open) > make TABLE keyword optional in INSERT INTO TABLE foo... > --

[jira] [Updated] (HIVE-9353) make TABLE keyword optional in INSERT INTO TABLE foo...

2015-01-12 Thread Eugene Koifman (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9353?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eugene Koifman updated HIVE-9353: - Attachment: HIVE-9353.patch > make TABLE keyword optional in INSERT INTO TABLE foo... > ---

[jira] [Commented] (HIVE-9341) Apply ColumnPrunning for noop PTFs

2015-01-12 Thread Navis (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14274609#comment-14274609 ] Navis commented on HIVE-9341: - Forget above comment. I've forgot to update trunk in this mornin

[jira] [Commented] (HIVE-9341) Apply ColumnPrunning for noop PTFs

2015-01-12 Thread Navis (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14274604#comment-14274604 ] Navis commented on HIVE-9341: - Seemed need updates of golden files, but I cannot find TestSpark

[jira] [Updated] (HIVE-9135) Cache Map and Reduce works in RSC [Spark Branch]

2015-01-12 Thread Xuefu Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xuefu Zhang updated HIVE-9135: -- Resolution: Fixed Status: Resolved (was: Patch Available) Committed to Spark branch. Thanks, Jim

Re: Review Request 29671: Support select distinct *

2015-01-12 Thread John Pullokkaran
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/29671/#review67784 --- ql/src/java/org/apache/hadoop/hive/ql/parse/SemanticAnalyzer.java <

Re: Review Request 29671: Support select distinct *

2015-01-12 Thread John Pullokkaran
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/29671/#review67783 --- ql/src/java/org/apache/hadoop/hive/ql/parse/SemanticAnalyzer.java <

[jira] [Updated] (HIVE-9245) TestHadoop20SAuthBridge uses DefaultImpersonationProvider (2.4.0 -> 2.6.0 API change)

2015-01-12 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9245?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gopal V updated HIVE-9245: -- Resolution: Done Status: Resolved (was: Patch Available) Committed as part of HIVE-9244 > TestHadoop20S

[jira] [Commented] (HIVE-9331) get rid of pre-optimized-hashtable memory optimizations

2015-01-12 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14274584#comment-14274584 ] Ashutosh Chauhan commented on HIVE-9331: +1 > get rid of pre-optimized-hashtable m

[jira] [Updated] (HIVE-9224) CBO (Calcite Return Path): Inline Table, Properties

2015-01-12 Thread Laljo John Pullokkaran (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Laljo John Pullokkaran updated HIVE-9224: - Status: Patch Available (was: Open) > CBO (Calcite Return Path): Inline Table, Pro

[jira] [Updated] (HIVE-9224) CBO (Calcite Return Path): Inline Table, Properties

2015-01-12 Thread Laljo John Pullokkaran (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Laljo John Pullokkaran updated HIVE-9224: - Status: Open (was: Patch Available) > CBO (Calcite Return Path): Inline Table, Pro

[jira] [Updated] (HIVE-9224) CBO (Calcite Return Path): Inline Table, Properties

2015-01-12 Thread Laljo John Pullokkaran (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Laljo John Pullokkaran updated HIVE-9224: - Attachment: HIVE-9224.3.patch > CBO (Calcite Return Path): Inline Table, Properties

[jira] [Commented] (HIVE-9331) get rid of pre-optimized-hashtable memory optimizations

2015-01-12 Thread Hive QA (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14274565#comment-14274565 ] Hive QA commented on HIVE-9331: --- {color:red}Overall{color}: -1 at least one tests failed H

[jira] [Commented] (HIVE-9331) get rid of pre-optimized-hashtable memory optimizations

2015-01-12 Thread Sergey Shelukhin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14274559#comment-14274559 ] Sergey Shelukhin commented on HIVE-9331: It's a rename. Optimized hashtable superce

[jira] [Commented] (HIVE-9225) Windowing functions are not executing efficiently when the window is identical

2015-01-12 Thread Navis (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14274560#comment-14274560 ] Navis commented on HIVE-9225: - HIVE-7062 introduced streaming mode for windowing. Could you tes

[jira] [Created] (HIVE-9353) make TABLE keyword optional in INSERT INTO TABLE foo...

2015-01-12 Thread Eugene Koifman (JIRA)
Eugene Koifman created HIVE-9353: Summary: make TABLE keyword optional in INSERT INTO TABLE foo... Key: HIVE-9353 URL: https://issues.apache.org/jira/browse/HIVE-9353 Project: Hive Issue Type

[jira] [Updated] (HIVE-9244) Upgrade 0.23 hadoop-shims to latest stable hadoop-2.6.0

2015-01-12 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gopal V updated HIVE-9244: -- Resolution: Fixed Status: Resolved (was: Patch Available) > Upgrade 0.23 hadoop-shims to latest stable h

[jira] [Commented] (HIVE-9244) Upgrade 0.23 hadoop-shims to latest stable hadoop-2.6.0

2015-01-12 Thread Gopal V (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14274547#comment-14274547 ] Gopal V commented on HIVE-9244: --- Committed to trunk, thanks [~prasanth_j]. > Upgrade 0.23 ha

[jira] [Commented] (HIVE-9351) Running Hive Jobs with Tez cause templeton to never report percent complete

2015-01-12 Thread Eugene Koifman (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14274545#comment-14274545 ] Eugene Koifman commented on HIVE-9351: -- This is a WebHCat only change and test failure

Re: Propose to put JIRA traffic on separate hive list

2015-01-12 Thread Alan Gates
Yeah, I need to follow up on this. I'll file a JIRA to get infra to switch it. Alan. Lefty Leverenz January 12, 2015 at 16:15 A public mailing list was created, iss...@hive.apache.org, and I joined it with the usual subscription message (issues-subscr...@hive.

[jira] [Updated] (HIVE-9248) Vectorization : Tez Reduce vertex not getting vectorized when GROUP BY is Hash mode

2015-01-12 Thread Matt McCline (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt McCline updated HIVE-9248: --- Status: Patch Available (was: In Progress) > Vectorization : Tez Reduce vertex not getting vectorized

[jira] [Updated] (HIVE-9248) Vectorization : Tez Reduce vertex not getting vectorized when GROUP BY is Hash mode

2015-01-12 Thread Matt McCline (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt McCline updated HIVE-9248: --- Attachment: HIVE-9248.03.patch > Vectorization : Tez Reduce vertex not getting vectorized when GROUP BY

[jira] [Updated] (HIVE-9248) Vectorization : Tez Reduce vertex not getting vectorized when GROUP BY is Hash mode

2015-01-12 Thread Matt McCline (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt McCline updated HIVE-9248: --- Status: In Progress (was: Patch Available) > Vectorization : Tez Reduce vertex not getting vectorized

[jira] [Commented] (HIVE-9135) Cache Map and Reduce works in RSC [Spark Branch]

2015-01-12 Thread Xuefu Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14274537#comment-14274537 ] Xuefu Zhang commented on HIVE-9135: --- +1 > Cache Map and Reduce works in RSC [Spark Branc

[jira] [Commented] (HIVE-9258) Explain query shouldn't launch a Spark application [Spark Branch]

2015-01-12 Thread Xuefu Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9258?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14274528#comment-14274528 ] Xuefu Zhang commented on HIVE-9258: --- [~jxiang], thanks for looking into this. Looking at

[jira] [Updated] (HIVE-9258) Explain query should share the same Spark application with regular queries [Spark Branch]

2015-01-12 Thread Xuefu Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xuefu Zhang updated HIVE-9258: -- Summary: Explain query should share the same Spark application with regular queries [Spark Branch] (was:

[jira] [Updated] (HIVE-9258) Explain query should share the same Spark application with regular queries [Spark Branch]

2015-01-12 Thread Xuefu Zhang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xuefu Zhang updated HIVE-9258: -- Description: Currently for Hive on Spark, query plan includes the number of reducers, which is determined

[jira] [Commented] (HIVE-9135) Cache Map and Reduce works in RSC [Spark Branch]

2015-01-12 Thread Jimmy Xiang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14274526#comment-14274526 ] Jimmy Xiang commented on HIVE-9135: --- The failed tests are ok locally. > Cache Map and Re

Re: List Moderators

2015-01-12 Thread Lefty Leverenz
+1 Thanks Owen. -- Lefty On Mon, Jan 12, 2015 at 2:23 PM, Thejas Nair wrote: > Yes, that issue has been around for a while. I believe there were some > attempts to remove those emails a while back, but it didn't work. > If you can help, it would be great ! I am not sure who are the current >

[jira] [Commented] (HIVE-9257) Merge from spark to trunk January 2015

2015-01-12 Thread Szehon Ho (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14274490#comment-14274490 ] Szehon Ho commented on HIVE-9257: - [~gopalv] [~brocknoland] tests passed for HIVE-9340 and

Re: Review Request 29671: Support select distinct *

2015-01-12 Thread pengcheng xiong
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/29671/ --- (Updated Jan. 13, 2015, 12:31 a.m.) Review request for hive and John Pullokkara

[jira] [Updated] (HIVE-9194) Support select distinct *

2015-01-12 Thread Pengcheng Xiong (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pengcheng Xiong updated HIVE-9194: -- Attachment: HIVE-9194.02.patch rebase the code after spark is merged. > Support select distinct

[jira] [Updated] (HIVE-9352) Merge from spark to trunk (follow-up of HIVE-9257)

2015-01-12 Thread Szehon Ho (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Szehon Ho updated HIVE-9352: Attachment: HIVE-9352.patch > Merge from spark to trunk (follow-up of HIVE-9257) > --

[jira] [Updated] (HIVE-9194) Support select distinct *

2015-01-12 Thread Pengcheng Xiong (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pengcheng Xiong updated HIVE-9194: -- Status: Patch Available (was: Open) > Support select distinct * > - > >

[jira] [Updated] (HIVE-9352) Merge from spark to trunk (follow-up of HIVE-9257)

2015-01-12 Thread Szehon Ho (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Szehon Ho updated HIVE-9352: Status: Patch Available (was: Open) > Merge from spark to trunk (follow-up of HIVE-9257) > -

Review Request 29832: HIVE-9178. Add a synchronous RPC API to the remote Spark context.

2015-01-12 Thread Marcelo Vanzin
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/29832/ --- Review request for hive, Brock Noland, chengxiang li, and Xuefu Zhang. Bugs: HI

[jira] [Updated] (HIVE-9194) Support select distinct *

2015-01-12 Thread Pengcheng Xiong (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pengcheng Xiong updated HIVE-9194: -- Status: Open (was: Patch Available) > Support select distinct * > - > >

[jira] [Updated] (HIVE-9178) Create a separate API for remote Spark Context RPC other than job submission [Spark Branch]

2015-01-12 Thread Marcelo Vanzin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcelo Vanzin updated HIVE-9178: - Status: Patch Available (was: Open) > Create a separate API for remote Spark Context RPC other tha

[jira] [Updated] (HIVE-9178) Create a separate API for remote Spark Context RPC other than job submission [Spark Branch]

2015-01-12 Thread Marcelo Vanzin (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcelo Vanzin updated HIVE-9178: - Attachment: HIVE-9178.1-spark.patch > Create a separate API for remote Spark Context RPC other than

[jira] [Updated] (HIVE-9340) Address review of HIVE-9257 (ii) [Spark Branch]

2015-01-12 Thread Szehon Ho (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9340?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Szehon Ho updated HIVE-9340: Resolution: Fixed Status: Resolved (was: Patch Available) Committed to spark. Thanks Brock and Xuef

[jira] [Updated] (HIVE-9309) schematool fails on Postgres 8.1

2015-01-12 Thread Brock Noland (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brock Noland updated HIVE-9309: --- Resolution: Fixed Fix Version/s: 0.15.0 Status: Resolved (was: Patch Available) Than

Re: Propose to put JIRA traffic on separate hive list

2015-01-12 Thread Lefty Leverenz
A public mailing list was created, iss...@hive.apache.org, and I joined it with the usual subscription message (issues-subscr...@hive.apache.org). But so far it doesn't have any traffic. -- Lefty On Mon, Jan 12, 2015 at 12:30 AM, Lars Francke wrote: > Hi Alan, > > did you get around to creatin

[jira] [Commented] (HIVE-9340) Address review of HIVE-9257 (ii) [Spark Branch]

2015-01-12 Thread Hive QA (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14274458#comment-14274458 ] Hive QA commented on HIVE-9340: --- {color:green}Overall{color}: +1 all checks pass Here are

[jira] [Updated] (HIVE-8966) Delta files created by hive hcatalog streaming cannot be compacted

2015-01-12 Thread Alan Gates (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-8966?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates updated HIVE-8966: - Status: Open (was: Patch Available) [~owen.omalley] pointed out that I need to change the implementation o

[jira] [Commented] (HIVE-9331) get rid of pre-optimized-hashtable memory optimizations

2015-01-12 Thread Ashutosh Chauhan (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14274420#comment-14274420 ] Ashutosh Chauhan commented on HIVE-9331: Looks good. Few clarifications: * Is there

[jira] [Commented] (HIVE-9340) Address review of HIVE-9257 (ii) [Spark Branch]

2015-01-12 Thread Brock Noland (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14274417#comment-14274417 ] Brock Noland commented on HIVE-9340: I believe the number is actually optional, but peo

[jira] [Commented] (HIVE-9340) Address review of HIVE-9257 (ii) [Spark Branch]

2015-01-12 Thread Szehon Ho (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14274413#comment-14274413 ] Szehon Ho commented on HIVE-9340: - Note, I named the patch wrong, but good (bad?) thing is

[jira] [Commented] (HIVE-9351) Running Hive Jobs with Tez cause templeton to never report percent complete

2015-01-12 Thread Hive QA (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-9351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14274405#comment-14274405 ] Hive QA commented on HIVE-9351: --- {color:red}Overall{color}: -1 at least one tests failed H

[jira] [Updated] (HIVE-7613) Research optimization of auto convert join to map join [Spark branch]

2015-01-12 Thread Szehon Ho (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7613?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Szehon Ho updated HIVE-7613: Labels: (was: TODOC-SPARK) > Research optimization of auto convert join to map join [Spark branch] > --

[jira] [Commented] (HIVE-7613) Research optimization of auto convert join to map join [Spark branch]

2015-01-12 Thread Szehon Ho (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-7613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14274401#comment-14274401 ] Szehon Ho commented on HIVE-7613: - Very belated HNY! I uploaded this pdf as a wiki page, w

  1   2   3   >