[jira] [Commented] (HIVE-2589) Newly created partition should inherit properties from table

2013-01-09 Thread Hudson (JIRA)

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

Hudson commented on HIVE-2589:
--

Integrated in Hive-trunk-hadoop2 #54 (See 
[https://builds.apache.org/job/Hive-trunk-hadoop2/54/])
HIVE-2589 : Newly created partition should inherit properties from table 
(Ashutosh Chauhan) (Revision 1234235)
HIVE-2719. Revert HIVE-2589 (He Yongqiang via cws) (Revision 1232766)
HIVE-2589: Newly created partition should inherit properties from table 
(Ashutosh Chauhan) (Revision 1230390)

 Result = ABORTED
hashutosh : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1234235
Files : 
* /hive/trunk/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java
* /hive/trunk/conf/hive-default.xml.template
* 
/hive/trunk/metastore/src/java/org/apache/hadoop/hive/metastore/HiveMetaStore.java
* /hive/trunk/ql/src/test/org/apache/hadoop/hive/ql/QTestUtil.java
* /hive/trunk/ql/src/test/queries/clientpositive/part_inherit_tbl_props.q
* /hive/trunk/ql/src/test/queries/clientpositive/part_inherit_tbl_props_empty.q
* 
/hive/trunk/ql/src/test/queries/clientpositive/part_inherit_tbl_props_with_star.q
* /hive/trunk/ql/src/test/results/clientpositive/part_inherit_tbl_props.q.out
* 
/hive/trunk/ql/src/test/results/clientpositive/part_inherit_tbl_props_empty.q.out
* 
/hive/trunk/ql/src/test/results/clientpositive/part_inherit_tbl_props_with_star.q.out

cws : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1232766
Files : 
* /hive/trunk/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java
* 
/hive/trunk/metastore/src/java/org/apache/hadoop/hive/metastore/HiveMetaStore.java
* /hive/trunk/ql/src/test/queries/clientpositive/part_inherit_tbl_props.q
* /hive/trunk/ql/src/test/queries/clientpositive/part_inherit_tbl_props_empty.q
* 
/hive/trunk/ql/src/test/queries/clientpositive/part_inherit_tbl_props_with_star.q
* /hive/trunk/ql/src/test/results/clientpositive/part_inherit_tbl_props.q.out
* 
/hive/trunk/ql/src/test/results/clientpositive/part_inherit_tbl_props_empty.q.out
* 
/hive/trunk/ql/src/test/results/clientpositive/part_inherit_tbl_props_with_star.q.out

hashutosh : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1230390
Files : 
* /hive/trunk/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java
* 
/hive/trunk/metastore/src/java/org/apache/hadoop/hive/metastore/HiveMetaStore.java
* /hive/trunk/ql/src/test/queries/clientpositive/part_inherit_tbl_props.q
* /hive/trunk/ql/src/test/queries/clientpositive/part_inherit_tbl_props_empty.q
* 
/hive/trunk/ql/src/test/queries/clientpositive/part_inherit_tbl_props_with_star.q
* /hive/trunk/ql/src/test/results/clientpositive/part_inherit_tbl_props.q.out
* 
/hive/trunk/ql/src/test/results/clientpositive/part_inherit_tbl_props_empty.q.out
* 
/hive/trunk/ql/src/test/results/clientpositive/part_inherit_tbl_props_with_star.q.out


 Newly created partition should inherit properties from table
 

 Key: HIVE-2589
 URL: https://issues.apache.org/jira/browse/HIVE-2589
 Project: Hive
  Issue Type: Improvement
  Components: Metastore
Reporter: Ashutosh Chauhan
Assignee: Ashutosh Chauhan
 Fix For: 0.8.1, 0.9.0

 Attachments: ASF.LICENSE.NOT.GRANTED--HIVE-2589.D1335.1.patch, 
 ASF.LICENSE.NOT.GRANTED--HIVE-2589.D1335.2.patch, hive-2589_1.patch, 
 hive-2589_2.patch, hive-2589_3.patch, hive-2589_4.patch, 
 hive-2589_branch8.patch, hive-2589.patch, hive-2589.patch


 This will make all the info contained in table properties available to 
 partitions. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (HIVE-2589) Newly created partition should inherit properties from table

2012-01-23 Thread Hudson (Commented) (JIRA)

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

Hudson commented on HIVE-2589:
--

Integrated in Hive-0.8.1-SNAPSHOT-h0.21 #172 (See 
[https://builds.apache.org/job/Hive-0.8.1-SNAPSHOT-h0.21/172/])
HIVE-2589. Newly created partition should inherit properties from table 
(Ashutosh Chauhan via cws)

cws : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1234958
Files : 
* 
/hive/branches/branch-0.8-r2/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java
* /hive/branches/branch-0.8-r2/conf/hive-default.xml.template
* 
/hive/branches/branch-0.8-r2/metastore/src/java/org/apache/hadoop/hive/metastore/HiveMetaStore.java
* 
/hive/branches/branch-0.8-r2/ql/src/test/org/apache/hadoop/hive/ql/QTestUtil.java
* 
/hive/branches/branch-0.8-r2/ql/src/test/queries/clientpositive/part_inherit_tbl_props.q
* 
/hive/branches/branch-0.8-r2/ql/src/test/queries/clientpositive/part_inherit_tbl_props_empty.q
* 
/hive/branches/branch-0.8-r2/ql/src/test/queries/clientpositive/part_inherit_tbl_props_with_star.q
* 
/hive/branches/branch-0.8-r2/ql/src/test/results/clientpositive/part_inherit_tbl_props.q.out
* 
/hive/branches/branch-0.8-r2/ql/src/test/results/clientpositive/part_inherit_tbl_props_empty.q.out
* 
/hive/branches/branch-0.8-r2/ql/src/test/results/clientpositive/part_inherit_tbl_props_with_star.q.out


 Newly created partition should inherit properties from table
 

 Key: HIVE-2589
 URL: https://issues.apache.org/jira/browse/HIVE-2589
 Project: Hive
  Issue Type: Improvement
  Components: Metastore
Reporter: Ashutosh Chauhan
Assignee: Ashutosh Chauhan
 Fix For: 0.8.1, 0.9.0

 Attachments: HIVE-2589.D1335.1.patch, HIVE-2589.D1335.2.patch, 
 hive-2589.patch, hive-2589.patch, hive-2589_1.patch, hive-2589_2.patch, 
 hive-2589_3.patch, hive-2589_4.patch, hive-2589_branch8.patch


 This will make all the info contained in table properties available to 
 partitions. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HIVE-2589) Newly created partition should inherit properties from table

2012-01-21 Thread Hudson (Commented) (JIRA)

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

Hudson commented on HIVE-2589:
--

Integrated in Hive-trunk-h0.21 #1212 (See 
[https://builds.apache.org/job/Hive-trunk-h0.21/1212/])
HIVE-2589 : Newly created partition should inherit properties from table 
(Ashutosh Chauhan)

hashutosh : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1234235
Files : 
* /hive/trunk/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java
* /hive/trunk/conf/hive-default.xml.template
* 
/hive/trunk/metastore/src/java/org/apache/hadoop/hive/metastore/HiveMetaStore.java
* /hive/trunk/ql/src/test/org/apache/hadoop/hive/ql/QTestUtil.java
* /hive/trunk/ql/src/test/queries/clientpositive/part_inherit_tbl_props.q
* /hive/trunk/ql/src/test/queries/clientpositive/part_inherit_tbl_props_empty.q
* 
/hive/trunk/ql/src/test/queries/clientpositive/part_inherit_tbl_props_with_star.q
* /hive/trunk/ql/src/test/results/clientpositive/part_inherit_tbl_props.q.out
* 
/hive/trunk/ql/src/test/results/clientpositive/part_inherit_tbl_props_empty.q.out
* 
/hive/trunk/ql/src/test/results/clientpositive/part_inherit_tbl_props_with_star.q.out


 Newly created partition should inherit properties from table
 

 Key: HIVE-2589
 URL: https://issues.apache.org/jira/browse/HIVE-2589
 Project: Hive
  Issue Type: Improvement
  Components: Metastore
Reporter: Ashutosh Chauhan
Assignee: Ashutosh Chauhan
 Fix For: 0.8.1, 0.9.0

 Attachments: HIVE-2589.D1335.1.patch, HIVE-2589.D1335.2.patch, 
 hive-2589.patch, hive-2589.patch, hive-2589_1.patch, hive-2589_2.patch, 
 hive-2589_3.patch, hive-2589_4.patch


 This will make all the info contained in table properties available to 
 partitions. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HIVE-2589) Newly created partition should inherit properties from table

2012-01-20 Thread Phabricator (Commented) (JIRA)

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

Phabricator commented on HIVE-2589:
---

cwsteinbach has requested changes to the revision HIVE-2589 [jira] Newly 
created partition should inherit properties from table.

INLINE COMMENTS
  metastore/src/java/org/apache/hadoop/hive/metastore/HiveMetaStore.java:1574 
The description in hive-default.xml.template should mention that '*' denotes 
that all table properties will be inherited by new partitions.
  metastore/src/java/org/apache/hadoop/hive/metastore/HiveMetaStore.java:1569 
Please add a comment at the beginning of this block: // Inherit table 
properties
  ql/src/test/org/apache/hadoop/hive/ql/QTestUtil.java:363 Thanks for tracking 
this down!
  common/src/java/org/apache/hadoop/hive/conf/HiveConf.java:122 I'm not sure 
this belongs here. Do you really want the metastore to get reinitialized every 
time someone resets this configuration property?
  ql/src/test/queries/clientpositive/part_inherit_tbl_props_empty.q:1 
Explicitly set the configuration property to  just to make things clear.

REVISION DETAIL
  https://reviews.facebook.net/D1335


 Newly created partition should inherit properties from table
 

 Key: HIVE-2589
 URL: https://issues.apache.org/jira/browse/HIVE-2589
 Project: Hive
  Issue Type: Improvement
  Components: Metastore
Reporter: Ashutosh Chauhan
Assignee: Ashutosh Chauhan
 Fix For: 0.8.1, 0.9.0

 Attachments: HIVE-2589.D1335.1.patch, hive-2589.patch, 
 hive-2589.patch, hive-2589_1.patch, hive-2589_2.patch, hive-2589_3.patch, 
 hive-2589_4.patch


 This will make all the info contained in table properties available to 
 partitions. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HIVE-2589) Newly created partition should inherit properties from table

2012-01-20 Thread Phabricator (Commented) (JIRA)

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

Phabricator commented on HIVE-2589:
---

ashutoshc has commented on the revision HIVE-2589 [jira] Newly created 
partition should inherit properties from table.

INLINE COMMENTS
  common/src/java/org/apache/hadoop/hive/conf/HiveConf.java:122 Yeah, if 
someone is changing this key, metastore should get reinitialized with new value 
for that session. Tests also fail if I take it out from here.
  metastore/src/java/org/apache/hadoop/hive/metastore/HiveMetaStore.java:1569 
Will do so.
  metastore/src/java/org/apache/hadoop/hive/metastore/HiveMetaStore.java:1574 
Will do so.
  ql/src/test/queries/clientpositive/part_inherit_tbl_props_empty.q:1 Will do 
so.

REVISION DETAIL
  https://reviews.facebook.net/D1335


 Newly created partition should inherit properties from table
 

 Key: HIVE-2589
 URL: https://issues.apache.org/jira/browse/HIVE-2589
 Project: Hive
  Issue Type: Improvement
  Components: Metastore
Reporter: Ashutosh Chauhan
Assignee: Ashutosh Chauhan
 Fix For: 0.8.1, 0.9.0

 Attachments: HIVE-2589.D1335.1.patch, hive-2589.patch, 
 hive-2589.patch, hive-2589_1.patch, hive-2589_2.patch, hive-2589_3.patch, 
 hive-2589_4.patch


 This will make all the info contained in table properties available to 
 partitions. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HIVE-2589) Newly created partition should inherit properties from table

2012-01-20 Thread Ashutosh Chauhan (Commented) (JIRA)

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

Ashutosh Chauhan commented on HIVE-2589:


Ran the tests on trunk. All passed except ppr_pushdown.q which always fails in 
my environment with or without this patch. It is also getting tracked at 
HIVE-2686. Will start test run on 0.8-branch now. Carl, can I commit there too ?

 Newly created partition should inherit properties from table
 

 Key: HIVE-2589
 URL: https://issues.apache.org/jira/browse/HIVE-2589
 Project: Hive
  Issue Type: Improvement
  Components: Metastore
Reporter: Ashutosh Chauhan
Assignee: Ashutosh Chauhan
 Fix For: 0.8.1, 0.9.0

 Attachments: HIVE-2589.D1335.1.patch, HIVE-2589.D1335.2.patch, 
 hive-2589.patch, hive-2589.patch, hive-2589_1.patch, hive-2589_2.patch, 
 hive-2589_3.patch, hive-2589_4.patch


 This will make all the info contained in table properties available to 
 partitions. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HIVE-2589) Newly created partition should inherit properties from table

2012-01-20 Thread Ashutosh Chauhan (Commented) (JIRA)

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

Ashutosh Chauhan commented on HIVE-2589:


Committed to trunk.

 Newly created partition should inherit properties from table
 

 Key: HIVE-2589
 URL: https://issues.apache.org/jira/browse/HIVE-2589
 Project: Hive
  Issue Type: Improvement
  Components: Metastore
Reporter: Ashutosh Chauhan
Assignee: Ashutosh Chauhan
 Fix For: 0.8.1, 0.9.0

 Attachments: HIVE-2589.D1335.1.patch, HIVE-2589.D1335.2.patch, 
 hive-2589.patch, hive-2589.patch, hive-2589_1.patch, hive-2589_2.patch, 
 hive-2589_3.patch, hive-2589_4.patch


 This will make all the info contained in table properties available to 
 partitions. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HIVE-2589) Newly created partition should inherit properties from table

2012-01-18 Thread Hudson (Commented) (JIRA)

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

Hudson commented on HIVE-2589:
--

Integrated in Hive-trunk-h0.21 #1204 (See 
[https://builds.apache.org/job/Hive-trunk-h0.21/1204/])
HIVE-2719. Revert HIVE-2589 (He Yongqiang via cws)

cws : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1232766
Files : 
* /hive/trunk/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java
* 
/hive/trunk/metastore/src/java/org/apache/hadoop/hive/metastore/HiveMetaStore.java
* /hive/trunk/ql/src/test/queries/clientpositive/part_inherit_tbl_props.q
* /hive/trunk/ql/src/test/queries/clientpositive/part_inherit_tbl_props_empty.q
* 
/hive/trunk/ql/src/test/queries/clientpositive/part_inherit_tbl_props_with_star.q
* /hive/trunk/ql/src/test/results/clientpositive/part_inherit_tbl_props.q.out
* 
/hive/trunk/ql/src/test/results/clientpositive/part_inherit_tbl_props_empty.q.out
* 
/hive/trunk/ql/src/test/results/clientpositive/part_inherit_tbl_props_with_star.q.out


 Newly created partition should inherit properties from table
 

 Key: HIVE-2589
 URL: https://issues.apache.org/jira/browse/HIVE-2589
 Project: Hive
  Issue Type: Improvement
  Components: Metastore
Reporter: Ashutosh Chauhan
Assignee: Ashutosh Chauhan
 Fix For: 0.9.0

 Attachments: hive-2589.patch, hive-2589.patch, hive-2589_1.patch, 
 hive-2589_2.patch


 This will make all the info contained in table properties available to 
 partitions. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HIVE-2589) Newly created partition should inherit properties from table

2012-01-16 Thread Hudson (Commented) (JIRA)

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

Hudson commented on HIVE-2589:
--

Integrated in Hive-trunk-h0.21-dbg #3 (See 
[https://builds.apache.org/job/Hive-trunk-h0.21-dbg/3/])
HIVE-2589: Newly created partition should inherit properties from table 
(Ashutosh Chauhan)

hashutosh : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1230390
Files : 
* /hive/trunk/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java
* 
/hive/trunk/metastore/src/java/org/apache/hadoop/hive/metastore/HiveMetaStore.java
* /hive/trunk/ql/src/test/queries/clientpositive/part_inherit_tbl_props.q
* /hive/trunk/ql/src/test/queries/clientpositive/part_inherit_tbl_props_empty.q
* 
/hive/trunk/ql/src/test/queries/clientpositive/part_inherit_tbl_props_with_star.q
* /hive/trunk/ql/src/test/results/clientpositive/part_inherit_tbl_props.q.out
* 
/hive/trunk/ql/src/test/results/clientpositive/part_inherit_tbl_props_empty.q.out
* 
/hive/trunk/ql/src/test/results/clientpositive/part_inherit_tbl_props_with_star.q.out


 Newly created partition should inherit properties from table
 

 Key: HIVE-2589
 URL: https://issues.apache.org/jira/browse/HIVE-2589
 Project: Hive
  Issue Type: Improvement
  Components: Metastore
Reporter: Ashutosh Chauhan
Assignee: Ashutosh Chauhan
 Fix For: 0.9.0

 Attachments: hive-2589.patch, hive-2589.patch, hive-2589_1.patch, 
 hive-2589_2.patch


 This will make all the info contained in table properties available to 
 partitions. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HIVE-2589) Newly created partition should inherit properties from table

2012-01-16 Thread Hudson (Commented) (JIRA)

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

Hudson commented on HIVE-2589:
--

Integrated in Hive-trunk-h0.21-dbg #4 (See 
[https://builds.apache.org/job/Hive-trunk-h0.21-dbg/4/])
HIVE-2589: Newly created partition should inherit properties from table 
(Ashutosh Chauhan)

hashutosh : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1230390
Files : 
* /hive/trunk/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java
* 
/hive/trunk/metastore/src/java/org/apache/hadoop/hive/metastore/HiveMetaStore.java
* /hive/trunk/ql/src/test/queries/clientpositive/part_inherit_tbl_props.q
* /hive/trunk/ql/src/test/queries/clientpositive/part_inherit_tbl_props_empty.q
* 
/hive/trunk/ql/src/test/queries/clientpositive/part_inherit_tbl_props_with_star.q
* /hive/trunk/ql/src/test/results/clientpositive/part_inherit_tbl_props.q.out
* 
/hive/trunk/ql/src/test/results/clientpositive/part_inherit_tbl_props_empty.q.out
* 
/hive/trunk/ql/src/test/results/clientpositive/part_inherit_tbl_props_with_star.q.out


 Newly created partition should inherit properties from table
 

 Key: HIVE-2589
 URL: https://issues.apache.org/jira/browse/HIVE-2589
 Project: Hive
  Issue Type: Improvement
  Components: Metastore
Reporter: Ashutosh Chauhan
Assignee: Ashutosh Chauhan
 Fix For: 0.9.0

 Attachments: hive-2589.patch, hive-2589.patch, hive-2589_1.patch, 
 hive-2589_2.patch


 This will make all the info contained in table properties available to 
 partitions. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HIVE-2589) Newly created partition should inherit properties from table

2012-01-16 Thread Hudson (Commented) (JIRA)

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

Hudson commented on HIVE-2589:
--

Integrated in Hive-trunk-h0.21-dbg #5 (See 
[https://builds.apache.org/job/Hive-trunk-h0.21-dbg/5/])
HIVE-2589: Newly created partition should inherit properties from table 
(Ashutosh Chauhan)

hashutosh : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1230390
Files : 
* /hive/trunk/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java
* 
/hive/trunk/metastore/src/java/org/apache/hadoop/hive/metastore/HiveMetaStore.java
* /hive/trunk/ql/src/test/queries/clientpositive/part_inherit_tbl_props.q
* /hive/trunk/ql/src/test/queries/clientpositive/part_inherit_tbl_props_empty.q
* 
/hive/trunk/ql/src/test/queries/clientpositive/part_inherit_tbl_props_with_star.q
* /hive/trunk/ql/src/test/results/clientpositive/part_inherit_tbl_props.q.out
* 
/hive/trunk/ql/src/test/results/clientpositive/part_inherit_tbl_props_empty.q.out
* 
/hive/trunk/ql/src/test/results/clientpositive/part_inherit_tbl_props_with_star.q.out


 Newly created partition should inherit properties from table
 

 Key: HIVE-2589
 URL: https://issues.apache.org/jira/browse/HIVE-2589
 Project: Hive
  Issue Type: Improvement
  Components: Metastore
Reporter: Ashutosh Chauhan
Assignee: Ashutosh Chauhan
 Fix For: 0.9.0

 Attachments: hive-2589.patch, hive-2589.patch, hive-2589_1.patch, 
 hive-2589_2.patch


 This will make all the info contained in table properties available to 
 partitions. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HIVE-2589) Newly created partition should inherit properties from table

2012-01-12 Thread Namit Jain (Commented) (JIRA)

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

Namit Jain commented on HIVE-2589:
--

@Ashutosh, usually we dont commit our patches ourselves. The chances of a 
mistake are high.

 Newly created partition should inherit properties from table
 

 Key: HIVE-2589
 URL: https://issues.apache.org/jira/browse/HIVE-2589
 Project: Hive
  Issue Type: Improvement
  Components: Metastore
Reporter: Ashutosh Chauhan
Assignee: Ashutosh Chauhan
 Fix For: 0.9.0

 Attachments: hive-2589.patch, hive-2589.patch, hive-2589_1.patch, 
 hive-2589_2.patch


 This will make all the info contained in table properties available to 
 partitions. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HIVE-2589) Newly created partition should inherit properties from table

2012-01-12 Thread Ashutosh Chauhan (Commented) (JIRA)

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

Ashutosh Chauhan commented on HIVE-2589:


This has come up before. Please, see the discussion on HIVE-2631 

 Newly created partition should inherit properties from table
 

 Key: HIVE-2589
 URL: https://issues.apache.org/jira/browse/HIVE-2589
 Project: Hive
  Issue Type: Improvement
  Components: Metastore
Reporter: Ashutosh Chauhan
Assignee: Ashutosh Chauhan
 Fix For: 0.9.0

 Attachments: hive-2589.patch, hive-2589.patch, hive-2589_1.patch, 
 hive-2589_2.patch


 This will make all the info contained in table properties available to 
 partitions. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HIVE-2589) Newly created partition should inherit properties from table

2012-01-11 Thread Namit Jain (Commented) (JIRA)

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

Namit Jain commented on HIVE-2589:
--

Sorry for the delay, looks good

+1

 Newly created partition should inherit properties from table
 

 Key: HIVE-2589
 URL: https://issues.apache.org/jira/browse/HIVE-2589
 Project: Hive
  Issue Type: Improvement
  Components: Metastore
Reporter: Ashutosh Chauhan
Assignee: Ashutosh Chauhan
 Fix For: 0.9.0

 Attachments: hive-2589.patch, hive-2589.patch, hive-2589_1.patch, 
 hive-2589_2.patch


 This will make all the info contained in table properties available to 
 partitions. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HIVE-2589) Newly created partition should inherit properties from table

2011-12-29 Thread Ashutosh Chauhan (Commented) (JIRA)

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

Ashutosh Chauhan commented on HIVE-2589:


Can anyone take a look at this one? 

 Newly created partition should inherit properties from table
 

 Key: HIVE-2589
 URL: https://issues.apache.org/jira/browse/HIVE-2589
 Project: Hive
  Issue Type: Improvement
  Components: Metastore
Reporter: Ashutosh Chauhan
Assignee: Ashutosh Chauhan
 Fix For: 0.9.0

 Attachments: hive-2589.patch, hive-2589.patch, hive-2589_1.patch, 
 hive-2589_2.patch


 This will make all the info contained in table properties available to 
 partitions. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HIVE-2589) Newly created partition should inherit properties from table

2011-12-19 Thread Ashutosh Chauhan (Commented) (JIRA)

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

Ashutosh Chauhan commented on HIVE-2589:


Ping.

 Newly created partition should inherit properties from table
 

 Key: HIVE-2589
 URL: https://issues.apache.org/jira/browse/HIVE-2589
 Project: Hive
  Issue Type: Improvement
  Components: Metastore
Reporter: Ashutosh Chauhan
Assignee: Ashutosh Chauhan
 Fix For: 0.9.0

 Attachments: hive-2589.patch, hive-2589.patch, hive-2589_1.patch, 
 hive-2589_2.patch


 This will make all the info contained in table properties available to 
 partitions. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HIVE-2589) Newly created partition should inherit properties from table

2011-12-16 Thread Ashutosh Chauhan (Commented) (JIRA)

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

Ashutosh Chauhan commented on HIVE-2589:


@Namit, 
Can you take a look? Else I have to rebase it again : (

 Newly created partition should inherit properties from table
 

 Key: HIVE-2589
 URL: https://issues.apache.org/jira/browse/HIVE-2589
 Project: Hive
  Issue Type: Improvement
  Components: Metastore
Reporter: Ashutosh Chauhan
Assignee: Ashutosh Chauhan
 Fix For: 0.9.0

 Attachments: hive-2589.patch, hive-2589.patch, hive-2589_1.patch, 
 hive-2589_2.patch


 This will make all the info contained in table properties available to 
 partitions. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HIVE-2589) Newly created partition should inherit properties from table

2011-12-14 Thread Ashutosh Chauhan (Commented) (JIRA)

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

Ashutosh Chauhan commented on HIVE-2589:


Can any one take a look at this one?

 Newly created partition should inherit properties from table
 

 Key: HIVE-2589
 URL: https://issues.apache.org/jira/browse/HIVE-2589
 Project: Hive
  Issue Type: Improvement
  Components: Metastore
Reporter: Ashutosh Chauhan
Assignee: Ashutosh Chauhan
 Fix For: 0.9.0

 Attachments: hive-2589.patch, hive-2589.patch, hive-2589_1.patch


 This will make all the info contained in table properties available to 
 partitions. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HIVE-2589) Newly created partition should inherit properties from table

2011-12-14 Thread Namit Jain (Commented) (JIRA)

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

Namit Jain commented on HIVE-2589:
--

@Ashutosh, sorry about the delay.
Can you refresh ? I am getting some conflicts while applying the patch.
I will take a look.

 Newly created partition should inherit properties from table
 

 Key: HIVE-2589
 URL: https://issues.apache.org/jira/browse/HIVE-2589
 Project: Hive
  Issue Type: Improvement
  Components: Metastore
Reporter: Ashutosh Chauhan
Assignee: Ashutosh Chauhan
 Fix For: 0.9.0

 Attachments: hive-2589.patch, hive-2589.patch, hive-2589_1.patch


 This will make all the info contained in table properties available to 
 partitions. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HIVE-2589) Newly created partition should inherit properties from table

2011-11-22 Thread Ashutosh Chauhan (Commented) (JIRA)

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

Ashutosh Chauhan commented on HIVE-2589:


@Anoop,
If we have for loop in else statement, then no keys will get added in * case 
which is wrong. I don't understand why are you suggesting it that way.

 Newly created partition should inherit properties from table
 

 Key: HIVE-2589
 URL: https://issues.apache.org/jira/browse/HIVE-2589
 Project: Hive
  Issue Type: Improvement
  Components: Metastore
Reporter: Ashutosh Chauhan
Assignee: Ashutosh Chauhan
 Fix For: 0.9.0

 Attachments: hive-2589.patch, hive-2589.patch, hive-2589_1.patch


 This will make all the info contained in table properties available to 
 partitions. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HIVE-2589) Newly created partition should inherit properties from table

2011-11-22 Thread Anoop Sam John (Commented) (JIRA)

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

Anoop Sam John commented on HIVE-2589:
--

Ashutosh...
Sorry I misread the patch. Yes correct only...  I have missed the part that in 
the 
if(inheritKeys.contains(*))  you will change the inheritKeys set itself...
Yes perfect . No suggestion from my side...

Thanks
Anoop

 Newly created partition should inherit properties from table
 

 Key: HIVE-2589
 URL: https://issues.apache.org/jira/browse/HIVE-2589
 Project: Hive
  Issue Type: Improvement
  Components: Metastore
Reporter: Ashutosh Chauhan
Assignee: Ashutosh Chauhan
 Fix For: 0.9.0

 Attachments: hive-2589.patch, hive-2589.patch, hive-2589_1.patch


 This will make all the info contained in table properties available to 
 partitions. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HIVE-2589) Newly created partition should inherit properties from table

2011-11-21 Thread jirapos...@reviews.apache.org (Commented) (JIRA)

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

jirapos...@reviews.apache.org commented on HIVE-2589:
-


---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/2901/
---

Review request for hive.


Summary
---

Introduces a new config key to enable inheritance of table properties at the 
time of partition creation.


This addresses bug HIVE-2589.
https://issues.apache.org/jira/browse/HIVE-2589


Diffs
-

  trunk/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java 1204627 
  trunk/metastore/src/java/org/apache/hadoop/hive/metastore/HiveMetaStore.java 
1204627 
  trunk/ql/src/test/queries/clientpositive/part_inherit_tbl_props.q 
PRE-CREATION 
  trunk/ql/src/test/queries/clientpositive/part_inherit_tbl_props_empty.q 
PRE-CREATION 
  trunk/ql/src/test/queries/clientpositive/part_inherit_tbl_props_with_star.q 
PRE-CREATION 
  trunk/ql/src/test/results/clientpositive/part_inherit_tbl_props.q.out 
PRE-CREATION 
  trunk/ql/src/test/results/clientpositive/part_inherit_tbl_props_empty.q.out 
PRE-CREATION 
  
trunk/ql/src/test/results/clientpositive/part_inherit_tbl_props_with_star.q.out 
PRE-CREATION 

Diff: https://reviews.apache.org/r/2901/diff


Testing
---

Contains three new *.q tests to verify functionality for all three cases.


Thanks,

Ashutosh



 Newly created partition should inherit properties from table
 

 Key: HIVE-2589
 URL: https://issues.apache.org/jira/browse/HIVE-2589
 Project: Hive
  Issue Type: Improvement
  Components: Metastore
Reporter: Ashutosh Chauhan
Assignee: Ashutosh Chauhan
 Fix For: 0.9.0

 Attachments: hive-2589.patch, hive-2589.patch


 This will make all the info contained in table properties available to 
 partitions. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira