You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by ar...@apache.org on 2015/11/12 02:09:22 UTC

[5/9] incubator-trafodion git commit: Merge branch 'master' of github.com:apache/incubator-trafodion into wrk-brnch

Merge branch 'master' of github.com:apache/incubator-trafodion into wrk-brnch


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

Branch: refs/heads/master
Commit: 7c95bc4859232dea531bf4a35eddb9656826c4c7
Parents: 9b85014 392b99b
Author: Anuradha Hegde <he...@dev02.trafodion.org>
Authored: Sat Nov 7 03:40:47 2015 +0000
Committer: Anuradha Hegde <he...@dev02.trafodion.org>
Committed: Sat Nov 7 03:40:47 2015 +0000

----------------------------------------------------------------------
 core/sqf/.gitignore                             |    5 +
 core/sqf/Makefile                               |    7 +-
 core/sqf/hbase_utilities/Makefile               |   46 +
 .../backup_restore_functions.sh                 |   34 +-
 .../run_full_trafodion_backup.sh                |   31 +-
 .../run_full_trafodion_restore.sh               |   17 +-
 core/sqf/hbase_utilities/pom.xml                |   71 ++
 .../backuprestore/TrafExportSnapshot.java       | 1076 ++++++++++++++++++
 core/sqf/sqenvcom.sh                            |    2 +
 core/sqf/sql/scripts/install_apache_hadoop      |    2 +-
 core/sqf/sql/scripts/install_local_hadoop       |    4 +-
 core/sql/optimizer/BindRelExpr.cpp              |   43 +-
 core/sql/regress/executor/EXPECTED015.SB        |   27 +
 core/sql/regress/executor/TEST015               |    7 +
 core/sql/regress/tools/runregr_executor.ksh     |   12 +-
 install/installer/traf_cloudera_mods98          |   10 +
 install/installer/traf_getHadoopNodes           |   25 +-
 install/installer/traf_hortonworks_mods98       |    9 +
 18 files changed, 1364 insertions(+), 64 deletions(-)
----------------------------------------------------------------------