Ottomata has submitted this change and it was merged. Change subject: Rename scripts in bin to start in 'refinery-' ......................................................................
Rename scripts in bin to start in 'refinery-' This naming convention is part of the outcome of the discussion on https://gerrit.wikimedia.org/r/#/c/144677/1/bin/deploy Change-Id: I57ac158b3a297e834583272ab8ef3f74afc92f19 --- R bin/refinery-drop-webrequest-partitions 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Ottomata: Verified; Looks good to me, approved diff --git a/bin/hive-drop-webrequest-partitions b/bin/refinery-drop-webrequest-partitions similarity index 98% rename from bin/hive-drop-webrequest-partitions rename to bin/refinery-drop-webrequest-partitions index 4f5c077..bb996c1 100755 --- a/bin/hive-drop-webrequest-partitions +++ b/bin/refinery-drop-webrequest-partitions @@ -20,7 +20,7 @@ Automatically drops old Hive partitions from the webrequest table and deletes the hourly time bucketed directory from HDFS. -Usage: hive-drop-webrequest-partitions [options] +Usage: refinery-drop-webrequest-partitions [options] Options: -h --help Show this help message and exit. -- To view, visit https://gerrit.wikimedia.org/r/145978 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I57ac158b3a297e834583272ab8ef3f74afc92f19 Gerrit-PatchSet: 2 Gerrit-Project: analytics/refinery Gerrit-Branch: master Gerrit-Owner: QChris <[email protected]> Gerrit-Reviewer: Ottomata <[email protected]> Gerrit-Reviewer: QChris <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
