[
https://issues.apache.org/jira/browse/HIVE-4895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13758500#comment-13758500
]
Sushanth Sowmyan commented on HIVE-4895:
----------------------------------------
That's what I'm running in the background. :)
But it doesn't hurt to be more thorough. I've now gone through the rename patch
also, trying to make sure that the only diffs in place are those that are
changing the package name. I found a couple others as well:
* Changes in pom.xml to suppress extra specification of the groupId after the
parent's groupId has already been specified. I guess that makes sense from the
perspective of honouring the parent groupId, and that works.
* Commenting out some parameters in
hcatalog/src/test/e2e/templeton/build.xml. Why are these parameters being
commented out here?
{code}
- <arg value="${basedir}/tests/serverstatus.conf"/>
- <arg value="${basedir}/tests/ddl.conf"/>
- <arg value="${basedir}/tests/jobsubmission.conf"/>
- <arg value="${basedir}/tests/jobsubmission2.conf"/>
+<!-- <arg value="${basedir}/tests/serverstatus.conf"/>
+ <arg value="${basedir}/tests/ddl.conf"/>-->
+ <arg value="${basedir}/tests/jobsubmission.conf"/>
+<!-- <arg value="${basedir}/tests/jobsubmission2.conf"/>-->
{code}
> Move all HCatalog classes to org.apache.hive.hcatalog
> -----------------------------------------------------
>
> Key: HIVE-4895
> URL: https://issues.apache.org/jira/browse/HIVE-4895
> Project: Hive
> Issue Type: Sub-task
> Components: HCatalog
> Affects Versions: 0.12.0
> Reporter: Eugene Koifman
> Assignee: Eugene Koifman
> Fix For: 0.12.0
>
> Attachments: 4895.move, 4895.rename, HIVE-4895.patch
>
> Original Estimate: 24h
> Time Spent: 12h
> Remaining Estimate: 12h
>
> make sure to preserve history in SCM
--
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