You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by su...@apache.org on 2018/02/23 00:13:27 UTC

[1/2] trafodion git commit: Fix for failure in hive/TEST018 test in 02/22/18 daily build https://jenkins.esgyn.com/job/Check-Daily-master-rh6/360/

Repository: trafodion
Updated Branches:
  refs/heads/master d5b72e710 -> 344cc3f2f


Fix for failure in hive/TEST018 test in 02/22/18 daily build
https://jenkins.esgyn.com/job/Check-Daily-master-rh6/360/


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

Branch: refs/heads/master
Commit: 568c739b02bf212fb7a1d128344fa1629216f90f
Parents: 7b96645
Author: selvaganesang <se...@esgyn.com>
Authored: Thu Feb 22 18:01:44 2018 +0000
Committer: selvaganesang <se...@esgyn.com>
Committed: Thu Feb 22 18:01:44 2018 +0000

----------------------------------------------------------------------
 core/sql/executor/HdfsClient_JNI.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafodion/blob/568c739b/core/sql/executor/HdfsClient_JNI.cpp
----------------------------------------------------------------------
diff --git a/core/sql/executor/HdfsClient_JNI.cpp b/core/sql/executor/HdfsClient_JNI.cpp
index 2fab571..f08aa92 100644
--- a/core/sql/executor/HdfsClient_JNI.cpp
+++ b/core/sql/executor/HdfsClient_JNI.cpp
@@ -258,7 +258,7 @@ static const char* const hdfsClientErrorEnumStr[] =
 {
   "JNI NewStringUTF() in hdfsCreate()."
  ,"Java exception in hdfsCreate()."
-  "JNI NewStringUTF() in hdfsOpen()."
+ ,"JNI NewStringUTF() in hdfsOpen()."
  ,"Java exception in hdfsOpen()."
  ,"JNI NewStringUTF() in hdfsWrite()."
  ,"Java exception in hdfsWrite()."


[2/2] trafodion git commit: Merge PR-1453 Fix for failure in hive/TEST018 test in 02/22/18 daily build

Posted by su...@apache.org.
Merge PR-1453 Fix for failure in hive/TEST018 test in 02/22/18 daily build


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

Branch: refs/heads/master
Commit: 344cc3f2fcba5c77d91534871157c8adc6ede05f
Parents: d5b72e7 568c739
Author: Suresh Subbiah <su...@apache.org>
Authored: Fri Feb 23 00:12:51 2018 +0000
Committer: Suresh Subbiah <su...@apache.org>
Committed: Fri Feb 23 00:12:51 2018 +0000

----------------------------------------------------------------------
 core/sql/executor/HdfsClient_JNI.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------