From 2321dd1ef9b0ae70b686904fca4981549cc2d9b2 Mon Sep 17 00:00:00 2001 From: Patrick Wendell Date: Mon, 2 Feb 2015 14:00:14 -0800 Subject: [HOTFIX] Add jetty references to build for YARN module. --- yarn/pom.xml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'yarn') diff --git a/yarn/pom.xml b/yarn/pom.xml index 7595549e4b..6bdf9d2416 100644 --- a/yarn/pom.xml +++ b/yarn/pom.xml @@ -58,6 +58,30 @@ org.apache.hadoop hadoop-client + + + + com.google.guava + guava + + + org.eclipse.jetty + jetty-server + + + org.eclipse.jetty + jetty-plus + + + org.eclipse.jetty + jetty-util + + + org.eclipse.jetty + jetty-http + + + org.apache.hadoop hadoop-yarn-server-tests -- cgit v1.2.3