diff --git a/amplab-tachyon.spec b/amplab-tachyon.spec index ccac3e0..99f541a 100644 --- a/amplab-tachyon.spec +++ b/amplab-tachyon.spec @@ -1,4 +1,4 @@ -%global commit b0ffddeb48ada0a19f28ea7be26ddc60a237fa4c +%global commit 7acadf30b652ee835864b47742fd74fed9d50618 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global shortname tachyon @@ -94,17 +94,13 @@ sed -i "s|hadoop-client|hadoop-mapreduce-client-core|" p %pom_add_dep org.apache.hadoop:hadoop-common %pom_add_dep org.apache.hadoop:hadoop-hdfs -# Fix jetty9 support -sed -i "s|org.mortbay.log.Log|org.eclipse.jetty.util.log.Log|" src/main/java/tachyon/MasterInfo.java -sed -i "s|Log.info|Log.getRootLogger().info|" src/main/java/tachyon/MasterInfo.java - # This is required to update to the latest thrift. ./bin/tachyon thriftGen %build %mvn_file org.tachyonproject:%{shortname} %{shortname} -%mvn_build -X +%mvn_build %install %mvn_install @@ -183,7 +179,7 @@ mkdir -p -m0755 %{buildroot}/%{_datadir}/hadoop/common/lib %systemd_postun_with_restart %{shortname}-slave.service %{shortname}-master.service %changelog -* Tue Jan 28 2014 Timothy St. Clair 0.4.0-7.SNAPSHOT.b0ffdde +* Tue Jan 28 2014 Timothy St. Clair 0.4.0-7.SNAPSHOT.7acadf3 - Update to latest * Fri Dec 6 2013 Timothy St. Clair 0.4.0-6.SNAPSHOT.8e4e9a4 diff --git a/sources b/sources index 630c339..65ce86b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4285f87ecccd557bc030f8e37f25181d tachyon-0.4.0-b0ffdde.tar.gz +542331bf300a64798a3106342e13f4ed tachyon-0.4.0-7acadf3.tar.gz