[jira] [Commented] (HIVE-6129) alter exchange is implemented in inverted manner

2014-03-27 Thread Hive QA (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-6129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13949102#comment-13949102
 ] 

Hive QA commented on HIVE-6129:
---



{color:green}Overall{color}: +1 all checks pass

Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12636955/HIVE-6129.2.patch

{color:green}SUCCESS:{color} +1 5491 tests passed

Test results: 
http://bigtop01.cloudera.org:8080/job/PreCommit-HIVE-Build/1977/testReport
Console output: 
http://bigtop01.cloudera.org:8080/job/PreCommit-HIVE-Build/1977/console

Messages:
{noformat}
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
{noformat}

This message is automatically generated.

ATTACHMENT ID: 12636955

 alter exchange is implemented in inverted manner
 

 Key: HIVE-6129
 URL: https://issues.apache.org/jira/browse/HIVE-6129
 Project: Hive
  Issue Type: Bug
Reporter: Navis
Assignee: Navis
Priority: Critical
 Attachments: HIVE-6129.1.patch.txt, HIVE-6129.2.patch


 see 
 https://issues.apache.org/jira/browse/HIVE-4095?focusedCommentId=13819885page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13819885
 alter exchange should be implemented accord to document in 
 https://cwiki.apache.org/confluence/display/Hive/Exchange+Partition. i.e 
 {code}
 alter table T1 exchange partition (ds='1') with table T2 
 {code}
 should be (after creating T1@ds=1) 
 {quote}
 moves the data from T2 to T1@ds=1 
 {quote}



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HIVE-6129) alter exchange is implemented in inverted manner

2014-03-26 Thread Alan Gates (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-6129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13948673#comment-13948673
 ] 

Alan Gates commented on HIVE-6129:
--

Ran tests on the latest patch, all looks good.

 alter exchange is implemented in inverted manner
 

 Key: HIVE-6129
 URL: https://issues.apache.org/jira/browse/HIVE-6129
 Project: Hive
  Issue Type: Bug
Reporter: Navis
Assignee: Navis
Priority: Critical
 Attachments: HIVE-6129.1.patch.txt, HIVE-6129.2.patch


 see 
 https://issues.apache.org/jira/browse/HIVE-4095?focusedCommentId=13819885page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13819885
 alter exchange should be implemented accord to document in 
 https://cwiki.apache.org/confluence/display/Hive/Exchange+Partition. i.e 
 {code}
 alter table T1 exchange partition (ds='1') with table T2 
 {code}
 should be (after creating T1@ds=1) 
 {quote}
 moves the data from T2 to T1@ds=1 
 {quote}



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HIVE-6129) alter exchange is implemented in inverted manner

2014-03-26 Thread Harish Butani (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-6129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13948747#comment-13948747
 ] 

Harish Butani commented on HIVE-6129:
-

+1

 alter exchange is implemented in inverted manner
 

 Key: HIVE-6129
 URL: https://issues.apache.org/jira/browse/HIVE-6129
 Project: Hive
  Issue Type: Bug
Reporter: Navis
Assignee: Navis
Priority: Critical
 Attachments: HIVE-6129.1.patch.txt, HIVE-6129.2.patch


 see 
 https://issues.apache.org/jira/browse/HIVE-4095?focusedCommentId=13819885page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13819885
 alter exchange should be implemented accord to document in 
 https://cwiki.apache.org/confluence/display/Hive/Exchange+Partition. i.e 
 {code}
 alter table T1 exchange partition (ds='1') with table T2 
 {code}
 should be (after creating T1@ds=1) 
 {quote}
 moves the data from T2 to T1@ds=1 
 {quote}



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HIVE-6129) alter exchange is implemented in inverted manner

2014-01-03 Thread Hive QA (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-6129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13861995#comment-13861995
 ] 

Hive QA commented on HIVE-6129:
---



{color:green}Overall{color}: +1 all checks pass

Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12621248/HIVE-6129.1.patch.txt

{color:green}SUCCESS:{color} +1 4874 tests passed

Test results: 
http://bigtop01.cloudera.org:8080/job/PreCommit-HIVE-Build/799/testReport
Console output: 
http://bigtop01.cloudera.org:8080/job/PreCommit-HIVE-Build/799/console

Messages:
{noformat}
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
{noformat}

This message is automatically generated.

ATTACHMENT ID: 12621248

 alter exchange is implemented in inverted manner
 

 Key: HIVE-6129
 URL: https://issues.apache.org/jira/browse/HIVE-6129
 Project: Hive
  Issue Type: Bug
Reporter: Navis
Assignee: Navis
Priority: Critical
 Attachments: HIVE-6129.1.patch.txt


 see 
 https://issues.apache.org/jira/browse/HIVE-4095?focusedCommentId=13819885page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13819885
 alter exchange should be implemented accord to document in 
 https://cwiki.apache.org/confluence/display/Hive/Exchange+Partition. i.e 
 {code}
 alter table T1 exchange partition (ds='1') with table T2 
 {code}
 should be (after creating T1@ds=1) 
 {quote}
 moves the data from T2 to T1@ds=1 
 {quote}



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)