Ottomata has submitted this change and it was merged. Change subject: Switch to CNAMEs in coding conventions ......................................................................
Switch to CNAMEs in coding conventions Change-Id: I72383f28dde3cae4dd29ef59c6de6ed616edfe40 --- M HACKING.md 1 file changed, 2 insertions(+), 2 deletions(-) Approvals: Ottomata: Verified; Looks good to me, approved diff --git a/HACKING.md b/HACKING.md index dd83f9c..c11f583 100644 --- a/HACKING.md +++ b/HACKING.md @@ -37,8 +37,8 @@ * When needing to reference hdfs, try using ```hdfs:///```. Where this does not work, try using ```hdfs://analytics-hadoop/```, then - ```hdfs://analytics1010.eqiad.wmnet/``` and finally - ```hdfs://analytics1010.eqiad.wmnet:8020/```. + ```hdfs://namenode.analytics.eqiad.wmnet/``` and finally + ```hdfs://namenode.analytics.eqiad.wmnet:8020/```. * Use 4 spaces to indent files. -- To view, visit https://gerrit.wikimedia.org/r/149306 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I72383f28dde3cae4dd29ef59c6de6ed616edfe40 Gerrit-PatchSet: 2 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
