Ottomata has submitted this change and it was merged. Change subject: Adding hcatalog package to apt via reprepro update ......................................................................
Adding hcatalog package to apt via reprepro update This is so that we can use the JsonSerDe from this package to parse JSON data into Hive. HCatalog's JsonSerDe works much better and is more complete than the 3rd party one we've been using. Change-Id: I9352414025dcc5ee65fd4595ff72b7185a56b65d --- M modules/install-server/files/reprepro/updates 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Ottomata: Verified; Looks good to me, approved jenkins-bot: Verified diff --git a/modules/install-server/files/reprepro/updates b/modules/install-server/files/reprepro/updates index 8bf757b..1214f04 100644 --- a/modules/install-server/files/reprepro/updates +++ b/modules/install-server/files/reprepro/updates @@ -26,7 +26,7 @@ Suite: precise-cdh4.3.1 Architectures: amd64 source VerifyRelease: 327574EE02A818DD -ListShellHook: grep-dctrl -e -S '^zookeeper$|^hadoop$|^hadoop-0.20-mapreduce$|^bigtop-jsvc$|^bigtop-utils$|^sqoop$|^hbase$|^pig$|^hive$|^oozie$|^hue$|^bigtop-tomcat$' || [ $? -eq 1 ] +ListShellHook: grep-dctrl -e -S '^zookeeper$|^hadoop$|^hadoop-0.20-mapreduce$|^bigtop-jsvc$|^bigtop-utils$|^sqoop$|^hbase$|^pig$|^hive$|^oozie$|^hue$|^bigtop-tomcat$|^hcatalog$' || [ $? -eq 1 ] Name: hwraid Method: http://hwraid.le-vert.net/ubuntu -- To view, visit https://gerrit.wikimedia.org/r/106712 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I9352414025dcc5ee65fd4595ff72b7185a56b65d Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Ottomata <[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
