Repository: incubator-trafodion
Updated Branches:
  refs/heads/master 9ab37653a -> b98207d28


[TRAFODION-1930] Phoenix T2 tests failing with HDP during build phase

Change the repository URL to
http://repo.hortonworks.com/content/groups/public/

Note TRAFODION-1929 and TRAFODION-1930 will need a change in
testware to pass in the CLASSPATH till the root cause of Error 706
is known.


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/96d13887
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/96d13887
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/96d13887

Branch: refs/heads/master
Commit: 96d1388718ec41049b31419dce87df352caf9bbf
Parents: 9ab3765
Author: Arvind Narain <narain.arv...@gmail.com>
Authored: Tue Apr 12 22:40:57 2016 +0000
Committer: Arvind Narain <narain.arv...@gmail.com>
Committed: Tue Apr 12 22:40:57 2016 +0000

----------------------------------------------------------------------
 tests/phx/phoenix_test.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/96d13887/tests/phx/phoenix_test.py
----------------------------------------------------------------------
diff --git a/tests/phx/phoenix_test.py b/tests/phx/phoenix_test.py
index 56e94e0..392848e 100755
--- a/tests/phx/phoenix_test.py
+++ b/tests/phx/phoenix_test.py
@@ -293,7 +293,7 @@ def generate_pom_xml(targettype, jdbc_groupid, jdbc_artid, 
jdbc_path, hadoop_dis
         hadoop_dict = {
             'HDP': {'MY_HADOOP_DISTRO': 'HDPReleases',
                     'MY_HADOOP_VERSION': 
get_hadoop_component_ver(hadoop_distro, "hadoop"),
-                    'MY_MVN_URL': 
'http://repo.hortonworks.com/content/repositories/releases/',
+                    'MY_MVN_URL': 
'http://repo.hortonworks.com/content/groups/public/',
                     'MY_HBASE_VERSION': 
get_hadoop_component_ver(hadoop_distro, "hbase"),
                     'MY_HIVE_VERSION': get_hadoop_component_ver(hadoop_distro, 
"hive"),
                     'MY_ZOOKEEPER_VERSION': 
get_hadoop_component_ver(hadoop_distro, "zookeeper"),

Reply via email to