QChris has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/148616

Change subject: Fix typo when setting hive.exec.parallel.thread.number
......................................................................

Fix typo when setting hive.exec.parallel.thread.number

Due to the missing “=”, the value of @hive.exec.parallel.thread.number
was not properly injected into the template, and
hive.exec.parallel.thread.number was effectively left empty in the
instantiated template.

Change-Id: I23df8ba2fca98516be298e3de75101b0a492104c
---
M templates/hive/hive-site.xml.erb
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet/cdh 
refs/changes/16/148616/1

diff --git a/templates/hive/hive-site.xml.erb b/templates/hive/hive-site.xml.erb
index 47bc6fb..9e16b20 100644
--- a/templates/hive/hive-site.xml.erb
+++ b/templates/hive/hive-site.xml.erb
@@ -147,7 +147,7 @@
   <property>
     <name>hive.exec.parallel.thread.number</name>
     <description>How many jobs at most can be executed in 
parallel</description>
-    <value><% @exec_parallel_thread_number %></value>
+    <value><%= @exec_parallel_thread_number %></value>
   </property>
 
 <% if @optimize_skewjoin -%>

-- 
To view, visit https://gerrit.wikimedia.org/r/148616
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I23df8ba2fca98516be298e3de75101b0a492104c
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet/cdh
Gerrit-Branch: master
Gerrit-Owner: QChris <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to