You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by se...@apache.org on 2017/01/27 22:30:33 UTC

[1/2] incubator-trafodion git commit: [TRAFODION-2351] Bulkload enhancements

Repository: incubator-trafodion
Updated Branches:
  refs/heads/master 222b6b76d -> 91c337520


[TRAFODION-2351] Bulkload enhancements

FILTER file that was missed out as part of PR 931


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

Branch: refs/heads/master
Commit: 26a3334f893e6da9eacc6c01367b8d2a573e07e9
Parents: 3fb9098
Author: selvaganesang <se...@esgyn.com>
Authored: Fri Jan 27 15:32:20 2017 +0000
Committer: selvaganesang <se...@esgyn.com>
Committed: Fri Jan 27 15:32:20 2017 +0000

----------------------------------------------------------------------
 core/sql/regress/hive/FILTER005 | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/26a3334f/core/sql/regress/hive/FILTER005
----------------------------------------------------------------------
diff --git a/core/sql/regress/hive/FILTER005 b/core/sql/regress/hive/FILTER005
new file mode 100755
index 0000000..dc462ef
--- /dev/null
+++ b/core/sql/regress/hive/FILTER005
@@ -0,0 +1,34 @@
+#! /bin/sh
+# @@@ START COPYRIGHT @@@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+# @@@ END COPYRIGHT @@@
+
+
+fil=$1
+if [ "$fil" = "" ]; then
+  echo "Usage: $0 filename"
+  exit 1
+fi
+
+sed "
+s/Logging Location: \/bulkload\/logs\/ERR.*/Logging Location:@loggingLocation@/
+s/Logging Location: \/bulkload\/logs\/TEST005\/ERR.*/Logging Location:@TEST005LoggingLocation@/
+s/Time:.*/Time:@time@/
+" $fil


[2/2] incubator-trafodion git commit: Merge [TRAFODION-2351] Missed out file for PR 931

Posted by se...@apache.org.
Merge [TRAFODION-2351] Missed out file for PR 931


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

Branch: refs/heads/master
Commit: 91c337520d7cfb7efecc0a2f5e5867274a0909e5
Parents: 222b6b7 26a3334
Author: selvaganesang <se...@apache.org>
Authored: Fri Jan 27 22:29:37 2017 +0000
Committer: selvaganesang <se...@apache.org>
Committed: Fri Jan 27 22:29:37 2017 +0000

----------------------------------------------------------------------
 core/sql/regress/hive/FILTER005 | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)
----------------------------------------------------------------------