[
https://issues.apache.org/jira/browse/HIVE-610?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12862799#action_12862799
]
Paul Yang commented on HIVE-610:
--------------------------------
Properties for JPOX (i.e. datanucleus) can be set in hive-site.xml like the
following
<property>
<name>datanucleus.validateTables</name>
<value>false</value>
<description>validates existing schema against code. turn this on if you want
to verify existing schema </description>
</property>
The metastore will pick up variables with names containing datanucleus or jdo
and pass them on to the required objects.
> move all properties from jpox.properties to hive-site.xml
> ----------------------------------------------------------
>
> Key: HIVE-610
> URL: https://issues.apache.org/jira/browse/HIVE-610
> Project: Hadoop Hive
> Issue Type: Improvement
> Components: Metastore
> Affects Versions: 0.4.0
> Reporter: Prasad Chakka
> Assignee: Prasad Chakka
> Fix For: 0.4.0
>
> Attachments: hive-610.patch
>
>
> there some properties in jpox.properties and some in hive-site.xml. move all
> to the later file.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.