You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by sa...@apache.org on 2017/03/10 02:28:06 UTC

[1/2] incubator-trafodion git commit: Change file location of Hadoop hdfs jar file

Repository: incubator-trafodion
Updated Branches:
  refs/heads/release2.1 29c08ed04 -> e48a2be70


Change file location of Hadoop hdfs jar file


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

Branch: refs/heads/release2.1
Commit: 108530796f9d6af1d48763a729dabe629146a8c7
Parents: 3eddda4
Author: Sandhya Sundaresan <sa...@apache.org>
Authored: Thu Mar 9 22:18:17 2017 +0000
Committer: Sandhya Sundaresan <sa...@apache.org>
Committed: Thu Mar 9 22:18:17 2017 +0000

----------------------------------------------------------------------
 core/sqf/sqenvcom.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/10853079/core/sqf/sqenvcom.sh
----------------------------------------------------------------------
diff --git a/core/sqf/sqenvcom.sh b/core/sqf/sqenvcom.sh
index 4e36698..da93e74 100644
--- a/core/sqf/sqenvcom.sh
+++ b/core/sqf/sqenvcom.sh
@@ -407,7 +407,7 @@ elif [[ -n "$(ls /etc/init.d/ambari* 2>/dev/null)" ]]; then
   export HADOOP_JAR_DIRS="/usr/hdp/current/hadoop-client
                           /usr/hdp/current/hadoop-client/lib
                           /usr/hdp/current/hadoop-yarn-client"
-  export HADOOP_JAR_FILES="/usr/hdp/current/hadoop-client/client/hadoop-hdfs-*.jar"
+  export HADOOP_JAR_FILES="/usr/hdp/current/hadoop-hdfs-client/hadoop-hdfs-*.jar"
   export HIVE_JAR_DIRS="/usr/hdp/current/hive-client/lib"
   export HIVE_JAR_FILES="/usr/hdp/current/hadoop-mapreduce-client/hadoop-mapreduce-client-core*.jar"
 


[2/2] incubator-trafodion git commit: Merge [TRAFODION-2528] classpath change

Posted by sa...@apache.org.
Merge [TRAFODION-2528] classpath change


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

Branch: refs/heads/release2.1
Commit: e48a2be709956e25f3ccc9865c5a789eb5714f93
Parents: 29c08ed 1085307
Author: Sandhya Sundaresan <sa...@apache.org>
Authored: Fri Mar 10 02:27:29 2017 +0000
Committer: Sandhya Sundaresan <sa...@apache.org>
Committed: Fri Mar 10 02:27:29 2017 +0000

----------------------------------------------------------------------
 core/sqf/sqenvcom.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------