You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by db...@apache.org on 2015/10/14 03:14:51 UTC

[08/11] incubator-trafodion git commit: TRAFODION-1521 Take 4: Fix for sqvers -u failure

TRAFODION-1521 Take 4: Fix for sqvers -u failure

Need to ignore libhadoop.so in sqvers, since it is not
built by Trafodion and therefore does not follow our
versioning model.


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

Branch: refs/heads/master
Commit: 40c08d67d4aa83c74d22a6d5aeeb7cd015ad128b
Parents: 090b84f
Author: Hans Zeller <ha...@esgyn.com>
Authored: Tue Oct 13 20:09:06 2015 +0000
Committer: Hans Zeller <ha...@esgyn.com>
Committed: Tue Oct 13 20:09:06 2015 +0000

----------------------------------------------------------------------
 core/sqf/sqvers | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/40c08d67/core/sqf/sqvers
----------------------------------------------------------------------
diff --git a/core/sqf/sqvers b/core/sqf/sqvers
index 7bdd702..3ef8e3d 100755
--- a/core/sqf/sqvers
+++ b/core/sqf/sqvers
@@ -156,7 +156,7 @@ sub find_elfs ($$) {
 		if ($file =~ /libQtGuiCmpDbg.so.4/) {
 			$dochk = 0;
 		}
-		if ($file =~ /libhdfs.so|libmysql|libthrift|libzookeeper|libcurl/) {
+		if ($file =~ /libhdfs.so|libhadoop.so|libmysql|libthrift|libzookeeper|libcurl/) {
 			$dochk = 0;
 		}
 		if ($file =~ /mpirun|hydra_pmi_proxy/) {