Ottomata has submitted this change and it was merged. Change subject: Allow to insert to external Hive partitions, as we're on HDFS anyways ......................................................................
Allow to insert to external Hive partitions, as we're on HDFS anyways On HDFS, inserting to HDFS should be ok: https://issues.apache.org/jira/browse/HIVE-2837?focusedCommentId=13286907&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13286907 Change-Id: I67032aec8a17504944ae6b2806631cda4d40f778 --- M templates/hive/hive-site.xml.erb 1 file changed, 0 insertions(+), 6 deletions(-) Approvals: Ottomata: Looks good to me, approved jenkins-bot: Verified diff --git a/templates/hive/hive-site.xml.erb b/templates/hive/hive-site.xml.erb index 4c922cf..2df725a 100644 --- a/templates/hive/hive-site.xml.erb +++ b/templates/hive/hive-site.xml.erb @@ -133,12 +133,6 @@ </property> <property> - <name>hive.insert.into.external.tables</name> - <description>https://issues.apache.org/jira/browse/HIVE-2837</description> - <value>false</value> - </property> - - <property> <name>hive.exec.parallel</name> <description>Whether to execute jobs in parallel</description> <value><%= @exec_parallel_thread_number.to_i > 0 ? 'true' : 'false' %></value> -- To view, visit https://gerrit.wikimedia.org/r/185176 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I67032aec8a17504944ae6b2806631cda4d40f778 Gerrit-PatchSet: 2 Gerrit-Project: operations/puppet/cdh Gerrit-Branch: master Gerrit-Owner: QChris <[email protected]> Gerrit-Reviewer: Ottomata <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
