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

[2/2] incubator-trafodion git commit: Merge [TRAFODION-1576] PR 158 B/R performance improvements

Merge [TRAFODION-1576] PR 158 B/R performance improvements


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

Branch: refs/heads/master
Commit: c20a4bc1e462f7141888baef63d2af364ef34e71
Parents: 514479f bd960ca
Author: Dave Birdsall <db...@apache.org>
Authored: Thu Nov 5 21:45:46 2015 +0000
Committer: Dave Birdsall <db...@apache.org>
Committed: Thu Nov 5 21:45:46 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 +-
 11 files changed, 1282 insertions(+), 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/c20a4bc1/core/sqf/sqenvcom.sh
----------------------------------------------------------------------