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/05/12 07:51:51 UTC

[24/50] [abbrv] incubator-trafodion git commit: Change file location of Hadoop hdfs jar file

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/master
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"