Repository: incubator-sentry
Updated Branches:
  refs/heads/master 04c4041bf -> 369e241fb


SENTRY-161: Sentry master branch is trying to download Hadoop tarball from 
nonexisting URL (Jarek Jarcec Cecho via Prasad Mujumdar)


Project: http://git-wip-us.apache.org/repos/asf/incubator-sentry/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-sentry/commit/369e241f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-sentry/tree/369e241f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-sentry/diff/369e241f

Branch: refs/heads/master
Commit: 369e241fb3fdb866491f205de11c143b6e91fc05
Parents: 04c4041
Author: Prasad Mujumdar <[email protected]>
Authored: Wed Mar 26 22:08:19 2014 -0700
Committer: Prasad Mujumdar <[email protected]>
Committed: Wed Mar 26 22:08:19 2014 -0700

----------------------------------------------------------------------
 sentry-tests/sentry-tests-hive/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/369e241f/sentry-tests/sentry-tests-hive/pom.xml
----------------------------------------------------------------------
diff --git a/sentry-tests/sentry-tests-hive/pom.xml 
b/sentry-tests/sentry-tests-hive/pom.xml
index 7a2c6be..0005a53 100644
--- a/sentry-tests/sentry-tests-hive/pom.xml
+++ b/sentry-tests/sentry-tests-hive/pom.xml
@@ -265,8 +265,8 @@ limitations under the License.
                     mv $BASE_DIR/${finalName}* $BASE_DIR/$finalName
                   }
                   mkdir -p $DOWNLOAD_DIR
-                  download 
"http://repos.jenkins.cloudera.com/cdh5-nightly/cdh/5/hadoop-latest.tar.gz"; 
hadoop.tar.gz hadoop
-                  download 
"http://repos.jenkins.cloudera.com/cdh5-nightly/cdh/5/hive-latest.tar.gz"; 
hive.tar.gz hive
+                  download 
"http://nightly.cloudera.com/cdh5/cdh/5/hadoop-latest.tar.gz"; hadoop.tar.gz 
hadoop
+                  download 
"http://nightly.cloudera.com/cdh5/cdh/5/hive-latest.tar.gz"; hive.tar.gz hive
                 </echo>
                 <exec executable="bash" dir="${basedir}" failonerror="true">
                   <arg line="target/download.sh"/>

Reply via email to