[jira] [Updated] (HIVE-2020) Create a separate namespace for Hive variables

2011-08-19 Thread Vaibhav Aggarwal (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2020?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vaibhav Aggarwal updated HIVE-2020: --- Description: Support for variable substitution was added in HIVE-1096. However, variable subs

[jira] [Updated] (HIVE-2020) Create a separate namespace for Hive variables

2011-08-19 Thread Vaibhav Aggarwal (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2020?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vaibhav Aggarwal updated HIVE-2020: --- Status: Patch Available (was: Open) > Create a separate namespace for Hive variables > --

[jira] [Commented] (HIVE-2020) Create a separate namespace for Hive variables

2011-08-19 Thread jirapos...@reviews.apache.org (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2020?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13088100#comment-13088100 ] jirapos...@reviews.apache.org commented on HIVE-2020: - ---

[jira] [Updated] (HIVE-2020) Create a separate namespace for Hive variables

2011-08-19 Thread Vaibhav Aggarwal (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2020?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vaibhav Aggarwal updated HIVE-2020: --- Attachment: HIVE-2020-3.patch > Create a separate namespace for Hive variables > -

Review Request: Create a separate namespace for Hive variables

2011-08-19 Thread Vaibhav Aggarwal
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/1607/ --- Review request for hive and Carl Steinbach. Summary --- 1. Added support h

[jira] [Commented] (HIVE-1953) Hive should process comments in CliDriver

2011-08-19 Thread jirapos...@reviews.apache.org (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13088096#comment-13088096 ] jirapos...@reviews.apache.org commented on HIVE-1953: - bq. On 2011-0

Re: Review Request: HIVE-1953: Hive should process comments in CliDriver

2011-08-19 Thread Syed Albiz
> On 2011-08-19 21:08:09, Charles Chen wrote: > > Currently if you type something like > > > > EXPLAIN SELECT "abcd > > -- > > efgh" as field from invites; > > > > the string "abcd\n--\nefgh"with the newlines is accepted--this diff removes > > the line with the "--" which seems incorrect. Goo

Hive-trunk-h0.21 - Build # 907 - Fixed

2011-08-19 Thread Apache Jenkins Server
Changes for Build #906 Changes for Build #907 [cws] HIVE-2386. Add Mockito to LICENSE file (Jakob Homan via cws) [cws] HIVE-2334. DESCRIBE TABLE causes NPE when hive.cli.print.header=true (Jakob Homan via cws) All tests passed The Apache Jenkins build system has built Hive-trunk-h0.21 (buil

[jira] [Commented] (HIVE-2334) DESCRIBE TABLE causes NPE when hive.cli.print.header=true

2011-08-19 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13088070#comment-13088070 ] Hudson commented on HIVE-2334: -- Integrated in Hive-trunk-h0.21 #907 (See [https://builds.apac

[jira] [Commented] (HIVE-2386) Add Mockito to LICENSE file

2011-08-19 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13088071#comment-13088071 ] Hudson commented on HIVE-2386: -- Integrated in Hive-trunk-h0.21 #907 (See [https://builds.apac

[jira] [Commented] (HIVE-2247) ALTER TABLE RENAME PARTITION

2011-08-19 Thread jirapos...@reviews.apache.org (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13088048#comment-13088048 ] jirapos...@reviews.apache.org commented on HIVE-2247: - ---

[jira] [Updated] (HIVE-2398) Hive server doesn't return schema for 'set' command

2011-08-19 Thread Prasad Mujumdar (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prasad Mujumdar updated HIVE-2398: -- Attachment: HIVE-2398.patch > Hive server doesn't return schema for 'set' command >

[jira] [Updated] (HIVE-2398) Hive server doesn't return schema for 'set' command

2011-08-19 Thread Prasad Mujumdar (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prasad Mujumdar updated HIVE-2398: -- Fix Version/s: 0.8.0 Status: Patch Available (was: Open) Review request - https://re

[jira] [Commented] (HIVE-2398) Hive server doesn't return schema for 'set' command

2011-08-19 Thread jirapos...@reviews.apache.org (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13088036#comment-13088036 ] jirapos...@reviews.apache.org commented on HIVE-2398: - ---

Review Request: HIVE-2398 : generate schema for 'set' command resultset

2011-08-19 Thread Prasad Mujumdar
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/1605/ --- Review request for hive and Carl Steinbach. Summary --- The Hive server cur

[jira] [Created] (HIVE-2398) Hive server doesn't return schema for 'set' command

2011-08-19 Thread Prasad Mujumdar (JIRA)
Hive server doesn't return schema for 'set' command --- Key: HIVE-2398 URL: https://issues.apache.org/jira/browse/HIVE-2398 Project: Hive Issue Type: Bug Components: Server Infrastruc

[jira] [Commented] (HIVE-2396) RCFileReader Buffer Reuse

2011-08-19 Thread He Yongqiang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13087981#comment-13087981 ] He Yongqiang commented on HIVE-2396: @Carl, can you verify that HIVE-2350 is committed

[jira] [Commented] (HIVE-1953) Hive should process comments in CliDriver

2011-08-19 Thread jirapos...@reviews.apache.org (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13087975#comment-13087975 ] jirapos...@reviews.apache.org commented on HIVE-1953: - ---

Re: Review Request: HIVE-1953: Hive should process comments in CliDriver

2011-08-19 Thread Charles Chen
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/1587/#review1564 --- Currently if you type something like EXPLAIN SELECT "abcd -- efgh" as

[jira] [Commented] (HIVE-2396) RCFileReader Buffer Reuse

2011-08-19 Thread Tim Armstrong (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13087970#comment-13087970 ] Tim Armstrong commented on HIVE-2396: - It depends on the changes in HIVE-2350, which ha

[jira] [Updated] (HIVE-2242) DDL Semantic Analyzer does not pass partial specification partitions to PreExecute hooks when dropping partitions

2011-08-19 Thread Carl Steinbach (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carl Steinbach updated HIVE-2242: - Status: Open (was: Patch Available) @Sohan: Patch won't apply cleanly with 'patch -p0'. Can you p

[jira] [Updated] (HIVE-2277) Use Ivy to satisfy unresolved commons-codec dependencies

2011-08-19 Thread Carl Steinbach (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carl Steinbach updated HIVE-2277: - Status: Open (was: Patch Available) > Use Ivy to satisfy unresolved commons-codec dependencies >

[jira] [Updated] (HIVE-2123) CommandNeedRetryException needs release locks

2011-08-19 Thread Carl Steinbach (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2123?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carl Steinbach updated HIVE-2123: - Status: Open (was: Patch Available) @Siying: Can you please rebase the patch? > CommandNeedRetry

[jira] [Updated] (HIVE-2396) RCFileReader Buffer Reuse

2011-08-19 Thread Carl Steinbach (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carl Steinbach updated HIVE-2396: - Status: Open (was: Patch Available) @Tim: That patch doesn't apply cleanly. Can you please rebase

[jira] [Updated] (HIVE-2383) Incorrect alias filtering for predicate pushdown

2011-08-19 Thread Carl Steinbach (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2383?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carl Steinbach updated HIVE-2383: - Status: Patch Available (was: Open) Ignore my previous comment. > Incorrect alias filtering for

[jira] [Updated] (HIVE-2382) Invalid predicate pushdown from incorrect column expression map for select operator generated by GROUP BY operation

2011-08-19 Thread Carl Steinbach (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2382?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carl Steinbach updated HIVE-2382: - Status: Patch Available (was: Open) @Charles: Ignore my previous comment -- sorry. > Invalid pre

[jira] [Commented] (HIVE-2354) Support automatic rebuilding of indexes when they go stale

2011-08-19 Thread Syed S. Albiz (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13087938#comment-13087938 ] Syed S. Albiz commented on HIVE-2354: - Moved a bunch of the logic to update index times

[jira] [Updated] (HIVE-2354) Support automatic rebuilding of indexes when they go stale

2011-08-19 Thread Syed S. Albiz (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Syed S. Albiz updated HIVE-2354: Attachment: HIVE-2354.6.patch > Support automatic rebuilding of indexes when they go stale > ---

[jira] [Commented] (HIVE-2354) Support automatic rebuilding of indexes when they go stale

2011-08-19 Thread jirapos...@reviews.apache.org (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13087939#comment-13087939 ] jirapos...@reviews.apache.org commented on HIVE-2354: - ---

Re: Review Request: HIVE-2354: Support automatic rebuilding of indexes when they go stale

2011-08-19 Thread Syed Albiz
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/1456/ --- (Updated 2011-08-19 20:20:22.217903) Review request for hive, Yongqiang He, John

[jira] [Updated] (HIVE-2382) Invalid predicate pushdown from incorrect column expression map for select operator generated by GROUP BY operation

2011-08-19 Thread Carl Steinbach (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2382?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carl Steinbach updated HIVE-2382: - Status: Open (was: Patch Available) @Charles: Please make sure the patch applies cleanly with 'pa

[jira] [Updated] (HIVE-2383) Incorrect alias filtering for predicate pushdown

2011-08-19 Thread Carl Steinbach (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2383?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carl Steinbach updated HIVE-2383: - Status: Open (was: Patch Available) Please rebase the patch against trunk and also make sure that

[jira] [Created] (HIVE-2397) Support with rollup option for group by

2011-08-19 Thread Kevin Wilfong (JIRA)
Support with rollup option for group by --- Key: HIVE-2397 URL: https://issues.apache.org/jira/browse/HIVE-2397 Project: Hive Issue Type: New Feature Reporter: Kevin Wilfong Assigne

[jira] [Commented] (HIVE-2354) Support automatic rebuilding of indexes when they go stale

2011-08-19 Thread Syed S. Albiz (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13087910#comment-13087910 ] Syed S. Albiz commented on HIVE-2354: - Actually, looking more closely at the testcase o

[jira] [Updated] (HIVE-2354) Support automatic rebuilding of indexes when they go stale

2011-08-19 Thread Syed S. Albiz (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Syed S. Albiz updated HIVE-2354: Status: Open (was: Patch Available) > Support automatic rebuilding of indexes when they go stale >

[jira] [Commented] (HIVE-2354) Support automatic rebuilding of indexes when they go stale

2011-08-19 Thread jirapos...@reviews.apache.org (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13087908#comment-13087908 ] jirapos...@reviews.apache.org commented on HIVE-2354: - ---

Re: Review Request: HIVE-2354: Support automatic rebuilding of indexes when they go stale

2011-08-19 Thread Syed Albiz
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/1456/ --- (Updated 2011-08-19 19:20:00.521433) Review request for hive, Yongqiang He, John

[jira] [Updated] (HIVE-2354) Support automatic rebuilding of indexes when they go stale

2011-08-19 Thread Syed S. Albiz (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Syed S. Albiz updated HIVE-2354: Attachment: HIVE-2354.5.patch I was setting the default setting on the AUTOUPDATE configuration vari

[jira] [Commented] (HIVE-2354) Support automatic rebuilding of indexes when they go stale

2011-08-19 Thread jirapos...@reviews.apache.org (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13087905#comment-13087905 ] jirapos...@reviews.apache.org commented on HIVE-2354: - ---

Re: Review Request: HIVE-2354: Support automatic rebuilding of indexes when they go stale

2011-08-19 Thread Syed Albiz
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/1456/ --- (Updated 2011-08-19 19:10:10.969158) Review request for hive, Yongqiang He, John

[jira] [Updated] (HIVE-2386) Add Mockito to LICENSE file

2011-08-19 Thread Carl Steinbach (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carl Steinbach updated HIVE-2386: - Resolution: Fixed Hadoop Flags: [Reviewed] Status: Resolved (was: Patch Available)

[jira] [Updated] (HIVE-2334) DESCRIBE TABLE causes NPE when hive.cli.print.header=true

2011-08-19 Thread Carl Steinbach (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carl Steinbach updated HIVE-2334: - Resolution: Fixed Fix Version/s: 0.8.0 Hadoop Flags: [Reviewed] Status: Reso

[jira] [Commented] (HIVE-2354) Support automatic rebuilding of indexes when they go stale

2011-08-19 Thread He Yongqiang (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13087823#comment-13087823 ] He Yongqiang commented on HIVE-2354: index_auto_update.q and index_stale.q failed. Can

[jira] [Commented] (HIVE-2396) RCFileReader Buffer Reuse

2011-08-19 Thread Tim Armstrong (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13087821#comment-13087821 ] Tim Armstrong commented on HIVE-2396: - This passes the unit test suite. > RCFileReader

[jira] [Updated] (HIVE-2396) RCFileReader Buffer Reuse

2011-08-19 Thread Tim Armstrong (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Armstrong updated HIVE-2396: Attachment: (was: rcfile_bufreuse_2011-08-19.patch) > RCFileReader Buffer Reuse > --

[jira] [Updated] (HIVE-2396) RCFileReader Buffer Reuse

2011-08-19 Thread Tim Armstrong (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Armstrong updated HIVE-2396: Attachment: rcfile_bufreuse_2011-08-19.patch > RCFileReader Buffer Reuse > -

[jira] [Updated] (HIVE-2396) RCFileReader Buffer Reuse

2011-08-19 Thread Tim Armstrong (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Armstrong updated HIVE-2396: Status: Patch Available (was: Open) > RCFileReader Buffer Reuse > - > >

[jira] [Updated] (HIVE-2396) RCFileReader Buffer Reuse

2011-08-19 Thread Tim Armstrong (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Armstrong updated HIVE-2396: Attachment: rcfile_bufreuse_2011-08-19.patch > RCFileReader Buffer Reuse > -

[jira] [Updated] (HIVE-2396) RCFileReader Buffer Reuse

2011-08-19 Thread Tim Armstrong (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Armstrong updated HIVE-2396: Attachment: (was: rcfile_bufreuse.java) > RCFileReader Buffer Reuse > -

[jira] [Created] (HIVE-2396) RCFileReader Buffer Reuse

2011-08-19 Thread Tim Armstrong (JIRA)
RCFileReader Buffer Reuse - Key: HIVE-2396 URL: https://issues.apache.org/jira/browse/HIVE-2396 Project: Hive Issue Type: Improvement Components: Query Processor Affects Versions: 0.8.0 Repor

[jira] [Updated] (HIVE-2396) RCFileReader Buffer Reuse

2011-08-19 Thread Tim Armstrong (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Armstrong updated HIVE-2396: Attachment: rcfile_bufreuse.java > RCFileReader Buffer Reuse > - > >

Build failed in Jenkins: Hive-trunk-h0.21 #906

2011-08-19 Thread Apache Jenkins Server
See -- [...truncated 8354 lines...] [javac] Compiling 26 source files to [javac] Note: Some input files

[jira] [Commented] (HIVE-2196) Ensure HiveConf includes all properties defined in hive-default.xml

2011-08-19 Thread Chinna Rao Lalam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13087766#comment-13087766 ] Chinna Rao Lalam commented on HIVE-2196: Hi Carl, i applied the patch on trunk i

[jira] [Updated] (HIVE-2196) Ensure HiveConf includes all properties defined in hive-default.xml

2011-08-19 Thread Chinna Rao Lalam (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chinna Rao Lalam updated HIVE-2196: --- Status: Patch Available (was: Open) > Ensure HiveConf includes all properties defined in hive

[jira] [Commented] (HIVE-2393) Fix whitespace test diff accidentally introduced in HIVE-1360

2011-08-19 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13087676#comment-13087676 ] Hudson commented on HIVE-2393: -- Integrated in Hive-trunk-h0.21 #905 (See [https://builds.apac

[jira] [Commented] (HIVE-1360) Allow UDFs to access constant parameter values at compile time

2011-08-19 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13087674#comment-13087674 ] Hudson commented on HIVE-1360: -- Integrated in Hive-trunk-h0.21 #905 (See [https://builds.apac

[jira] [Commented] (HIVE-2335) Indexes are still automatically queried when out of sync with their source tables

2011-08-19 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-2335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13087675#comment-13087675 ] Hudson commented on HIVE-2335: -- Integrated in Hive-trunk-h0.21 #905 (See [https://builds.apac

Jenkins build is back to normal : Hive-trunk-h0.21 #905

2011-08-19 Thread Apache Jenkins Server
See

[jira] [Resolved] (HIVE-1926) semicolon in comment causes parse error

2011-08-19 Thread Syed S. Albiz (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1926?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Syed S. Albiz resolved HIVE-1926. - Resolution: Duplicate HIVE-1953 > semicolon in comment causes parse error > -

[jira] [Commented] (HIVE-1926) semicolon in comment causes parse error

2011-08-19 Thread Syed S. Albiz (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13087601#comment-13087601 ] Syed S. Albiz commented on HIVE-1926: - I have a fix for this as part of HIVE-1953, patc

[jira] [Commented] (HIVE-1953) Hive should process comments in CliDriver

2011-08-19 Thread jirapos...@reviews.apache.org (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13087600#comment-13087600 ] jirapos...@reviews.apache.org commented on HIVE-1953: - ---

Review Request: HIVE-1953: Hive should process comments in CliDriver

2011-08-19 Thread Syed Albiz
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/1587/ --- Review request for hive and Yongqiang He. Summary --- skip comments in cliD

[jira] [Updated] (HIVE-1953) Hive should process comments in CliDriver

2011-08-19 Thread Syed S. Albiz (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1953?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Syed S. Albiz updated HIVE-1953: Attachment: HIVE-1953.1.patch no tests added since the clientpositive suite runs through Driver.run(

[jira] [Assigned] (HIVE-1953) Hive should process comments in CliDriver

2011-08-19 Thread Syed S. Albiz (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1953?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Syed S. Albiz reassigned HIVE-1953: --- Assignee: Syed S. Albiz > Hive should process comments in CliDriver >

Build failed in Jenkins: Hive-trunk-h0.21 #904

2011-08-19 Thread Apache Jenkins Server
See Changes: [cws] HIVE-1987. HWI admin_list_jobs JSP page throws exception (Edward Capriolo via cws) -- [...truncated 32155 lines...] [junit] POSTHOOK: Output: default@testhivedrivertable

[jira] [Commented] (HIVE-1987) HWI admin_list_jobs JSP page throws exception

2011-08-19 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/HIVE-1987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13087594#comment-13087594 ] Hudson commented on HIVE-1987: -- Integrated in Hive-trunk-h0.21 #904 (See [https://builds.apac