Hello Ottomata,

I'd like you to do a code review.  Please visit

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

to review the following change.

Change subject: Drop unneeded user property for webrequest refining
......................................................................

Drop unneeded user property for webrequest refining

Change-Id: I046c6bb6a6edd8725da3d8af1133d9d8e0dc93a5
---
M oozie/webrequest/refine/bundle.properties
M oozie/webrequest/refine/workflow.xml
2 files changed, 1 insertion(+), 7 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/analytics/refinery 
refs/changes/78/185178/1

diff --git a/oozie/webrequest/refine/bundle.properties 
b/oozie/webrequest/refine/bundle.properties
index 6507b06..74f0bfe 100644
--- a/oozie/webrequest/refine/bundle.properties
+++ b/oozie/webrequest/refine/bundle.properties
@@ -1,7 +1,7 @@
 # Configures a bundle to manage automatically refining partitions of a Hive
 # webrequest table.  Any of the following properties are overidable with -D.
 # Usage:
-#   oozie job -Duser=$USER -Dstart_time=2015-01-05T00:00Z -submit -config 
oozie/webrequest/refine/bundle.properties
+#   oozie job -Dstart_time=2015-01-05T00:00Z -submit -config 
oozie/webrequest/refine/bundle.properties
 #
 # NOTE:  The $oozie_directory must be synced to HDFS so that all relevant
 #        .xml files exist there when this job is submitted.
@@ -10,8 +10,6 @@
 name_node                         = hdfs://analytics-hadoop
 job_tracker                       = resourcemanager.analytics.eqiad.wmnet:8032
 queue_name                        = default
-
-user                              = hdfs
 
 # Base path in HDFS to refinery.
 # When submitting this job for production, you should
diff --git a/oozie/webrequest/refine/workflow.xml 
b/oozie/webrequest/refine/workflow.xml
index 599ca73..b50f4d2 100644
--- a/oozie/webrequest/refine/workflow.xml
+++ b/oozie/webrequest/refine/workflow.xml
@@ -69,10 +69,6 @@
                     <name>mapreduce.job.queuename</name>
                     <value>${queue_name}</value>
                 </property>
-                <property>
-                    <name>hive.exec.scratchdir</name>
-                    <value>/tmp/hive-${user}</value>
-                </property>
             </configuration>
 
             <script>${hive_script}</script>

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I046c6bb6a6edd8725da3d8af1133d9d8e0dc93a5
Gerrit-PatchSet: 1
Gerrit-Project: analytics/refinery
Gerrit-Branch: master
Gerrit-Owner: QChris <[email protected]>
Gerrit-Reviewer: Ottomata <[email protected]>

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

Reply via email to