You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by am...@apache.org on 2016/02/19 00:28:59 UTC

[1/7] incubator-trafodion git commit: [[TRAFODION-1815]] Bug in sqgen

Repository: incubator-trafodion
Updated Branches:
  refs/heads/master 62d61d684 -> 766c62ea0


[[TRAFODION-1815]] Bug in sqgen


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

Branch: refs/heads/master
Commit: 7b65d957d9a453226c438f785c74d1421064bd3a
Parents: 71c9a72
Author: Amanda Moran <am...@apache.com>
Authored: Mon Feb 8 18:34:33 2016 +0000
Committer: Amanda Moran <am...@apache.com>
Committed: Mon Feb 8 18:34:33 2016 +0000

----------------------------------------------------------------------
 core/sqf/sql/scripts/sqgen | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/7b65d957/core/sqf/sql/scripts/sqgen
----------------------------------------------------------------------
diff --git a/core/sqf/sql/scripts/sqgen b/core/sqf/sql/scripts/sqgen
index 7e3821b..46f7e68 100755
--- a/core/sqf/sql/scripts/sqgen
+++ b/core/sqf/sql/scripts/sqgen
@@ -118,7 +118,7 @@ fi
 cd $MY_SQROOT/sql/scripts
 
 # Check to make sure this is a real cluster
-if [ "$node_count" -gt "1" ]; then
+if  [[ -n "$node_count" ]] && [[ "$node_count" -gt "1" ]]; then 
 
     GetSQcnfg
 
@@ -147,8 +147,7 @@ mkdir -p $MPI_TMPDIR
 # mkdir a dir for CBF data used by SQL IUS feature
 mkdir -p $HOME/cbfs
 
-#If pdsh exists
-if [ $node_count -gt "1" ]; then
+if  [[ -n "$node_count" ]] && [[ "$node_count" -gt "1" ]]; then    
     echo
     echo "Creating directories on cluster nodes"
 
@@ -227,7 +226,7 @@ if [ -f $SQESPENV_FILE ]; then
     fi
 fi
 
-if [ $node_count -gt "1" ]; then
+if  [[ -n "$node_count" ]] && [[ "$node_count" -gt "1" ]]; then    
     echo
     echo "Copying the generated files to all the nodes in the cluster"
     echo


[4/7] incubator-trafodion git commit: [[TRAFODION 1815]]

Posted by am...@apache.org.
[[TRAFODION 1815]]


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

Branch: refs/heads/master
Commit: 062dbf2d7e2242f1a3a634e049abd63485965ddb
Parents: f54a60d
Author: Amanda Moran <am...@apache.com>
Authored: Thu Feb 18 19:46:31 2016 +0000
Committer: Amanda Moran <am...@apache.com>
Committed: Thu Feb 18 19:46:31 2016 +0000

----------------------------------------------------------------------
 core/sqf/sql/scripts/sqgen | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/062dbf2d/core/sqf/sql/scripts/sqgen
----------------------------------------------------------------------
diff --git a/core/sqf/sql/scripts/sqgen b/core/sqf/sql/scripts/sqgen
index 46f7e68..ab2c9e2 100755
--- a/core/sqf/sql/scripts/sqgen
+++ b/core/sqf/sql/scripts/sqgen
@@ -228,6 +228,7 @@ fi
 
 if  [[ -n "$node_count" ]] && [[ "$node_count" -gt "1" ]]; then    
     echo
+    echo
     echo "Copying the generated files to all the nodes in the cluster"
     echo
     echo "Copying $SQCLUSTERCONF_FILE to $MPI_TMPDIR of all the nodes"


[5/7] incubator-trafodion git commit: Spelling error

Posted by am...@apache.org.
Spelling error


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

Branch: refs/heads/master
Commit: f5e0c1d32891a520bbd0780bd43ed17e4471cf4c
Parents: 062dbf2
Author: Amanda Moran <am...@apache.com>
Authored: Thu Feb 18 21:32:14 2016 +0000
Committer: Amanda Moran <am...@apache.com>
Committed: Thu Feb 18 21:32:14 2016 +0000

----------------------------------------------------------------------
 install/installer/traf_config_setup | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/f5e0c1d3/install/installer/traf_config_setup
----------------------------------------------------------------------
diff --git a/install/installer/traf_config_setup b/install/installer/traf_config_setup
index 1a9083a..4837ca1 100755
--- a/install/installer/traf_config_setup
+++ b/install/installer/traf_config_setup
@@ -567,7 +567,7 @@ echo "export DCS_PRIMARY_MASTER_NODE=\"$DCS_PRIMARY_MASTER_NODE\"" >> $LOCAL_TRA
 #==============================================
 #Enable HA
 
-echo -n "Enable High Avalability (Y/N), default is N: "
+echo -n "Enable High Availability (Y/N), default is N: "
 read answer
 
 if [[ ! -z $answer ]]; then


[6/7] incubator-trafodion git commit: [[TRAFODION 1821]]

Posted by am...@apache.org.
[[TRAFODION 1821]]


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

Branch: refs/heads/master
Commit: 48330aaa8dc9c1f7f1fe5b544b8a29d6f6477bf4
Parents: f5e0c1d
Author: Amanda Moran <am...@apache.com>
Authored: Thu Feb 18 21:51:21 2016 +0000
Committer: Amanda Moran <am...@apache.com>
Committed: Thu Feb 18 21:51:21 2016 +0000

----------------------------------------------------------------------
 install/installer/traf_sqgen | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/48330aaa/install/installer/traf_sqgen
----------------------------------------------------------------------
diff --git a/install/installer/traf_sqgen b/install/installer/traf_sqgen
index e9ae4d5..d3e2da2 100755
--- a/install/installer/traf_sqgen
+++ b/install/installer/traf_sqgen
@@ -73,7 +73,7 @@ if [[ "$LDAP_SECURITY" == "Y" ]]; then
 
    #Check traf_authentication_config for errors
    echo "***INFO: Checking LDAP Configuration file for errors."
-   ldapconfigcheck -file $SQ_ROOT/sql/scripts/traf_authentication_config
+   $SQ_ROOT/export/bin64/ldapconfigcheck -file $SQ_ROOT/sql/scripts/traf_authentication_config
    if [ "$?" != "0" ]; then
       echo "***ERROR: traf_authentication_config not configured correctly."
       echo "***ERROR: Install will continue WITHOUT simple security turned on."


[3/7] incubator-trafodion git commit: Merge branch 'master' of github.com:apache/incubator-trafodion into installbugfixes

Posted by am...@apache.org.
Merge branch 'master' of github.com:apache/incubator-trafodion into installbugfixes


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

Branch: refs/heads/master
Commit: f54a60d509ff7d45432f5bf4b644628477f37ca6
Parents: 9cdd07b 152367d
Author: Amanda Moran <am...@apache.com>
Authored: Thu Feb 18 19:44:32 2016 +0000
Committer: Amanda Moran <am...@apache.com>
Committed: Thu Feb 18 19:44:32 2016 +0000

----------------------------------------------------------------------
 .gitattributes                                  |    2 -
 LICENSE                                         |    4 +
 core/bldenvchk.sh                               |    2 +-
 .../java/org/trafodion/rest/ServerResource.java |   57 +-
 .../org/trafodion/rest/VersionResource.java     |   25 +-
 core/sqf/Makefile                               |    6 +-
 core/sqf/export/lib/Parse/RecDescent.pm         | 6009 ------------------
 core/sqf/sqenvcom.sh                            |    8 +-
 core/sqf/sql/scripts/dcscheck                   |   10 +-
 core/sqf/sql/scripts/dcsstart                   |    4 +-
 .../transactional/TransactionManager.java       |   50 +-
 core/sqf/src/seatrans/tm/hbasetmlib2/Makefile   |    4 +-
 core/sql/bin/SqlciErrors.txt                    |    5 +-
 core/sql/common/str.cpp                         |  152 +
 core/sql/common/str.h                           |    3 +
 core/sql/executor/ExSequence.cpp                |    2 +
 core/sql/executor/ExStats.cpp                   |   24 +-
 core/sql/executor/MdamPoint.cpp                 |  152 +-
 core/sql/executor/MdamPoint.h                   |    5 +-
 core/sql/exp/ExpAtp.cpp                         |   71 +
 core/sql/exp/ExpAtp.h                           |    9 +
 core/sql/exp/ExpCriDesc.cpp                     |   18 +
 core/sql/exp/ExpCriDesc.h                       |    3 +
 core/sql/exp/ExpSqlTupp.cpp                     |   12 +
 core/sql/exp/ExpSqlTupp.h                       |    4 +
 core/sql/exp/exp_tuple_desc.cpp                 |   22 +
 core/sql/exp/exp_tuple_desc.h                   |    3 +
 core/sql/optimizer/RelExeUtil.cpp               |    7 +
 core/sql/parser/SqlParserAux.cpp                |    4 +
 core/sql/parser/SqlParserAux.h                  |    1 +
 core/sql/parser/StmtDDLCreateRoutine.h          |    4 +
 core/sql/parser/StmtDDLDropRoutine.h            |    5 +
 core/sql/parser/sqlparser.y                     |   88 +-
 core/sql/regress/core/EXPECTEDRTS               | 1227 ++--
 core/sql/regress/hive/EXPECTED009               |    6 +-
 core/sql/regress/privs1/EXPECTED132             |  263 +-
 core/sql/regress/privs1/EXPECTED133             |   12 +-
 core/sql/regress/privs1/EXPECTED141             |  Bin 92809 -> 113222 bytes
 core/sql/regress/privs1/TEST132                 |   60 +-
 core/sql/regress/privs2/EXPECTED138             |   84 +-
 core/sql/regress/privs2/EXPECTED140             |  324 +-
 core/sql/regress/privs2/TEST140                 |    2 +-
 core/sql/regress/seabase/EXPECTED002            |  146 +-
 core/sql/regress/seabase/EXPECTED026            |   34 +-
 core/sql/regress/seabase/FILTER002              |    1 +
 core/sql/regress/tools/runregr_core.ksh         |    2 +-
 core/sql/regress/tools/runregr_privs1.ksh       |    2 +-
 core/sql/sqlcomp/CmpDDLCatErrorCodes.h          |    4 +-
 core/sql/sqlcomp/CmpSeabaseDDL.h                |    9 +
 core/sql/sqlcomp/CmpSeabaseDDLcleanup.cpp       |   33 +-
 core/sql/sqlcomp/CmpSeabaseDDLcommon.cpp        |   16 +-
 core/sql/sqlcomp/CmpSeabaseDDLindex.cpp         |    6 +-
 core/sql/sqlcomp/CmpSeabaseDDLmd.h              |   11 +
 core/sql/sqlcomp/CmpSeabaseDDLroutine.cpp       |   10 +-
 core/sql/sqlcomp/CmpSeabaseDDLschema.cpp        |  521 +-
 core/sql/sqlcomp/PrivMgrMD.cpp                  |   14 +-
 core/sql/sqlcomp/nadefaults.cpp                 |    2 +-
 core/sql/ustat/hs_cli.cpp                       |  118 +-
 core/sql/ustat/hs_const.h                       |    1 +
 core/sql/ustat/hs_update.cpp                    |    9 +
 dcs/bin/stop-dcs.sh                             |    5 +-
 .../org/trafodion/dcs/server/ServerManager.java |   15 +-
 docs/client_install/pom.xml                     |   10 +-
 .../src/asciidoc/_chapters/about.adoc           |    5 +-
 docs/client_install/src/asciidoc/index.adoc     |    2 +-
 docs/command_interface/pom.xml                  |   11 +-
 .../src/asciidoc/_chapters/about.adoc           |    2 +
 docs/install_guide/pom.xml                      |  226 -
 .../src/asciidoc/_chapters/about.adoc           |  131 -
 .../src/asciidoc/_chapters/requirements.adoc    |   96 -
 docs/install_guide/src/asciidoc/index.adoc      |   64 -
 docs/messages_guide/pom.xml                     |   21 +-
 .../src/asciidoc/_chapters/about.adoc           |    3 +-
 docs/odb_user/pom.xml                           |   10 +-
 docs/odb_user/src/asciidoc/_chapters/about.adoc |    3 +-
 docs/provisioning_guide/pom.xml                 |  289 +
 .../src/asciidoc/_chapters/about.adoc           |  197 +
 .../src/asciidoc/_chapters/activate.adoc        |  147 +
 .../src/asciidoc/_chapters/enable_security.adoc |  491 ++
 .../src/asciidoc/_chapters/introduction.adoc    |  466 ++
 .../src/asciidoc/_chapters/prepare.adoc         |  379 ++
 .../src/asciidoc/_chapters/recipe_install.adoc  |   29 +
 .../src/asciidoc/_chapters/recipe_upgrade.adoc  |   30 +
 .../src/asciidoc/_chapters/requirements.adoc    |  510 ++
 .../src/asciidoc/_chapters/script_install.adoc  |  511 ++
 .../src/asciidoc/_chapters/script_remove.adoc   |  118 +
 .../src/asciidoc/_chapters/script_upgrade.adoc  |  442 ++
 docs/provisioning_guide/src/asciidoc/index.adoc |   73 +
 docs/shared/trafodion-manuals.css               |    2 +-
 docs/sql_reference/pom.xml                      |   12 +-
 .../src/asciidoc/_chapters/about.adoc           |    3 +-
 docs/src/site/markdown/documentation.md         |    6 +
 docs/src/site/markdown/download.md              |   14 +-
 .../site/markdown/enable-secure-trafodion.md    |  210 +-
 docs/src/site/markdown/index.md                 |    2 +-
 docs/src/site/markdown/install-preparation.md   |  138 -
 docs/src/site/markdown/install-troubleshoot.md  |   21 -
 docs/src/site/markdown/install.md               |  202 -
 docs/src/site/markdown/ldapcheck.md             |   28 +-
 docs/src/site/markdown/ldapconfigcheck.md       |   36 +-
 docs/src/site/markdown/port-assignment.md       |  134 -
 docs/src/site/markdown/uninstall.md             |  176 -
 .../site/resources/images/logos/egg-logo.gif    |  Bin 3296 -> 0 bytes
 .../site/resources/images/logos/egg-logo.png    |  Bin 0 -> 7241 bytes
 docs/src/site/site.xml                          |   33 +-
 licenses/LICENSE-bsd4                           |    3 +
 licenses/LICENSE-jquery                         |    1 +
 licenses/LICENSE-js                             |    1 +
 pom.xml                                         |   46 +-
 109 files changed, 5889 insertions(+), 9157 deletions(-)
----------------------------------------------------------------------



[2/7] incubator-trafodion git commit: Merge branch 'master' of github.com:apache/incubator-trafodion into installbugfixes

Posted by am...@apache.org.
Merge branch 'master' of github.com:apache/incubator-trafodion into installbugfixes


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

Branch: refs/heads/master
Commit: 9cdd07b83fc1d534f4574a1aeb364faed5b054b9
Parents: 7b65d95 3aef621
Author: Amanda Moran <am...@apache.com>
Authored: Mon Feb 8 18:35:37 2016 +0000
Committer: Amanda Moran <am...@apache.com>
Committed: Mon Feb 8 18:35:37 2016 +0000

----------------------------------------------------------------------
 .rat-excludes                                   |    4 +-
 DISCLAIMER                                      |   12 +
 DISCLAIMER.txt                                  |   12 -
 LICENSE                                         |  301 ++
 LICENSE.txt                                     |  327 --
 NOTICE                                          |    9 +
 NOTICE.txt                                      |    9 -
 RAT_README                                      |  192 +
 RAT_README.txt                                  |  192 -
 README                                          |   58 +
 README.txt                                      |   58 -
 core/conn/odbc/src/odbc/nsksrvr/Makefile        |    2 +-
 core/rest/src/main/asciidoc/_chapters/apis.adoc |   20 +
 .../java/org/trafodion/rest/ServerResource.java |   94 +
 core/sqf/LocalSettingsTemplate.sh               |    3 +
 core/sqf/monitor/linux/amqpmon.cxx              |  231 -
 core/sqf/monitor/linux/amqpmon.h                |   71 -
 core/sqf/monitor/linux/makefile                 |    2 +-
 core/sqf/sqenvcom.sh                            |    2 +-
 core/sqf/sql/scripts/genms                      |    3 +-
 core/sqf/sqvers                                 |    2 +-
 core/sqf/src/tm/Makefile                        |    8 +-
 core/sqf/src/tm/dtm.events.pb.cc                | 1185 -----
 core/sqf/src/tm/dtm.events.pb.h                 |  709 ---
 core/sqf/src/tm/dtm.perf_stats.pb.cc            | 4081 ------------------
 core/sqf/src/tm/dtm.perf_stats.pb.h             | 2442 -----------
 core/sqf/src/tm/idtmsrv.cpp                     |   48 +-
 core/sql/common/DateTimeType.cpp                |   69 +-
 core/sql/common/DatetimeType.h                  |    8 +-
 core/sql/executor/ExExeUtilGet.cpp              |   32 +-
 core/sql/exp/exp_clause_derived.h               |    8 +-
 core/sql/exp/exp_conv.cpp                       |   55 +-
 core/sql/exp/exp_datetime.cpp                   |  456 +-
 core/sql/exp/exp_datetime.h                     |   43 +-
 core/sql/exp/exp_function.cpp                   |   16 +-
 core/sql/nskgmake/Makerules.linux               |    5 +-
 core/sql/optimizer/ItemExpr.cpp                 |    7 +-
 core/sql/optimizer/NormRelExpr.cpp              |   52 +-
 core/sql/parser/SqlParserAux.cpp                |   18 +-
 core/sql/parser/sqlparser.y                     |    4 +-
 core/sql/regress/core/EXPECTED116               |  301 +-
 core/sql/regress/core/FILTER116                 |   33 +
 core/sql/regress/core/TEST116                   |   55 +-
 core/sql/regress/executor/EXPECTED015.SB        |   98 +-
 core/sql/regress/executor/EXPECTED022.LINUX     |  488 ++-
 core/sql/regress/executor/TEST015               |   33 +-
 core/sql/regress/executor/TEST022               |   38 +
 core/sql/regress/seabase/EXPECTED012            |   53 +-
 core/sql/regress/seabase/EXPECTED013            |   40 +-
 core/sql/regress/seabase/TEST012                |   18 +
 core/sql/regress/seabase/TEST013                |   20 +-
 core/sql/regress/tools/runregr_core.ksh         |    4 +-
 core/sql/sqlcomp/DefaultConstants.h             |    5 +
 core/sql/sqlcomp/QCache.cpp                     |   30 +-
 core/sql/sqlcomp/nadefaults.cpp                 |    3 +
 core/sql/sqlmxevents/logmxevent_sq.cpp          |    2 +-
 docs/src/site/markdown/documentation.md         |   15 +-
 install/installer/traf_package_setup            |    4 +-
 install/traf_tools_setup.sh                     |  221 +-
 licenses/LICENSE-bsd2                           |   14 -
 licenses/LICENSE-bsd3                           |   14 +
 licenses/LICENSE-jquery                         |    7 +
 licenses/LICENSE-js                             |    2 +
 63 files changed, 2331 insertions(+), 10017 deletions(-)
----------------------------------------------------------------------



[7/7] incubator-trafodion git commit: Merge PR-328

Posted by am...@apache.org.
Merge PR-328


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

Branch: refs/heads/master
Commit: 766c62ea0eafd335b20a2bdfe0867f3bcede4ab2
Parents: 62d61d6 48330aa
Author: Amanda Moran <am...@apache.org>
Authored: Thu Feb 18 23:27:34 2016 +0000
Committer: Amanda Moran <am...@apache.org>
Committed: Thu Feb 18 23:28:34 2016 +0000

----------------------------------------------------------------------
 core/sqf/sql/scripts/sqgen   | 8 ++++----
 install/installer/traf_sqgen | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------