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/11 04:06:00 UTC

[1/2] incubator-trafodion git commit: Add -p option so parent directories get created if they don't exist

Repository: incubator-trafodion
Updated Branches:
  refs/heads/master f28cc0894 -> 821655032


Add -p option so parent directories get created if they don't exist


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

Branch: refs/heads/master
Commit: 65c02afe9e1cea0e3768ced458ccb09732d2a6aa
Parents: ef4a294
Author: Sandhya Sundaresan <sa...@apache.org>
Authored: Wed May 10 23:50:57 2017 +0000
Committer: Sandhya Sundaresan <sa...@apache.org>
Committed: Wed May 10 23:50:57 2017 +0000

----------------------------------------------------------------------
 core/sql/regress/hive/TEST003 | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/65c02afe/core/sql/regress/hive/TEST003
----------------------------------------------------------------------
diff --git a/core/sql/regress/hive/TEST003 b/core/sql/regress/hive/TEST003
index a2144f5..75537e0 100644
--- a/core/sql/regress/hive/TEST003
+++ b/core/sql/regress/hive/TEST003
@@ -23,18 +23,18 @@
 -- @@@ END COPYRIGHT @@@
 
 --if dirs exist belo will fail
-sh regrhadoop.ksh fs -mkdir  /user/trafodion/hive/exttables/ins_customer;
-sh regrhadoop.ksh fs -mkdir  /user/trafodion/hive/exttables/ins_promotion;
-sh regrhadoop.ksh fs -mkdir  /user/trafodion/hive/exttables/ins_customer_address;
-sh regrhadoop.ksh fs -mkdir  /user/trafodion/hive/exttables/ins_store;
-sh regrhadoop.ksh fs -mkdir  /user/trafodion/hive/exttables/ins_store_sales;
-sh regrhadoop.ksh fs -mkdir  /user/trafodion/hive/exttables/ins_customer_demographics;
-sh regrhadoop.ksh fs -mkdir  /user/trafodion/hive/exttables/ins_date_dim;
-sh regrhadoop.ksh fs -mkdir  /user/trafodion/hive/exttables/ins_time_dim;
-sh regrhadoop.ksh fs -mkdir  /user/trafodion/hive/exttables/ins_item;
-sh regrhadoop.ksh fs -mkdir  /user/trafodion/hive/exttables/ins_household_demographics;
-sh regrhadoop.ksh fs -mkdir  /user/trafodion/hive/exttables/ins_customerNaddress;
-sh regrhadoop.ksh fs -mkdir  /user/trafodion/hive/exttables/ins_store_sales_summary;
+sh regrhadoop.ksh fs -mkdir  -p /user/trafodion/hive/exttables/ins_customer;
+sh regrhadoop.ksh fs -mkdir  -p /user/trafodion/hive/exttables/ins_promotion;
+sh regrhadoop.ksh fs -mkdir  -p /user/trafodion/hive/exttables/ins_customer_address;
+sh regrhadoop.ksh fs -mkdir  -p /user/trafodion/hive/exttables/ins_store;
+sh regrhadoop.ksh fs -mkdir  -p /user/trafodion/hive/exttables/ins_store_sales;
+sh regrhadoop.ksh fs -mkdir  -p /user/trafodion/hive/exttables/ins_customer_demographics;
+sh regrhadoop.ksh fs -mkdir  -p /user/trafodion/hive/exttables/ins_date_dim;
+sh regrhadoop.ksh fs -mkdir  -p /user/trafodion/hive/exttables/ins_time_dim;
+sh regrhadoop.ksh fs -mkdir  -p /user/trafodion/hive/exttables/ins_item;
+sh regrhadoop.ksh fs -mkdir  -p /user/trafodion/hive/exttables/ins_household_demographics;
+sh regrhadoop.ksh fs -mkdir  -p /user/trafodion/hive/exttables/ins_customerNaddress;
+sh regrhadoop.ksh fs -mkdir  -p /user/trafodion/hive/exttables/ins_store_sales_summary;
 --empty folders
 sh regrhadoop.ksh fs -rm   /user/trafodion/hive/exttables/ins_customer/*;
 sh regrhadoop.ksh fs -rm   /user/trafodion/hive/exttables/ins_promotion/*;


[2/2] incubator-trafodion git commit: Merge remote branch 'origin/pr/1091/head' into merge_1091

Posted by sa...@apache.org.
Merge remote branch 'origin/pr/1091/head' into merge_1091


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

Branch: refs/heads/master
Commit: 8216550329ecb0a31bd86e7b515f27169ca394c5
Parents: f28cc08 65c02af
Author: Sandhya Sundaresan <sa...@apache.org>
Authored: Thu May 11 04:05:31 2017 +0000
Committer: Sandhya Sundaresan <sa...@apache.org>
Committed: Thu May 11 04:05:31 2017 +0000

----------------------------------------------------------------------
 core/sql/regress/hive/TEST003 | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)
----------------------------------------------------------------------