You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by sb...@apache.org on 2019/02/07 02:29:43 UTC

[trafodion] branch sean_traf_2.4 created (now 38367d5)

This is an automated email from the ASF dual-hosted git repository.

sbroeder pushed a change to branch sean_traf_2.4
in repository https://gitbox.apache.org/repos/asf/trafodion.git.


      at 38367d5  Updating the website with preliminary pages for release 2.3

This branch includes the following new commits:

     new cd75564  Added .gitreview
     new 39d3a92  Initial code snapshot.
     new b0e089e  Changed 2 files: (1) Updated phoenix_test.py to use Maven bulid environment. (2) Updated ExecuteStatementsTest.java for latest supported syntax
     new 5df23e8  Move java files from test/... to src/test/...  the latter is the correct location for the maven build.
     new cc41fdf  (1) Modified the following files to remove setting java version in the automatically generated pom.xml.     phoenix_test.py     pom.xml.template
     new b40d0c6  Modified UpsertSelectTest.java to skip comparing local time and CURRENT_TIMESTAMP from query, as the client machine time and the target machine time are not always in sync.
     new 9de88eb  phoenix_test.py:  Changed the test catalog name from seabase to trafodion                   according to the Trafodion implementation change. pom.xml.template: Added HP copyright on top of Apache copyright. IndexTest.java:   Changed the query plan node from seabase_scan->trafodion_scan,                   and from seabase_index_scan->trafodion_index_scan according                   to the Trafodion implementation change.
     new dd9e0a0  Enable --test input and changed maven package command to maven test command since we are only using maven for testing in this package
     new ab63249  Change --tests defaults to .* which maps to all tests
     new 2563239  pom.xml.template: added -Duser.timzone=UTC to the parameter list.  This forces phoenix test to run using the UTC time zone regardless of the machine time zone where the Traf instance runs.
     new f47bd4a  VariableLengthPKTest.java: Changed a 8-byte Unicode char string to a 4-byte ASCII char string, so that char_length() does not get confused.
     new 1761aab  Changed 10 java files to cope with the new behavior that a DDL statement now returns the error .ERROR[20124] This DDL operation cannot be performed if AUTOCOMMIT is OFF. when the test calls conn.setAutoCommit(false) to turn off the transactional auto-commit prior to the execution of a DLL statement.  Trafodion currently does not support DDL statements in a transaction.  It previously tolerated them even if the user couldn.t actually roll it back.  But it has recently cha [...]
     new 5d2d5fe  Updated files to accommodate JDBC T2/T4 changes for Trafodion
     new d6d3669  Added .gitreview
     new ec41edf  DCS Initial Code Drop
     new 0c19fb4  Added .gitreview
     new 760374c  Added .gitreview
     new eda81b6  Remove beta tag from release version.
     new 7cc54a1  Installer initial code drop.
     new 3623eb6  Makefile trimmed down to just installer packaging.
     new 3270301  Add documentation on how to run tests
     new 3e13ad0  Final code drop from subversion.
     new 3a1b58a  Removed calls to traf_create_systemdefaults script.     Deleted calls to traf_create_systemdefaults script, as that script     will no longer be needed.
     new 9a8bcfd  Adding syntax checks of clustername. Checking clustername for capital letters, special characters (other than '-'), and a number as the first character.
     new ed0d5cd  Script now allows --config switch
     new 4592dfd  Adding tests to check clustername syntax.
     new 2b399b0  Commented out Cloudera only code.
     new 1cce9b5  Removing MapR files duirng MapR uninstall
     new 2f2526c  Added .gitreview
     new e92cb99  Initial code drop of Trafodion
     new 8dde084  Removed code and other small changes. Removed cloudera code from traf_ambari_mods (previously only commented it out). Other small changes.
     new f96ca19  Code Drop Update - 5/23/14
     new de859b1  metadata struct updates and fixes.
     new 660e6fc  Fixed up catman1 regression test suite to remove non Trafodion based operations.  Removed changes to sqlparser.y that are not required.
     new 78e0b6e  Added installation of additional packages required by Trafodion (protobuf, xerces, libiodbc, unixODBC) Made optional packages into required packages (tigervnc, firefox) since these are required for installation.
     new 49b2171  fix for bug 1323823. Explore NJ plan for metadata tables.
     new fa749e5  Changed HBase-trx to use reflection to work with various HBase 0.94.x versions   from Apache, Cloudera, Hortonworks, MapR
     new 8be9efd  Removed obsolete makefiles and makefile parts.
     new 046914f  Fixed an issue seen on moonshot servers where the specified network interface or sub-interface are considered during start up of dcs servers
     new fd5e2ca  fix for memory leak-- Multiple lauchpad bugs are fixed with change
     new 2c249b8  Merge "fix for memory leak-- Multiple lauchpad bugs are fixed with change"
     new 71032a5  Merge "fix for bug 1323823. Explore NJ plan for metadata tables."
     new 57e0bd3  Merge "Removed obsolete makefiles and makefile parts."
     new 127e3d8  Return OptDefaults object to the correct heap
     new 27bc415  Various launchpad fixes.
     new 74360cc  fix for LaunchPad bug #1324299: compiler crashes in rangePartitioning
     new 734f32e  Change release version to 0.8.0
     new 73a0b1e  Change release version to 0.8.0
     new b534663  Merge "fix for LaunchPad bug #1324299: compiler crashes in rangePartitioning"
     new 8e69ead  Merge "Changed HBase-trx to use reflection to work with various HBase 0.94.x versions   from Apache, Cloudera, Hortonworks, MapR"
     new 0a6be7a  Merge "Return OptDefaults object to the correct heap"
     new 56a2d2f  Change release version to 0.8.0
     new 56c77e4  fix for LaunchPad bug #1322451: SPJ calls do not work in Trafci
     new 3a190c9  Added region logging for transactions in beginTransaction
     new 0b68d51  Merge "Fixed up catman1 regression test suite to remove non Trafodion based operations.  Removed changes to sqlparser.y that are not required."
     new f5a6b23  Fix for Launch Pad bug 1274281
     new 28e05a2  Removed drizzle and part of thrift.
     new 52d3f5c  Merge "Added region logging for transactions in beginTransaction"
     new f671310  Merge "Fix for Launch Pad bug 1274281"
     new 13e3f70  Changes to improve the performance of select statement
     new 1efd0a6  Merge "Removed drizzle and part of thrift."
     new d2dfaf5  Merge "Changes to improve the performance of select statement"
     new df74d17  various fixes from multiple folks.
     new d77bf27  Merge "Change release version to 0.8.0"
     new 9143a3e  Fixed bug 1323922 and added showddl user support
     new ba5a686  Add README.rst
     new 9009a5e  Made output from udr SQL test suite consistent
     new b0c925c  Amend README.rst in core
     new 7234a9c  Add README.rst to install
     new f67428b  Merge "Made output from udr SQL test suite consistent"
     new d0e82ee  Merge "Fixed an issue seen on moonshot servers where the specified network interface or sub-interface are considered during start up of dcs servers"
     new 0cb18dd  Initial code drop of windows odbc 64-bit driver
     new 9146f34  Removed licenses for tools not in source tree
     new c563740  Made output from catman1 SQL test suite consistent
     new 9bf9172  Merge "Fixed bug 1323922 and added showddl user support"
     new 331101f  Merge "Made output from catman1 SQL test suite consistent"
     new a915c0b  Classpath and install_local_hadoop changes.
     new 698f19f  Cleaned up log4ccp files
     new c2dea0c  Source file cleanup
     new 9f5906a  Bug # 1325005 , fixed by close random generator after every call.
     new c167842  Merge "Cleaned up log4ccp files"
     new 9e42b2e  Merge "Removed licenses for tools not in source tree"
     new 4b82e02  Code cleanup (06042014)
     new 4d39719  Merge "Bug # 1325005 , fixed by close random generator after every call."
     new e3e8e4f  Code cleanup
     new d5d3d17  Changes to uninstall, added cdh wrapper, path bug
     new c8eba08  Update stats performance fix
     new 00a251e  Squashed commit of the following:
     new 043d18c  bug 1326480 help text has HP and NDCS in the text.
     new 3563ff8  Merge "Code cleanup"
     new 796d3ad  Fixing DTM early commit response to reply at correct point in state_change_commit_helper and sending the normal response at normal commit reponse at the end, in req_end_complete.
     new 37a062b  Fix the number of ESPs per node for seabase/TEST013 and TEST016
     new 0862f91  Merge "Fix the number of ESPs per node for seabase/TEST013 and TEST016"
     new a648829  DCS connections are now more evenly spread out among nodes
     new 1c35bb6  Fix for "Dialog failed" error on connect.
     new 8b780d2  Changes for ucs2 cleanup in JDBC_T4 driver
     new c2392fb  DcsServer controls multiple MXOSRVRs
     new 62870b0  Fixed syntax error at line 19 and other problems.
     new 9d7a8ef  Fix bug 1327395, failure to create key histograms
     new 570c504      Synchronize format strings with log API params
     new 3c8afd2  Now working on version 0.8.1
     new f53c0dd  Merge "    Synchronize format strings with log API params"
     new 2c5becf  Fix for HBase 0.94.15 / Cloudera CDH 4.8.2
     new c241d27  Fix for Bug #1325443
     new cd374fd  Merge "Now working on version 0.8.1"
     new 2fa2b42  Display transaction id correctly in log
     new 4303f48  Merge "Fix for HBase 0.94.15 / Cloudera CDH 4.8.2"
     new acdea5d  Merge "Fix for Bug #1325443"
     new 742ff1f  Merge "Display transaction id correctly in log"
     new 4fde3e5  regression fix for seabase/TEST016
     new d01de58  Added MAVEN env var to build environment, with checks
     new 2dff4fa  Code cleanup, no bug
     new 8d1fbbb  Remove obsolete file.
     new ac4d2f5  Merge "Added MAVEN env var to build environment, with checks"
     new 9ffcd87  Merge "Remove obsolete file."
     new 29234db  Merge "Code cleanup, no bug"
     new 81dbfee  Changed hard-coded reference to "/home" to $default_home in traf_add_user.
     new be5d01e  Closes-Bug: 1328248 (INSERT ... SELECT query returned ERROR[8421] )
     new 05bd34f  Cardinality fix for queries against metadata tables
     new 08b2799  Changed ms.env vars for recovery and TLOG; decreased log levels
     new bee2113  Squashed commit of the following:
     new 5ec9086  Configure JVM initial heap size
     new 4cbec46  Merge "Closes-Bug: 1328248 (INSERT ... SELECT query returned ERROR[8421] )"
     new 8357ae5  Merge "DCS connections are now more evenly spread out among nodes"
     new 8ca7d14  Merge "Changed ms.env vars for recovery and TLOG; decreased log levels"
     new c97daaa  Remove debug 'abort()'. Set line buffering (instead of fully buffered) for stdout.
     new d39024b  Merge "Configure JVM initial heap size"
     new f609bef  Added code to create path for Trafodion userid's home directory.
     new 6df0e90  Merge "Remove debug 'abort()'. Set line buffering (instead of fully buffered) for stdout."
     new 44fcc91  Disable Seapilot processes by default and correct enable/disable.
     new 16ecf3a  Fixing early commit reply default to OFF.
     new a13345b  Merge "Fixing early commit reply default to OFF."
     new c484afb  Updated documentation copyright and bump version to 0.8.1
     new 509d9ae  Multi-column stats based splitting does not work with the decimal data type
     new 74afc0c  Bulk Load code drop (feature disabled)
     new 59375ad  Fixing hive tests issues
     new 3b24858  Adding new script traf_ambari_setup.
     new dea97db  Fix for bug 1330593, sqenvcom.sh when no mvn
     new 3257483  Merge "Changes for ucs2 cleanup in JDBC_T4 driver"
     new 52ee892  Merge "Bulk Load code drop (feature disabled)"
     new bb43dbd  Do not link in qpid if TM_USE_SEAPILOT is not ON.
     new 0794c6e  Changes to improve IUD statement performance
     new d797cc9  Merge "Fix for bug 1330593, sqenvcom.sh when no mvn"
     new 28396e0  Now working on release 0.8.1
     new 203fe80  Updated some broken links in documentation
     new da06a84  Merge "Do not link in qpid if TM_USE_SEAPILOT is not ON."
     new 3a3b65c  setup to access Hive tables on MapR clusters
     new 4e619c5  Merge "Changes to improve IUD statement performance"
     new dc1c897  DTMCI "status regions" command
     new f6e8ffe  Initial wms code drop
     new 1efafc1  Resolve two minor review comments.
     new 3936cd4  Fix for a few Hive issues
     new 5aad69e  User Managemente Enhancements
     new de096b2  Source code cleanup, no bug
     new a4ce8cf  Merge "Adding new script traf_ambari_setup."
     new 5e46eef  Merge "Source code cleanup, no bug"
     new 0b6495c  Merge "Fix for a few Hive issues"
     new c16e57a  Fix for bug 1325687
     new 4b60ebc  Merge "User Managemente Enhancements"
     new 99c8503  Merge "Resolve two minor review comments."
     new 32d9e91  Bug #1326480
     new 533b5a7  Bug #1325391 SQLGetTypeInfo returns type names with imbedded nulls
     new e2d67cd  Adding Master coprocessor to handle region balance
     new f2b3851  Source code cleanup, no bugs
     new d5c69ab  Merge "Fix for bug 1325687"
     new e7857d1  Merge "Adding Master coprocessor to handle region balance"
     new 8e150f5  Moved open source license files into the directories of open source
     new 199215d  Merge "Source code cleanup, no bugs"
     new bb23433  GET commands for SPJ and UDF
     new b6c4381  Retry SQLCODE 1389 after flushing metadata cache
     new ad84e9d  Merge "Moved open source license files into the directories of open source"
     new 901eeff  Merge "GET commands for SPJ and UDF"
     new 87659f3  Updated license file from old beta to open source Apache.
     new 6387aca  Source code cleanup, no bug
     new e0a1b21  Merge "Retry SQLCODE 1389 after flushing metadata cache"
     new 6da24e7  Merge "Bug #1325391 SQLGetTypeInfo returns type names with imbedded nulls"
     new 1576549  Merge "Source code cleanup, no bug"
     new c80bee2  JDBC T4 samples README file cleanup
     new 2368a6b  Added "smon" to the default databases that will be moved.
     new a061b25  Corrected makefile for earlier removal of directory
     new a45dae3  Complete the removal of traf_other_tools from all scripts.
     new 86666e3  Change in directory structure for jdbc_t2 driver. Also includes change for trafci installer
     new bccc1ce  Make file name change
     new f276141  Added Apache open source license text to source code.
     new 7b15ae0  Fix for bug 1324247 - SPJ with result sets not working
     new 1e02bb2  Improve comment for eliminating 1 metadata query / table.
     new 0321dfd  Merge "Make file name change"
     new 43f4136  Merge "Fix for bug 1324247 - SPJ with result sets not working"
     new 2c34fdd  Merge "Corrected makefile for earlier removal of directory"
     new b38cb5c  Merge "Change in directory structure for jdbc_t2 driver. Also includes change for trafci installer"
     new 355f5be  Merge "Added "smon" to the default databases that will be moved."
     new e79bbdf  Fix instability in core/TEST038
     new 1b5343c  Modifying and adding additional license text to adhere to legal requirements.
     new 24ccfc4  Fixed 2 typos and deleted trailing spaces in license file
     new dbbbf5d  Fix to handle install on MapR clusters.
     new efb3775  Bump version number
     new 449c87d  Merge "Fix to handle install on MapR clusters."
     new 66bf775  Merge "Bump version number"
     new 5f1f563  Fix for 1318788 - Create salt table keyed on interval columns generates core
     new d68931d  Fix for query cache issue for Hive selects.
     new ebe7a2f  Fix for bug - Zookeeper not in connecting state
     new d1523c6  trafodion bulk load changes   (disabled))
     new 766954e  Merge "Fix for bug - Zookeeper not in connecting state"
     new cf4b8b6  Merge "trafodion bulk load changes   (disabled))"
     new 3f82183  Using embedded compiler will not get error 2031
     new b28819f  Merge "JDBC T4 samples README file cleanup"
     new d2c0f09  Added --assumeyes to yum remove commands so they don't prompt and hang
     new 15ec58c  Added creation of working directory on all nodes, not just first node.
     new 36f4284  Squashed commit of the following:
     new 0428a1d  Merge "Fix for query cache issue for Hive selects."
     new 09d5599  Merge "Using embedded compiler will not get error 2031"
     new b275556  Removed extra underscore in variable name AMBARI__URL
     new 531fe5a  Merge "Squashed commit of the following:"
     new b86148c  Fix for bug 1335186
     new 50bde56  Migrating to review.trafodion.org
     new 4553b5a  Migrating to review.trafodion.org
     new 3e5d70d  Migrating to review.trafodion.org
     new 4ea653f  Migrating to review.trafodion.org
     new a11747d  Migrating to review.trafodion.org
     new db26cdb  Change sqlci to NOT route stdout through monitor.
     new b572cdd  Enabling thread independent JNI objects
     new 718a6b8  bulk load changes (rework)
     new fc0d681  Enabling thread independent JNI objects
     new 51381d6  Improve Hbase scan cost estimation. Made changes to old fix based on code review comments.
     new c658fcd  CREATE PROCEDURE generates core (bug 1335186 - attempt 2)
     new faa2679  enable embedded compiler support for fetch histogram queries
     new e16d360  Corrects problems w/authetication error reporting
     new 9026f07  Increase flexibility on checking scan operator in a plan
     new f5bf6e9  Merge "bulk load changes (rework)"
     new 6af730f  Enable parallel ESP process creation
     new 4991acb  Merge "enable embedded compiler support for fetch histogram queries"
     new 4c309d3  Merge "Corrects problems w/authetication error reporting"
     new 02b0a23  JDBC T4 Gate tests.
     new 3c60501  Update Statistics performance improved by sampling in HBase
     new e0282fe  Merge "Enabling thread independent JNI objects"
     new 8506a3d  Merge "Update Statistics performance improved by sampling in HBase"
     new d72a8e5  Merge "Enabling thread independent JNI objects"
     new 8260474  Prepare for off-target core-analysis.
     new 4136562  Improved TLOG performance and metrics
     new 6c0824f  Modify the semantics of CQD MAX_ESPS_PER_CPU_PER_OP to become a factor in computing the max #ESPs per core. The #esps per node = CQD * cores per, node and the total number of ESPs per cluster is #esps per node * #nodes.
     new 6cd2a4c  Merge "Improved TLOG performance and metrics"
     new d804d57  install_local_hadoop now handles host directives in ~/.ssh/config
     new 8cf788e  Merge "Enable parallel ESP process creation"
     new c00310c  Merge "Modify the semantics of CQD MAX_ESPS_PER_CPU_PER_OP to become a factor in computing the max #ESPs per core. The #esps per node = CQD * cores per, node and the total number of ESPs per cluster is #esps per node * #nodes."
     new ab4e7dc  SPJ with any result set failing with error:
     new ba2c0b1  Merge "Improve Hbase scan cost estimation. Made changes to old fix based on code review comments."
     new 54de2ec  Removing Thrift Interface
     new 65c228d  Merge "install_local_hadoop now handles host directives in ~/.ssh/config"
     new bfa3a7e  fix SCM versions.
     new e5d759b  Fix #1328271 dropping constraint that is not supposed to be dropped
     new 7bda1cf  Program to extract transaction info from region servers
     new 9065bac  Bug #1328298 JDBC T4 getURL returns extra text at the end of url
     new 3c67872  Stop hbase first in swstopall, so that it can flush its memstore.
     new f6f69f9  Merge "SPJ with any result set failing with error:"
     new 0acafa0  Merge "Fix #1328271 dropping constraint that is not supposed to be dropped"
     new 988d577  Bug 1327605: Correct the odbc message dll file name for LoadLibrary.
     new 4d3b33f  Fix bug 1336547 -arkesp aborting in Native Expr.
     new 64b4aa9  Bump release to 0.8.3
     new 7b52f9f  Bump release version to 0.8.3
     new 90be071  Merge "Stop hbase first in swstopall, so that it can flush its memstore."
     new 22ec888  Merge "fix SCM versions."
     new 6a26056  Merge "Removing Thrift Interface"
     new 517e2ef  complete SCM versioning-take2.
     new 058a9c1  If version changed, mpi/sm need these changes to update.
     new 82afa68  Merge "Bump release to 0.8.3"
     new 31014d8  Merge "Fix bug 1336547 -arkesp aborting in Native Expr."
     new 4e53a18  sqid/sqvers extract version similar.
     new 5b20304  Turning Tlog and recovery on by default
     new 003fcbb  Retry more SQLCODEs after flushing metadata cache
     new 805a6cd  Various Launchpad and other fixes.
     new 1aa1689  Merge "complete SCM versioning-take2."
     new 9507fcb  Merge "sqid/sqvers extract version similar."
     new a9cedbe  Merge "Retry more SQLCODEs after flushing metadata cache"
     new 92d9ecc  Build/packaging changes for installer
     new 116bd14  Merge "Various Launchpad and other fixes."
     new 7259383  Partial fix for issues with Single Node Installs
     new 0e3be84  For now, completely disable Native Expressions.
     new 72e972b  dcsstart not starting all connections.
     new 4c35240  Merge "Program to extract transaction info from region servers"
     new 15ad0be  Merge "For now, completely disable Native Expressions."
     new dfc07cb  Bug 1336641:ODBC endurance connect test fails with utf16
     new ab8162d  Mangle branch.
     new 8e58280  sqvers/sqid change to allowed dot (.) in branch-id.
     new 4900022  Move Seapilot from qpid::client to qpid::messaging API.
     new 97cc8dc  Fix for bug 1317729: Disallow SALT clause on approximate numeric columns.
     new 61b2069  Removing sqf/conf/hbase-site.xml
     new a44e678  Adding copyrights.
     new 7e39055  Removing TLOG tables from output - non transactional tables.
     new 1d293c4  Merge "If version changed, mpi/sm need these changes to update."
     new 5d8ee9f  Fix for TM hangs during abort issue.
     new 62d0720  Merge "Adding copyrights."
     new 36d5797  Merge "Removing TLOG tables from output - non transactional tables."
     new db5727e  Merge "Fix for TM hangs during abort issue."
     new 4604006  Changes to support single node
     new 3c94a12  Add installation of EPEL rpm.
     new a9b71d4  Fix for bug #1315537 - Dialogue ID does not match
     new 1af16ea  fixes for issues with populating and enabling/disabling all indexes
     new 83d4546  Add missing seapilot makefile dependency.
     new c6aaa53  Bug 1340646 SPJ with SQL query statements failed with SQLCODE 2005
     new c1e8d60  Merge "sqvers/sqid change to allowed dot (.) in branch-id."
     new 1fac74c  Merge "Fix for bug 1317729: Disallow SALT clause on approximate numeric columns."
     new 7e74120  Merge "Bug 1340646 SPJ with SQL query statements failed with SQLCODE 2005"
     new 6bbd45c  conf/hbase-site.xml file is being removed
     new 1478d5d  Upgrade filenames to 0.8.3 version.
     new ddc8896  Fix for bug 1342141.
     new 5602713  Merge "fixes for issues with populating and enabling/disabling all indexes"
     new 7bc4b3f  Turning recovery off by default
     new 8142fce  Merge "Fix for bug 1342141."
     new 14dc653  Merge "Bug 1336641:ODBC endurance connect test fails with utf16"
     new d14d1ad  1343126 change USR to SEABASE and 1343127 remove tracing tab
     new 770f060  changes to embedded compiler logic to fix compiler GUI debugger feature
     new cc10714  Merge "conf/hbase-site.xml file is being removed"
     new 3d50b5c  Merge "Turning recovery off by default"
     new 7820c0a  Merge "Add missing seapilot makefile dependency."
     new 8bf87ad  Implement single operation transaction (aka DP2 transactions)
     new ae200d5  Merge "Removing sqf/conf/hbase-site.xml"
     new cd71656  Merge "Implement single operation transaction (aka DP2 transactions)"
     new 3c55067  Fix for bug 1336106: HDFS files without permission causes core dump
     new 975e455  Checking for NFS and copying over debug tar files
     new d6f3b37  Bug 1315567 bug in salted tables with descending VARCHAR columns
     new 095f8ea  Enables HASH2 partitioning representation of salted tables + 2 reworks.
     new a687266  Fix for packaging step after removing sqf/conf directory.
     new 6583f06  Merge "Move Seapilot from qpid::client to qpid::messaging API."
     new e91092e  Merge "Enables HASH2 partitioning representation of salted tables + 2 reworks."
     new c98a130  Bulk load changes
     new 1e44694  Merge "Fix for packaging step after removing sqf/conf directory."
     new 4e51795  Merge "Bulk load changes"
     new 8eee171  workaround to re-enable range partitioning with bulk load
     new 7f9f602  If version changes, these items need to be rebuilt.
     new e5d1e76  Fix dependencies.
     new 47d4bb5  Added files to be deleted during Cloudera uninstall
     new caddf1d  Made end-of-lines consistent in 2 files
     new 9f66f63  Made source directory name in 2 scripts match repo name
     new 46cac52  Merge "If version changes, these items need to be rebuilt."
     new d7f5ecd  Merge "Made end-of-lines consistent in 2 files"
     new 9078472  Bug 1345966 Removing Create/Configure "Server data source"
     new 1996add  adding a missing filter file for sebase/test015
     new bd924bf  Cleaned up directory for testing monitor
     new a08d1ad  Merge "Bug 1315567 bug in salted tables with descending VARCHAR columns"
     new e9fe073  Merge "Fix for bug 1336106: HDFS files without permission causes core dump"
     new 04332d0  Updated readme file for seabed
     new 4c5fd46  Merge "adding a missing filter file for sebase/test015"
     new 2521173  Fixing pdsh issue.
     new 152d9bf  increase the trafodion.dtm.log file size and rollover count
     new 31ce2ed  Commands added to help with HW install/uninstall
     new d799bb7  Fixes for bug 1342425 - T2 driver cleanup
     new b919254  Fixes for JDBC T4 DBMetasample - bug#1342453
     new 7af7dd6  Table-specific split policy for salted tables:
     new 8ac87c6  Save proc info before deletion to avoid core
     new d268862  Merge "Add installation of EPEL rpm."
     new fbe98a4  jdbc jar versioning.
     new c231c68  Update version to next release number: 0.8.4
     new d37d053  Merge "Fix dependencies."
     new f638762  Merge "Updated readme file for seabed"
     new f293d03  fix bug 1343661(cleanup HBASE partitioning),  bug 1347819 and bug 1343566
     new c2bbfc1  added support for externalized Sequence numbers.
     new 7227f55  Update version to next release number: 0.8.4
     new f971405  Merge "added support for externalized Sequence numbers."
     new 50bcb79  Merge "Save proc info before deletion to avoid core"
     new 8bddaca  Adding installation of more rpm packages.
     new ea9625c  remove mpi refs.
     new 51028de  Fix histograms for primary key of salted tables
     new ba1bfcc  Avoid pushdown of sampling to HBase if oversampling is used
     new cff3cfe  obsolete.
     new 74fde34  delete obsolete files. remove mpiw.h.
     new dc6b418  Add hbase.snapshot.enabled=true to Cloudera HBase settings
     new 5f6d435  Merge "Update version to next release number: 0.8.4"
     new 44180e1  setting a cqd in sqlci does not have effect in embedded compiler
     new af7ecc2  Merge "Fix histograms for primary key of salted tables"
     new f8ce111  Merge "Avoid pushdown of sampling to HBase if oversampling is used"
     new bf00362  Tlog performance and stability improvements
     new 674ce4f  Merge "setting a cqd in sqlci does not have effect in embedded compiler"
     new 716d750  Improve IUD performance by using direct buffers
     new f234c69  Merge "Tlog performance and stability improvements"
     new a47d909  Launchpad fixes_2
     new c4cb4ab  Merge "jdbc jar versioning."
     new fabccd3  Fixes for a couple of hive test hangs that show up on slower VMs
     new 0e1a346  Merge "Cleaned up directory for testing monitor"
     new f21d3c4  Merge "Fixes for bug 1342425 - T2 driver cleanup"
     new 8b6060b  Deleted 2 obsolete files which had only comments
     new 91eb826  Merge "Improve IUD performance by using direct buffers"
     new 42cdc8c  Fix 64bit issue
     new bcff27b  Partial fix for bug 1347164 - added package-all
     new 440da2c  populate indexes with load
     new 9511f2e  Fix for bug 1350641, added log files, other fixes.
     new eda58ec  Ignore build files
     new 5b5b2ec  Change to automatically set the HBase client side cache size.
     new 11b852a  Merge "remove mpi refs."
     new 202f2a7  Merge "obsolete."
     new a7309bd  Merge "delete obsolete files. remove mpiw.h."
     new 35f75e6  Merge "Change to automatically set the HBase client side cache size."
     new 2fc39b3  Initialized an uninitialized field in tableInfo struct.
     new ef71d06  Update 2 expected files to handle daily build test failures.
     new 85ef6ff  fix 'make cleanall'.
     new 362daab  Merge "Update 2 expected files to handle daily build test failures."
     new 144f149  Fix for bug 1349542: error 4082 with T2 multi threaded programs
     new 09f5f4c  Merge "Fixes for a couple of hive test hangs that show up on slower VMs"
     new 92900b7  fix for issue with field delimiter when LINES TERMINATED BY is specified
     new 5259011  Merge "Fix 64bit issue"
     new 2cf29b0  Merge "fix 'make cleanall'."
     new b6ea085  Merge "Fix for bug 1349542: error 4082 with T2 multi threaded programs"
     new cb85e31  Merge "populate indexes with load"
     new 55cb61a  Merge "Ignore build files"
     new 5d732c1  Bulk load to use Direct Buffers
     new 9cb2804  Merge "fix for issue with field delimiter when LINES TERMINATED BY is specified"
     new c1c5576  Fix for bug 1353038: out of range error during multi threaded testing
     new 7899b2c  Merge "Deleted 2 obsolete files which had only comments"
     new 2349b87  Merge "Fix for bug 1353038: out of range error during multi threaded testing"
     new 2f46daf  Merge "Partial fix for bug 1347164 - added package-all"
     new 40d062a  Trafodion bulk load changes
     new 4f0261d  Fix bug 1351655 and adding wrappers for uninstall
     new 7c52176  Launchpad bug #1353573
     new 1381827  Merge "Trafodion bulk load changes"
     new a612812  Bulk load related fixes (snapshots and filter file)
     new 2b06104  Fix for two hive scan issues
     new d5b549c  Fix for bug 1326458: 8813 error accesing result set from T2
     new 39b1c83  Merge "Bulk load related fixes (snapshots and filter file)"
     new d7ee09a  fix for bug 1354619
     new 40e830c  Adding support to use Hadoop 1.0 in a build environment
     new a9ed739  Changes required for enabling Tlog by default
     new b9e5e97  Fix [first N] issue in ExHdfsScanTcb (hive scan)
     new 0a64a27  Fix for loader issue with hive varchar into Trafodion datetime column
     new 10cbc12  Merge "Fix [first N] issue in ExHdfsScanTcb (hive scan)"
     new 623b8c3  Merge "Fix for loader issue with hive varchar into Trafodion datetime column"
     new 67b92b0  Test for [first N] issue in ExHdfsScanTcb (hive)
     new 4609deb  Changes to support bulkload and DTM enabling Tlog
     new a644112  Merge "fix for bug 1354619"
     new f34001b  Merge "Fix for bug 1326458: 8813 error accesing result set from T2"
     new bac1505  Fix to redube buffer sizes used by Hive scan.
     new 28cc568  Merge "Changes required for enabling Tlog by default"
     new 2580a85  Merge "Test for [first N] issue in ExHdfsScanTcb (hive)"
     new 65f3417  Bulk load changes
     new c38b902  Added log files, bug fixes, changed setup scripts
     new c78acf9  First fix of typos and misspellings
     new 9e89877  Changing log file location message.
     new 28b5c71  Fix for bug 1353044 - Core dump when creating JNI object
     new 77fc097  Renaming Cloudera/Hortonworks setup scripts.
     new 8d7c94b  Merge "Fix for bug 1353044 - Core dump when creating JNI object"
     new 3709b44  Change hard coded version id to dynamically determined one
     new 0a97fdb  Fix for performance issue with upsert
     new fd9b92d  Renaming uninstall scripts, adding logs directory
     new 2be5a83  bug1274266 and 1353058 fix commit/rollback issues
     new f575077  Compression support with bulk load
     new d53f214  Launchpad fixes, details follow.
     new e1534af  Fix Bug #1356523 and stats-split does not take place
     new 4ce0ba5  Bug 1343615: Duplicated rows for parallel scan on salted table
     new 015cae6  CIF and Pcode fixes
     new b4a8aa3  Merge "Bug 1343615: Duplicated rows for parallel scan on salted table"
     new 99ce946  Bug: #1354523
     new 418d461  Merge "Launchpad fixes, details follow."
     new 8a31f94  additional fix for 1353116
     new c2284a7  Removing checks on indexes and constraints for uspert using load
     new 79239fe  Merge "Bug: #1354523"
     new 108d57f  Typos and misspellings second fix
     new c42328c  Merge "additional fix for 1353116"
     new 6f1f953  Merge "CIF and Pcode fixes"
     new fd5775e  Use AQR to retry SQLCODE -8606 with error 97
     new 882b555  Merge "Typos and misspellings second fix"
     new 6af19e6  Closes-Bug: 1326130
     new ee163dc  Merge "Removing checks on indexes and constraints for uspert using load"
     new 0d8101d  Merge "Change hard coded version id to dynamically determined one"
     new 8006938  Undo part of yesterday's fix for bug 1343615
     new 0810cea  Fix for bug 1359369 and 1360445
     new e3b5945  Merge "bug1274266 and 1353058 fix commit/rollback issues"
     new b2e0ac5  Merge "Undo part of yesterday's fix for bug 1343615"
     new cb370f9  Fix start-dcs.sh to ensure only a single DcsMaster is started
     new 6a21bdd  Merge "Use AQR to retry SQLCODE -8606 with error 97"
     new 7dd15e3  Typos and misspellings fix 3
     new ecfdfc5  Fix for LP #1344181 and a change to control buufer size for Hdfs scan
     new 8896435  Code was checking wrong return code from a piped command.
     new 1d913c8  Merge "Bug #1328298 JDBC T4 getURL returns extra text at the end of url"
     new 3f2aa86  Merge "Typos and misspellings fix 3"
     new 5f96792  Enable basic Runtime Management System (RMS)
     new 9b56bfe  Use AQR to retry SQLCODE -1254
     new d8cbfd7  Bulk load and other changes
     new fef87c2  fix for LP 1359906
     new 39b3b2f  Merge "Enable basic Runtime Management System (RMS)"
     new 2636793  Fix for #1360448  Check sqconfig file for commas
     new 93049d0  Fix failure in regress/executor/TEST020
     new 5acfad9  Fixes memory leak in MXOSRVR Zookeeper processing
     new 4d6cc8d  Handle empty control point table; existing Tlogs
     new 4062003  Handle empty control point; existing Tlogs
     new eb7d3f7  Removing passwords from log files
     new dbac4b7  Bugid: 1346546 : Phoenix T2 tests failed with many core files
     new 63221ad  Merge "Fixes memory leak in MXOSRVR Zookeeper processing"
     new 8a69147  Merge "Bulk load and other changes"
     new bd2d510  Merge "fix for LP 1359906"
     new 3847110  Fix #1336979, #1342954, #1340400, #1342945, and #1315194
     new 035f677  Merge "Handle empty control point table; existing Tlogs"
     new 0c094a3  Merge "Handle empty control point; existing Tlogs"
     new 1414d61  Merge "Bugid: 1346546 : Phoenix T2 tests failed with many core files"
     new 53b6e1c  Closes-Bug: #1358983
     new 56a9d97  Fix SIGSEGV in ExLobsOper
     new 04af614  Update phoenix tests for it to work for both JDBC T2 and T4 drivers
     new c9a6807  Bug fix 1360420, adding noprompt option
     new 42471e3  Reducing the path length for scan, single row get, batch get operations
     new 23e2f77  Enabling HASH2 partitioning of salted tables
     new ca2c9bb  Merge "Fix for LP #1344181 and a change to control buufer size for Hdfs scan"
     new 981a4fd  Updated expected files for fullstack2/TEST062
     new bc2e526  Merge "Reducing the path length for scan, single row get, batch get operations"
     new 61fbeae  Removed information that was for testing with VM
     new 0059b07  Merge "Enabling HASH2 partitioning of salted tables"
     new 082952e  Prevent resetting the ASN to correct aging problem
     new 883aa69  Update release version to 0.9.0
     new 66c6746  Update release version to 0.9.0 (default release)
     new ee0559c  Fix for traf_cloudera_mods Hbase error, other fixes
     new 49d5059  Cleanup scan related functions
     new 8ae1eb9  fix for upsert using load with indexes LP 1364575.
     new 26d9e9c  Merge "Closes-Bug: #1358983"
     new 35c3710  Merge "Fix #1336979, #1342954, #1340400, #1342945, and #1315194"
     new f1ba8bb  Merge "Cleanup scan related functions"
     new b10f712  Merge "fix for upsert using load with indexes LP 1364575."
     new 044ad73  SQL Compiler/Generator speed improvement
     new 4a0cf26  Making Maven build output less verbose
     new 65e5a0a  Fix for bug 1348211 Generator error 7000 "root can't produce these values"
     new 284081d  Merge "Prevent resetting the ASN to correct aging problem"
     new 69678ea  Fix for bugs 1359361 1360444 1359366 1360449
     new d89ab20  Merge "Making Maven build output less verbose"
     new 7d7df65  Bulk Unload/extract  (prototype)
     new 63ee937  Fix for #1359358 dcs_installer server file format
     new 9d65c27  Fix for #1359346 Java version detection
     new c1e04d4  Merge "Fix for #1359358 dcs_installer server file format"
     new a2333d4  Merge "Fix for #1359346 Java version detection"
     new b5abb30  Improved control point logging
     new 0097a77  Related to bug 1335477: Improve debugging code for MDAM.
     new 65d6522  Bulk Unload (prototype) fixes
     new eb2fc19  Pre-fetch cells from Hbase
     new a165839  Fix bug #1328254 - Explain options 'm' got TRANSLATE error
     new b0fce54  Fix bug #1365658 - Eliminate absolute pathname to libjsig.so
     new 7c98380  Merge "Update release version to 0.9.0"
     new be38236  Update release version to 0.9.0
     new b8f6130  Merge "Related to bug 1335477: Improve debugging code for MDAM."
     new 8ba9058  Merge "Fix SIGSEGV in ExLobsOper"
     new f63f8da  Merge "Fix bug #1328254 - Explain options 'm' got TRANSLATE error"
     new 54b6990  Merge "Pre-fetch cells from Hbase"
     new 210411e  Bulk Extract fixes
     new d152ae2  Add ability to check for absolute files used as dlls
     new 7ee67c5  Allow RMS shared segment without huge pages
     new 48abb93  Merge "Fix bug #1365658 - Eliminate absolute pathname to libjsig.so"
     new 375944c  Merge "Bulk Extract fixes"
     new b00ed7c  Changing the default JVM heap size to 1GB
     new 1a43949  Merge "Allow RMS shared segment without huge pages"
     new 3e049ae  Fix for _DTM_ schema, Launchpad 1365202
     new 329a073  Fix for _DTM_ schema, Launchpad 1365202
     new fd1138c  Merge "Changing the default JVM heap size to 1GB"
     new 4a4267f  Merge "Fix for _DTM_ schema, Launchpad 1365202"
     new e9d350c  Merge "Fix for _DTM_ schema, Launchpad 1365202"
     new 5b8a57a  Merge "SQL Compiler/Generator speed improvement"
     new 458b0ff  Typos and misspellings fix 4
     new d5304af  Merge "Improved control point logging"
     new 9218273  Squashed commit of the following:
     new 7ebc4c6  dop check-in rework.
     new 4b8ee5a  Add get version numbers.
     new d15b072  Added PTPA to list of Trafodion programs in pstat
     new 3bf0768  Better naming consistency in user scripts
     new a9d2834  Fix for bug 1360493 - Use correct row ID length
     new e52151b  Merge "Fix for bug 1360493 - Use correct row ID length"
     new 8aed192  Converting params of type ArrayList to array for Trafodion Java classses
     new fde463f  bug 1368271 fix
     new 1e8b58c  Handle uninitialized variables. Fix for Bug #1361371 exposed the defect.
     new 3deb369  Provide quick row count estimation for Ustat
     new 4f3cbe8  Porting TESTTOK2 to trafodion
     new cd25743  Merge "Porting TESTTOK2 to trafodion"
     new e8df7c6  Merge "Fixes for JDBC T4 DBMetasample - bug#1342453"
     new d559dba  Merge "Handle uninitialized variables. Fix for Bug #1361371 exposed the defect."
     new 36f484e  Merge "Added PTPA to list of Trafodion programs in pstat"
     new 769860c  Merge "bug 1368271 fix"
     new 4ae024f  ODBC win64 driver compression ability
     new e4e3939  ODBC server compression ability
     new 6129b2a  ODBC driver compression
     new 07326fc  Fix for Bug #1367567 java version detection
     new 74cd8aa  Fix looping in mxssmp
     new cad79a3  Merge "Add ability to check for absolute files used as dlls"
     new 835dda6  Catalog api functionality for T2 driver
     new 643e12b  making update statistics use upsert by default
     new 85c2f63  Merge "ODBC driver compression"
     new 7298994  Merge "Provide quick row count estimation for Ustat"
     new 527ba37  Merge "Fix looping in mxssmp"
     new 3d5fc25  Merge "ODBC server compression ability"
     new cf49ea2  Security changes to support authorization
     new 5f1d92c  Merge "making update statistics use upsert by default"
     new b5db270  Remove StringArrayList references
     new 82a3b2b  Merge "Catalog api functionality for T2 driver"
     new 0f0faff  Merge "Security changes to support authorization"
     new 0d6f24d  Merge "Remove StringArrayList references"
     new c7a9fe1  Merge "Typos and misspellings fix 4"
     new 865229e  Merge "Better naming consistency in user scripts"
     new 88e0817  Externalized all of dcs.cloud.command to property file dcs-default.xml
     new b9e3eed  Fix for Bug 1367413
     new c0f15b7  make to_char() SQL function cacheable for SQC
     new cbc8eaf  Merge "Fix for Bug 1367413"
     new ec5419c  JAVA_HOME now set in dcs-config.sh
     new 319a2c6  Removed duplicate file from mpi
     new 7f73ecf  Fix for leak in Java Objects
     new 63d5059  Fix for bug 1354231.
     new 393f7c6  Improved performance; less obtrusive logging
     new 71acf22  1.DCS child server state remains as CONNECT_REJECT
     new f6b8f4f  Merge "Fix for bug 1354231."
     new 433334e  Fix for bug 1370203
     new b086047  Fix for bug 1356069
     new 45274e6  PrivMgr code review rework/fixes
     new 848ad7f  Fix for Bug #1373530. Zookeeper quorum was wrong in dcs-site.xml file.
     new 5ebf374  Merge "1.DCS child server state remains as CONNECT_REJECT"
     new 00be372  Start RMS processes by default
     new 0ad3245  Fix for bug 1373591, 1370576, fix for port issue
     new ea476c2  Merge "PrivMgr code review rework/fixes"
     new fcc6c35  Fix for bug 1373179
     new 6bc1717  Merge "Removed duplicate file from mpi"
     new 757a4db  Merge "Start RMS processes by default"
     new e0967af  Merge "Fix for bug 1373179"
     new 29e1408  Delivering the first version of the trafodion_scanner utility.
     new 9859148  Bug 1335477: Group by query returns different results in 2 builds
     new 51325b2  Merge "Fix for Bug #1373530. Zookeeper quorum was wrong in dcs-site.xml file."
     new eed57fe  Fixed private key file check and odd characters in license prompt.
     new a899b00  Merge "Delivering the first version of the trafodion_scanner utility."
     new 75d0b74  Bug 1363162.Added a change #2  suggested after code review.
     new a03e0bb  Delivery of the Migration to HBase 0.98 branch
     new 1b408b7  Code to determine HBase version, renaming of scripts
     new db15fe8  Disabling dtmci 'status regions'
     new a8ee21d  removing quasi secure mode from bulk load
     new 67ece4d  a) undo disable txns for DDL change b) fix USE_TRANSACTIONS_SCANNER setup
     new 161c5a1  Merge "a) undo disable txns for DDL change b) fix USE_TRANSACTIONS_SCANNER setup"
     new 89a5822  Bug 1375902 Incorrect range boundaries for queries using ESPs
     new 6c557bd  Fix for initialize authorization failure
     new 6851038  Removing an extraneous source tree: sqf/src/seatrans/hbase-trx2
     new 7b497ca  Enable Trafodion 0.98 recovery
     new 2202a31  Re-enable Seabase/TEST012 and Seabase/TEST013
     new 6daebe3  Removing left over processes after HW uninstall
     new 049f2c7  Merge "Removing an extraneous source tree: sqf/src/seatrans/hbase-trx2"
     new db6c7b5  Merge "Re-enable Seabase/TEST012 and Seabase/TEST013"
     new a5205f8  Merge "Bug 1375902 Incorrect range boundaries for queries using ESPs"
     new f72c132  Merge "Enable Trafodion 0.98 recovery"
     new f589500  Eliminate heap corruption error in arkcmp
     new 835a74b  Fix for bug 1376946
     new ae3e579  Bug 1376922 Union query on a view returns wrong results
     new 2312c6b  Avoid 'unnecessary' construction of (multiple) String objects.
     new ba863f3  Fix for Bug 1368529 and Bug 1368528
     new 890f3dd  Bug 1378552: install_local_hadoop fails in a binary package
     new 820f2ba  Merge "Bug 1376922 Union query on a view returns wrong results"
     new b8da9ee  Merge "Fix for bug 1376946"
     new 91bc9a0  Adding retry logic to abort,commit,prepare
     new 5ff1ae1  Merge "Eliminate heap corruption error in arkcmp"
     new ce1a617  Fix for bug 1378089
     new ebea44a  Fix for bug 1378472
     new 49136e0  Added support for HBase 0.98
     new 1d0d85d  Merge "Fix for bug 1378472"
     new 7b24788  Merge "Adding retry logic to abort,commit,prepare"
     new f71326f  Merge "Bug 1378552: install_local_hadoop fails in a binary package"
     new 6c2f843  Merge "Fix for Bug 1368529 and Bug 1368528"
     new 1a7ac63  Fix for HBase Version Parsing Error
     new 353b15c  DoP adjustment for small queries. Rework
     new ca56c10  set TRAF_LOAD_USE_FOR_STATS back to OFF
     new 2b28dbb  Enhanced exception handling in recovery
     new 08ae76e  Merge "Enhanced exception handling in recovery"
     new cf4e0dd  cleanup some comments
     new c171b05  Small change to make code easier to read
     new e7dc65f  Small chenge to make code easier to read
     new 589c96a  Removing unnecessary class property
     new bca2c1b  Remove unneeded coprocessor class for HBase 0.98 support
     new a041ace  Fix for Bug 1378415 - Generator Internal error assertion failure
     new 822067c  Changing cp location of hbase-trx*.jar + deleting
     new 71e2339  fix Bug #1378946
     new f529efc  Merge "fix Bug #1378946"
     new 6d41338  Merge "Removing unnecessary class property"
     new cd74331  Fix for bug 1378926 - error 8448 with java.lang.OutOfMemoryError
     new 97e0806  Use the default aggregation coprocessor if a transaction is not active.
     new 6a23614  Removing RegionInfo check that caused perf regress
     new 39330a4  Using H98 APIs
     new a4848de  Merge "Use the default aggregation coprocessor if a transaction is not active."
     new 500ede6  Merge "Using H98 APIs"
     new 41c1b21  Merge "Removing RegionInfo check that caused perf regress"
     new bbcad46  Move three global variables into opDefauls.
     new 41c2d39  Bulk Unload feature
     new 9bf22fc  Fixed log file location and "Accept" bug
     new f27efb6  delete three new data members in ~OptDefaults
     new ed38b1c  Changed incorrect permissions
     new 26a57aa  Update release number
     new c90e3a2  Update release number
     new 76d83d0  Support for SALTED index.
     new c6166f3  Ensure UID returned for MD tables is non-null
     new cd02a2c  Add transaction id to tracing during transactional aggregation execution
     new 1c0d0a7  Merge "Bulk Unload feature"
     new c4991d4  Two minor bug fixes.
     new 9b347e5  Merge "Add transaction id to tracing during transactional aggregation execution"
     new 12a8f78  Remove deprecated code
     new c6717de  Merge "Ensure UID returned for MD tables is non-null"
     new b393e88  Merge "Support for SALTED index."
     new 22ab87a  Merge "delete three new data members in ~OptDefaults"
     new f922ad0  Merge "Remove deprecated code"
     new 9a54711  Merge "DoP adjustment for small queries. Rework"
     new 7739054  Native Hbase access improvments
     new 10457cd  Estmate NHase row count when stats not available
     new 8d80690  Fix for LP bug 1376306
     new 19c2e80  Interim DBSecurity deliver for December
     new f775008  Eliminate excessive region refresh;remove warnings
     new 22b7e9e  Interim DBSecurity deliver for December
     new 375d87e  Use new HFIle location for HBase 0.98
     new d88b1d7  SQL Memory allocation tracing and overflow detection
     new fda5c96  Merge "Fix for LP bug 1376306"
     new aa31650  Fix bug 1370151 - PCODE Optimization code was looping forever
     new 407feeb  Bug 1383491, Some problems remaining with incorrect ESP boundaries
     new a9d5f2b  Merge "Update release number"
     new 62cd4cc  Merge "Two minor bug fixes."
     new 0625ea9  Merge "Use new HFIle location for HBase 0.98"
     new f67d9b9  Merge "SQL Memory allocation tracing and overflow detection"
     new 318c7e1  Merge "Fix bug 1370151 - PCODE Optimization code was looping forever"
     new 02be369  Merge "Eliminate excessive region refresh;remove warnings"
     new 3969fc7  Fix LP bug 1325716 -TIME(1) default CURRENT_TIME reported wrong values
     new f772fd0  Delimited col name fix, and backout of upsert fix
     new 348377b  Bulk Load fixes
     new 8c72de8  Merge "Bug 1383491, Some problems remaining with incorrect ESP boundaries"
     new b9442c6  Changed verison of java being downloaded
     new 7260dab  Fix for UnknownTransaction on aborted txn
     new fe9a441  Fix for LP bug 1384506 - get version of metadata returns junk
     new 8e9ba5a  Cleanup
     new 75a9246  Merge "Delimited col name fix, and backout of upsert fix"
     new 6d76552  Merge "Fix for UnknownTransaction on aborted txn"
     new 7fb8bfc  Merge "Cleanup"
     new 958178b  Update TOOLSDIR references for Hadoop, HBase, Hive dependencies
     new cc266d2  rework fix to move global variabls to optDefaults
     new 7ec73e0  Merge "Bulk Load fixes"
     new 295e78f  Fix bug 1383405 and bug 1383597
     new 26638f4  Eliminate minor estimated nullcount inaccuracies
     new d818f90  Merge "Fix for LP bug 1384506 - get version of metadata returns junk"
     new 8db3fd1  Merge "rework fix to move global variabls to optDefaults"
     new 76adb1c  many scanner improvements
     new 6d2a6dd  Change test reference from com.hp to org.trafodion
     new 4bdfde5  LP Bug 1380733 - Phoenix tests fail with error 73
     new 40ef209  DBSecurity: REVOKE ROLE, credential propagation, +
     new 441af3e  fix #lp1384430: full sort order for plan1 of NJ
     new 718909f  Merge "Eliminate minor estimated nullcount inaccuracies"
     new d8cfcb1  Changes to support OSS poc.
     new bc74ada  Merge "fix #lp1384430: full sort order for plan1 of NJ"
     new 8cbc43f  Make corrections to HFile path
     new f0bed10  Merge "Update TOOLSDIR references for Hadoop, HBase, Hive dependencies"
     new b0ec579  Merge "DBSecurity: REVOKE ROLE, credential propagation, +"
     new 8b194b3  Merge "Make corrections to HFile path"
     new 322e0e3  Change jdbc_test directory structure
     new 5acc0bf  Merge "Changes to support OSS poc."
     new df866d3  Fix of bug #1328730:
     new 5057307  Bulk load/unload fixes
     new 3ad5929  Fixed external links and CSS stylesheet for the DCS docbook
     new 94a275a  Bulk unload fixes and rework
     new 08fc313  Ensure HFile.Reader objects are closed
     new 0500c9e  Fix for bug in determining range partition boundary value
     new 9fd2741  Created pre-defined test subsets
     new 5ec58fd  fix #1388277 (optimizer core)
     new 85ae044  Fix packaging of sql regress tests
     new 7609947  Enabling runtime stats for hbase operators
     new 684ed70  Merge "Enabling runtime stats for hbase operators"
     new 7b3ad34  Fixes bug 1383877
     new 757e355  Only create non-existent control point tables
     new 34be406  Set authorization enabled/Sequence generator privs
     new 1aef913  Launchpad: 1380826 -- TransactionScanner changes
     new ff3a374  Merge "Fix for bug in determining range partition boundary value"
     new 0235c0c  Merge "Launchpad: 1380826 -- TransactionScanner changes"
     new ef64e28  Merge "Fix packaging of sql regress tests"
     new dcd0264  Merge "Only create non-existent control point tables"
     new ac985b1  Added metrics for commitRequest
     new 308fbf7  Catching generic Exception in control point
     new 0d893da  Merge "Fix of bug #1328730:"
     new 8138dc9  Merge "Catching generic Exception in control point"
     new f5eef28  Update to version 0.9.1
     new 1408bd5  Adding README.txt for compiling tm protocol buffers
     new 93f199a  Merge "Fixes bug 1383877"
     new 51395c4  Merge "Adding README.txt for compiling tm protocol buffers"
     new 7782ae7  Txn path perf improvements based on code review by the DTM team
     new 29246e6  Merge "Set authorization enabled/Sequence generator privs"
     new 27aad24  Merge "Txn path perf improvements based on code review by the DTM team"
     new 123626f  Index-join scan trimming heuristics rework II
     new f69c47d  Handling ConcurrentModificationException
     new 40ff3d3  Bug 1390644
     new 19a3218  Various changes done to upgrade metadata from v23 to v30.
     new 507274d  Prevent deferring control points indefinitely
     new 8e0a5c9  Warning if using Cloudera Parcels and cores bug
     new 057743c  Adding version information for hbase-trx
     new e6c26cc  Merge "Prevent deferring control points indefinitely"
     new 4585617  Merge "Adding version information for hbase-trx"
     new 786bfc0  Merge "Index-join scan trimming heuristics rework II"
     new a393c9d  Uninstall command line parsing fix
     new 22463a5  Set up security keys while constructing NATable
     new b77240b  Enable Phoenix T2 tests to run with Maven
     new 5d48545  mxosrvr exit when heapsize become large,dcs part, change after last review
     new 530d5ff  Initial changes for ORC file support.
     new c8c0614  mxosrvr exit when heapsize become large, code changed after last review
     new 694fe48  Merge "mxosrvr exit when heapsize become large, code changed after last review"
     new a35e0e9  check jdbcT2.jar/jdbcT4.jar.
     new d29813f  Enabling runtime stats for hbase tables and operators
     new c28f46b  Fix for bug 1392090
     new f80955c  support fully qualified domain name in hostnames.
     new 37053c0  Merge "Fix for bug 1392090"
     new 8a0ba42  fixed an upgrade bug
     new 6784366  Merge "check jdbcT2.jar/jdbcT4.jar."
     new b531647  Merge "fixed an upgrade bug"
     new 8bf114b  Improved commitRequest metrics
     new 1bd19cb  Query Invalidation triggered by DDL, phase 1
     new dae8251  Merge "support fully qualified domain name in hostnames."
     new d10545f  Merge "Improved commitRequest metrics"
     new 6e503ce  Merge "Query Invalidation triggered by DDL, phase 1"
     new 3825801  Query Invalidation triggered by DDL, phase 2
     new 889ad10  mxosrvr exit when heapsize become large, dcs part dcs-default.xml updated
     new 12edb1c  Fix bug 1392522 - mxosrvr core dumped doing showplan (with N.E. enabled)
     new ab9f8e1  fixes for bulk unload issues
     new 2eb1834  Fixed Query Invalidation for DROP CONSTRAINT for RI
     new 82ffad4  Enable RMS monitoring
     new 8567143  Identity column and sequence numbers support.
     new b9d6eb3  Merge "Fixed Query Invalidation for DROP CONSTRAINT for RI"
     new 1fc42b5  Merge "Enable RMS monitoring"
     new b062607  Use HBase estimated row count if no stats exist
     new 892b39f  Merge "Identity column and sequence numbers support."
     new 2c65fa7  Merge "fixes for bulk unload issues"
     new 6a57321  Added new HBase configurations and Bug Fix 1391962
     new c133a19  Change HSTableDef to recognize volatile tables
     new 041f8d7  Merge "Use HBase estimated row count if no stats exist"
     new 582b09c  Change default for USTAT_USE_IS_WHEN_NO_STATS
     new d63d6ce  fix cardinality errors for better DoP for OE
     new 2447fa3  Fix problem with missing Phoenix T2 dependencies
     new 6774f91  Query Invalidation triggered by DDL, phase 3
     new 7887527  Squashed commit of the following:
     new 12de792  Enabling runtime stats for hbase tables and operators
     new a457ee3  fix  for bug 1391643
     new 2e3e208  Merge "Query Invalidation triggered by DDL, phase 3"
     new dc56b03  Merge "Enabling runtime stats for hbase tables and operators"
     new 641080c  Adding improvement for bug/1391962 and fix bug/1386843
     new 14fe968  Merge "fix  for bug 1391643"
     new 6cd0454  Various LP fixes, bugs and code cleanup.
     new a6ef2df  Native external hbase table access (select, IUD) changes.
     new a2d6142  Port change to get stats from memory rather than RMS, which is expensive.
     new c1b6f16  Merge "Port change to get stats from memory rather than RMS, which is expensive."
     new 7e7f941  Merge "Change default for USTAT_USE_IS_WHEN_NO_STATS"
     new f2e2551  LOB datatype infrastructure support
     new 9ba17b3  removal of obsolete code that is no longer valid and unused in Trafodion
     new b6fc009  fix for hive/test018
     new 59c75b8  Merge "removal of obsolete code that is no longer valid and unused in Trafodion"
     new 9d4bb67  Merge "fix for hive/test018"
     new 4c3c551  Bug fixes
     new 50a5ae8  Minor tracing updates, addresses TransactionState leak
     new d3cc2ec  SQL syntax to cancel executing query, phase 1
     new 5079e28  Support for divisioning (multi-temperature data)
     new 5c3ab6a  Merge "Support for divisioning (multi-temperature data)"
     new c900d0f  Merge "Bug fixes"
     new 143bc2f  Fix for fully qualified domain named host.
     new 9cd8046  Merge "SQL syntax to cancel executing query, phase 1"
     new 741dba8  Merge "Fix for fully qualified domain named host."
     new d1094e1  Expected file change to address RPAD function
     new 9b5c73d  Added new HBase settings
     new e26eba7  Removed commitRequest INFO tracing statement
     new 1d0c530  Merge "Removed commitRequest INFO tracing statement"
     new d6caf29  Reducing the logging level of several statements
     new fe7bc11  Fixed typo
     new da96e64  Drop view QI fix & fix for LP 1384485
     new 1999984  Changes to sqenvcom.sh Java Warning
     new e348580  remove WITH DIVISION clause
     new f445366  Merge "Drop view QI fix & fix for LP 1384485"
     new 4313fc2  Fix performance regression due to QI for DDL
     new 7465955  Bug fixes fir bulk unload
     new 08ad5e2  Merge "remove WITH DIVISION clause"
     new 3086a2d  Computed column key predicates for MDAM
     new 21b9fd3  Authorization checks for DDL & utilities
     new dc4a80f  Merge "Fix performance regression due to QI for DDL"
     new 788f021  Merge "Bug fixes fir bulk unload"
     new 57e1b68  Merge "Computed column key predicates for MDAM"
     new 1bfe9c6  Merge "Changes to sqenvcom.sh Java Warning"
     new 5573203  Fix for bug 1355033
     new e421d62  Merge "Authorization checks for DDL & utilities"
     new e01614d  Merge "Fix for bug 1355033"
     new 1580cde  NJ costing changes.
     new b646e68  Fixes bug 1398896.
     new ac9da6e  Node Failure Recovery
     new ed4e3f2  Merge "Node Failure Recovery"
     new 3a48a0d  Remove filler / fix RpcClient$CallTimeoutException
     new 982383c  Redelivery after merge of HA for tracing and new exception handling
     new 52b4854  Merge "Remove filler / fix RpcClient$CallTimeoutException"
     new f20eea3  Remove deprecated code
     new 4cc02d0  Fix for several security/QI bugs
     new e9e81b8  TMUDF C++ compiler interface, part of log-reading TMUDF
     new 6c3cd45  Indentation fix - recovery node down message
     new 1655f1e  Avoiding Thread.sleep() when thread is exiting
     new fbe571a  Merge "NJ costing changes."
     new b3e3bb0  Merge "Indentation fix - recovery node down message"
     new d79afa7  fix compatibility issue with .netframework 4.0
     new 2334c66  Merge "Avoiding Thread.sleep() when thread is exiting"
     new 41ec3b8  SHOWPLAN related changes
     new 615a40a  Fix for bug 1400963
     new 6bfdffa  Removing confusing typo in trafodion_mods
     new 59ce03d  Fix node down processing and stale branch
     new a3c77d5  Give warning, not error, when Hadoop not found
     new 6f82bf0  Changes to first review comments from Ruo-Yu
     new 24ff16a  Changes to delay region split if txn present
     new 127b8c4  Merge "TMUDF C++ compiler interface, part of log-reading TMUDF"
     new 055eb57  Add support for DCS and phoenix_tests to local_hadoop
     new c04b88e  Fixes and removal of obsolete code.
     new e8f6ce2  Updated Phoenix tests to cope with ANSI schemas
     new 3e81079  Merge "Give warning, not error, when Hadoop not found"
     new 023df53  Enable Phoenix T2 to work in local_hadoop environment
     new 99310ad  Merge "Changes to delay region split if txn present"
     new cb99e70  Merge "Fix for bug 1400963"
     new 674e768  Lookup object UID for Sequence generator
     new b60d6b2  Merge "Changes to first review comments from Ruo-Yu"
     new 94dd820  Merge "Lookup object UID for Sequence generator"
     new eec4ac8  Merge "Fixes and removal of obsolete code."
     new 7626e0a  Merge "Add support for DCS and phoenix_tests to local_hadoop"
     new 488028b  Misc fixes related to LOB code
     new 61f2925  Improved error handling during transaction hasConflict checking
     new 98de7ae  Possible fix for RS crash
     new 871b282  Reverting a change causing issues on a cluster
     new a329762  Merge "Reverting a change causing issues on a cluster"
     new f0f508a  Merge "Possible fix for RS crash"
     new 43a0a1f  Node down support; refactor prepareCommit
     new 88bed48  Region auditing change
     new bed0513  Fix for bug 1401012
     new b4d797a  Merge "Misc fixes related to LOB code"
     new 903ad54  Merge "Node down support; refactor prepareCommit"
     new 97afcc2  Remove duplicates in PATH and CLASSPATH to fix bug 1401216
     new 1a26623  Various changes, details listed below.
     new be88695  Merge "Region auditing change"
     new 127423a  Node Up (re-integration) updates. Squashed commit of the following:
     new d80071a  modify some log trace level
     new 55fb60a  Merge "Enable Phoenix T2 to work in local_hadoop environment"
     new 65d1b0c  Phase 2 for log reader TMUDF
     new ffb906b  Merge "Remove duplicates in PATH and CLASSPATH to fix bug 1401216"
     new a165b1f  Synchronizing COMMIT_UNSUCCESSFUL processing in coprocessor and TM
     new 189fcab  Merge "Various changes, details listed below."
     new d272596  Merge "Node Up (re-integration) updates. Squashed commit of the following:"
     new 49b3fe3  Merge "Synchronizing COMMIT_UNSUCCESSFUL processing in coprocessor and TM"
     new c8645b7  Merge "Phase 2 for log reader TMUDF"
     new cecc664  Merge "Fix for bug 1401012"
     new d0fac92  Miscellaneous minor changes
     new adb5978  SQL syntax to cancel executing query, phase 2
     new add2a26  Enhanced endpoint coprocessor tracing for row key display
     new 6f7e4a5  Fix Bug #1380734 Batch upsert into salted table
     new bd54d87  Fix install_local_hadoop to find maven, run phoenix T2
     new 62446d3  Fix read conf from hbase-site
     new 9990914  Merge "SQL syntax to cancel executing query, phase 2"
     new c4c54e4  Automated collection of necessary statistics
     new bea5afd  Merge "Fix Bug #1380734 Batch upsert into salted table"
     new 06cdba9  Merge "Fix install_local_hadoop to find maven, run phoenix T2"
     new 13cce76  Fixes repeated node down/up on same node.
     new 8c14222  Merge "Fix read conf from hbase-site"
     new 8e2c219  fix LP1383581:serial plan generated for salt table
     new 3e79bf9  ANSI Schema changes
     new 67d5c06  Log reading TMUDF, phase 3
     new 2251155  fix 1361754: missing sort for fastTrafInsert
     new 24922d4  Remove duplicate table names from commit records
     new f05c080  Merge "Automated collection of necessary statistics"
     new 523bd0e  Merge "ANSI Schema changes"
     new 4c4e5ec  Merge "Fixes repeated node down/up on same node."
     new b7d712a  Revert "Fix read conf from hbase-site"
     new d5b5f3a  Merge "Remove duplicate table names from commit records"
     new 3e2c3eb  Fix to ReceiveSock/SendSock to retry IO on EINTR
     new 18da42c  More fixes to make SQL thread safe
     new 7033ad0  Adding check for HDP 2.2/CDH 5.2 and Java Version
     new 0653bc7  Merge "fix LP1383581:serial plan generated for salt table"
     new a53d6b9  Merge "fix 1361754: missing sort for fastTrafInsert"
     new a891f41  Merge "Log reading TMUDF, phase 3"
     new b94f54c  Fix for Mdam access causes large number of rows to be accessed.
     new ab11646  Merge "Revert "Fix read conf from hbase-site""
     new 9364d07  Add max I/O time to Hbase runtime stats
     new bd9571e  Fix Bug #1343678 JDBC Sample CallableStatementSample
     new 0b6e1c0  Merge "Fix to ReceiveSock/SendSock to retry IO on EINTR"
     new 86287f2  Fix for bug 1395212
     new f7d9a28  SQL syntax to cancel executing query, phase 3
     new 31a2a79  Merge "More fixes to make SQL thread safe"
     new f491a9d  Removing testing code.
     new ea071d2  Turn off ustat row count estimation by default
     new 5bc096a  Merge "SQL syntax to cancel executing query, phase 3"
     new 8c0bece  Changed script mod to executable.
     new 0c48404  Merge "Add max I/O time to Hbase runtime stats"
     new 18beea0  Merge "Changed script mod to executable."
     new 41db943  Merge "Fix for Mdam access causes large number of rows to be accessed."
     new 30fac8d  CREATE SCHEMA OBJECTS fix
     new 28fe349  Set the property in dcs config to disable stats collection in mxosrvr
     new 0247a0f  Manageability changes in DCS
     new f2db8ad  Closes-Bug: 1404357
     new 1752fa9  More changes to fix bug 1403410
     new 32981d4  Adding recovery logging and TLog write with ASN
     new abd8f50  Merge "Closes-Bug: 1404357"
     new e17d5eb  Merge "Adding recovery logging and TLog write with ASN"
     new 536106f  fix for lp 1404271
     new d1f3fc4  Keep writeOrdering list to prevent lost conflicts
     new 890dc3f  Change of bug 1404038
     new d9a7976  Additional transaction state checking and logging for continued analysis
     new 1aa6f69  Ustat fails with duplicate CLI statement name
     new 88c7873  Merge "fix for lp 1404271"
     new 019c3ff  Fix multi-threaded problem - two completion threads.
     new 2c4be72  Merge "Additional transaction state checking and logging for continued analysis"
     new ecb0257  Fix for bug 1404959
     new f554361  Refactored begintransaction for performance
     new 490a846  Fixed typos in user-visible messages and sample code
     new 9cb4ed2  Merge "Ustat fails with duplicate CLI statement name"
     new b5c13fa  Merge "Fix for bug 1404959"
     new 3ee6eee  Merge "Fix multi-threaded problem - two completion threads."
     new a7768ed  Fix for core dump  while destroying NAHeap
     new ad76021  Merge "Change of bug 1404038"
     new 573f2e9  Pass object type to NATableDB:removeNATable
     new 90e7b1c  Fixing ssh bug
     new 47e18b4  Merge "Fix for core dump  while destroying NAHeap"
     new 6547f37  Fix to close cursors in the current context and other changes
     new 3478f6a  Manageability changes - event mgmt and stats publication
     new 8f39694  Merge "Manageability changes - event mgmt and stats publication"
     new 7a2cc84  refactor TransactionState, subclassing.
     new 6458bdd  Fix Bug #1366987 T2 Version no. and T4 name
     new db2d355      Hybrid Query Cache feature implemented.
     new 5fa53ee  Merge "    Hybrid Query Cache feature implemented."
     new 35a53b4  Bug fixes
     new 4b0a3f7  Closes-Bug: 1404357
     new dd3986e  Fixed a query predicate from year 2015 to 2115
     new dfa6f55  Additional transactional performance improvements
     new 9181cd1  Merge "Fix to close cursors in the current context and other changes"
     new 1127180  Merge "Bug fixes"
     new 4bb3d34  Merge "Closes-Bug: 1404357"
     new 451d47a  Merge "Additional transactional performance improvements"
     new 61fa501  Closes-bug:1407829
     new f489f2f  Perf improvement during metadata read.
     new a96eead  Bug fix LP1384939, LP1403645, and some LOG cleanup
     new 250901b  Refactored removeUnNeededCommitedTransactions
     new e945a2f  Merge "Pass object type to NATableDB:removeNATable"
     new 53bf07d  Merge "Fixed typos in user-visible messages and sample code"
     new 56245b7  Merge "Bug fix LP1384939, LP1403645, and some LOG cleanup"
     new 91c161b  Merge "Manageability changes in DCS"
     new 28f9083  Merge "Refactored removeUnNeededCommitedTransactions"
     new fe2d73f  Merge "Perf improvement during metadata read."
     new 77fbb93  Determine external network for DCS in a multi-network cluster.
     new 9db3f49  Reworked Transaction handling in SQL
     new 4760743  Fix TEST042 failure.
     new 2d17991  Fix LP bug 1389347 - mxosrvr occasionally dropping core.
     new 402a05c  Combine multiple events to avoid thread confusion
     new 2c03e75  Merge "Fix LP bug 1389347 - mxosrvr occasionally dropping core."
     new 9bcdb4c  Merge "Combine multiple events to avoid thread confusion"
     new 79dc88b  Seamonster preliminary changes.
     new 0236bdb  Merge "Fix TEST042 failure."
     new f123f9d  Fix LP1408148 and LP1408485
     new 1ade5c9  Cleaning of the TrxTransactionState structures moved to chore thread
     new 459f54b  Fix for LP bug 1404951
     new 1a201fb  Resubmitting split delay work, additional checks
     new d32bc8e  FQDN bug fixes, HBase installed fix, Version check
     new ce182ac  Merge "Resubmitting split delay work, additional checks"
     new 9b1097a  Merge "Fix for LP bug 1404951"
     new 78b20f3  Fix for bug 1408187 missing commas in SQL event log files
     new e64fa77  Reduced number of rows used in batch tests.
     new 64ee65d  Merge "Fix LP1408148 and LP1408485"
     new a5c766c  Disable mxosrvr port map Closes-Bug: #1408454
     new ec5db9e  Disable workload statistics publishing Closes-Bug: #1409091
     new 40c67a4  Merge "Fix for bug 1408187 missing commas in SQL event log files"
     new dc7cc04  Merge "Disable mxosrvr port map Closes-Bug: #1408454"
     new d227799  Modified sqstart script to invoke sqcheck script after dcsstart
     new 1b2b3b9  Fix for install_local_hadoop bug# 1409189
     new ebc3e81  Merge "Modified sqstart script to invoke sqcheck script after dcsstart"
     new c267963  Second part of change to disable mxosrvr repos stats
     new a3a91d1  Merge "Fix Bug #1366987 T2 Version no. and T4 name"
     new 9dc14ab  Fix build errors for SQL compiler GUI
     new c056fa8  Use LITERAL for region state and print out in-doubt trnasactions as needed
     new e235365  Fixes for log file reader UDF
     new 59e0294  Fixes for SQL security
     new cc5573a  Merge "Fix build errors for SQL compiler GUI"
     new bb9de44  Merge "Fixes for SQL security"
     new 67e1f1c  Skip running catman1/TEST138
     new c4c3afe  LP and other fixes. Details below.
     new ea44d51  Merge "Fixes for log file reader UDF"
     new db55796  Standardized logging formats with optimized tracing, plus INFO checks
     new 720bd4e  Merge "Skip running catman1/TEST138"
     new f3d1695  Merge "LP and other fixes. Details below."
     new 9cda747  additional fix to LP 1408504
     new d699371  Fix for bug #1409223 MXOSRVR coring during startup
     new 7e57ab1  Fix for bug 1409128
     new f879d0f  fix lp 1392099 (cqd hive_max_varchar_length)
     new 4f149c6  Merge "fix lp 1392099 (cqd hive_max_varchar_length)"
     new be4e316  Merge "Fix for bug 1395212"
     new 5274174  Merge "additional fix to LP 1408504"
     new 5af3a4d  Fix for bug 1409939 create table like does not handle salt option
     new bd551ce  Merge "Fix for bug #1409223 MXOSRVR coring during startup"
     new 5fdc9cb  Merge "Standardized logging formats with optimized tracing, plus INFO checks"
     new 0e50da2  Fixed security issues with showstats & update stats
     new 5a9ae96  Trafodion repository fixes
     new 9af709b  Fix CREATE INDEX NO POPULATE
     new b097a44  Update release number to 1.0.0
     new 2fca26b  Fix for bug 1355032
     new e923799  Fix for intermittent executor/TEST130 failure
     new 6a098ff  LP 1410965  Old schemas do not show after upgrade.
     new 442d514  Fix for LP bug 1404090
     new 5db318a  Merge "Fix CREATE INDEX NO POPULATE"
     new a419662  Fix for bug 1409933 removing transaction count
     new 971d9a1  Merge "LP 1410965  Old schemas do not show after upgrade."
     new de06299  Merge "Fix for bug 1355032"
     new ddf46a4  Fix for bug 1404108 where mxosrvrs do not exit on a sqstop
     new ad7b078  Fixed issue with Trafodion query tools connection pool
     new 9b279c5  Reworked fix for LP bug 1404951
     new f40cbca  Fix for LP Bug 1395233. https://bugs.launchpad.net/trafodion/+bug/1395233
     new 3af42ea  Fix for Lp 1395233. Complete details in LP.
     new 537c763  Merge "Fix for bug 1409939 create table like does not handle salt option"
     new 08a5a29  skipping seabase/test025 test for R1.0.
     new 18f0601  Merge "Reworked fix for LP bug 1404951"
     new 769807e  Merge "Fix for LP Bug 1395233. https://bugs.launchpad.net/trafodion/+bug/1395233"
     new 599a571  Merge "Fix for bug 1404108 where mxosrvrs do not exit on a sqstop"
     new b784551  Merge "Fix for bug 1409933 removing transaction count"
     new ff794e7  Fix for LP bugs 1404442 & 1401683
     new cece743  Merge "skipping seabase/test025 test for R1.0."
     new 355ec5c  Fix for compGeneral/TEST011 failure
     new 217f1b0  Merge "Fix for intermittent executor/TEST130 failure"
     new 4ae9d44  Merge "Fix for LP bug 1404090"
     new 1c85ccf  Merge "Fix for LP bugs 1404442 & 1401683"
     new d697a2f  Merge "Fix for Lp 1395233. Complete details in LP."
     new e871b8a  Resubmit memory leak protection for transactional objects
     new 5403a7c  Merge "Fix for compGeneral/TEST011 failure"
     new 994b76a  Merge "Update release number to 1.0.0"
     new 4a39303  DROP SCHEMA CASCADE
     new 8e66eb8  Update release number to 1.0.0
     new e63ac26  Modified trace statement for intermittent scan internal failure
     new 8b54803  *** trafodion_scanner.cfg ***
     new 1796a60  Fix for bug 1395205
     new d7b38de  Merge "DROP SCHEMA CASCADE"
     new 34b6704  disable compGeneral/TEST042
     new 2b347cf  Client-side scanner memory leak fix
     new 96487aa  Merge "Fix for bug 1395205"
     new ed33c49  Merge "disable compGeneral/TEST042"
     new b144db8  Merge "Client-side scanner memory leak fix"
     new 2c81fda  Update to version 1.0.0
     new 02b570b  Fix for bug 1412630, not all logs on all nodes processed by UDF
     new 33cff1a  Delete ZK nodes from TM for leftover regions
     new e70ac67  Fix for bug 1412642 tm.log_0_xxxx.log is not processed by the udf
     new 1de1cd5  LP 1396683 Duplicate values for identity column
     new fa3789b  Merge "Delete ZK nodes from TM for leftover regions"
     new 775821d  Merge "Fix for bug 1412642 tm.log_0_xxxx.log is not processed by the udf"
     new cbbc484  Merge "LP 1396683 Duplicate values for identity column"
     new c947854  Handle null result in get TrxRegionEndpoint coprocessor call
     new 073d5c6  Fix for bug 1412983 Create table like view cores
     new 91db14c  Fix for an issue with drop schema statement
     new 9a0e075  Merge "Fix for bug 1412983 Create table like view cores"
     new 69c4a5d  dtmci changes to allow its usage from different userid's
     new 2420522  Merge "Fix for an issue with drop schema statement"
     new 2c437e1  Enabled repository statistics in install_local_hadoop closes bug: 1413415
     new b3e72f0  Enable repostiory statistics by default closes bug: 1413413
     new 212e25d  Enable repository status by default closes bug: 1413382
     new f138848  add more tracing for transactions.
     new 75b0206  LP bug 1413404, repository tables are inaccessible after upgrade.
     new 6c1f507  Merge "dtmci changes to allow its usage from different userid's"
     new 2475c11  Merge "add more tracing for transactions."
     new 1f49be6  Merge "LP bug 1413404, repository tables are inaccessible after upgrade."
     new 729c3c5  Merge "Enabled repository statistics in install_local_hadoop closes bug: 1413415"
     new 9824f33  Display Hive table access stats for get statistics
     new 93df4ee  Fix for bug #1410928. Mxosrvr coring during performance tests.
     new cff8d26  Fix recovery for region server failure
     new 33de412  Fix TM main stack corruption
     new 6caa310  LP bug 1413676, alter table ignored 'not enforced' constraints.
     new 3820918  Partial-Bug: 1411520 1411830
     new bdda219  Partial-Bug: 1411520 1411830
     new 15e50ae  Merge "Display Hive table access stats for get statistics"
     new fb7a297  Merge "Partial-Bug: 1411520 1411830"
     new d6e8dd7  Merge "Partial-Bug: 1411520 1411830"
     new 4f43c19  fix LP 1347930
     new c729f62  Merge "LP bug 1413676, alter table ignored 'not enforced' constraints."
     new 101470d  Fix bug 1413422: Error 8605 for stmt QRYSTS_ON_1 during connect.
     new 23c4942  Fix for LP bug 1414192
     new 24672b2  Misc. fixes to sqcollectlogs - collect trafodion.dtm.log etc.
     new 24a5831  Fix for bug #1409225
     new e8a9ff7  Merge "Fix bug 1413422: Error 8605 for stmt QRYSTS_ON_1 during connect."
     new 1b2c4fa  Merge "Misc. fixes to sqcollectlogs - collect trafodion.dtm.log etc."
     new 9ea6950  Merge "Fix for bug #1409225"
     new e7cad10  Merge "fix LP 1347930"
     new d610c41  Enable two HBASE_OPTIONS : Compact and Dutability
     new 97d38cc  Changing logging level for dtm log4j
     new 64ae9fd  Enable TEST025 and disable TEST024 in seabase
     new 1abc601  Closes-Bug: 1411520 1411830
     new ff8e54a  Disabled statistics, updated documentation & copyright notices.
     new 44fb012  Revised copyright text
     new 6f91596  Merge "Changing logging level for dtm log4j"
     new 1fcda8b  Merge "Enable two HBASE_OPTIONS : Compact and Dutability"
     new 56a2415  Changes to defend RMS memory segment corruption
     new 81c22b3  sqvers identification of non-release patches
     new e74ef0a  SQL support for phandle verifier, etc.
     new 77b8a62  Merge "sqvers identification of non-release patches"
     new 9e82549  Update release version number on master branch
     new 16b6161  Merge "SQL support for phandle verifier, etc."
     new 427ab1b  Add dependencies and fix build.
     new 566706d  Merge "Update release version number on master branch"
     new f22fbc8  Increase RMS timeout in executor/TEST106
     new 0b160e2  Update version to 1.1.0 on master branch
     new d218b52  LP 1323746 Trafodion Windows ODBC driver crashes on Windows 8 machine
     new 2cda5d5  LP 1390261 odbc does not return any value from hbase table
     new 44ddf80  Fix memory leaks when EXPLAIN is re-executed
     new f14119c  Added new property to disable sqlplan for user queries
     new 92fb3c5  Fix memory leak when ComDiagsArea is not deleted
     new 5efb617  Fix for NATable Heap leak
     new 9b98615  HBaseClient now logs correctly. Updated copyright
     new b7e30ae  Changes in T2 driver to support new NA server.
     new aa738cb  Merge "Fix for NATable Heap leak"
     new bdcb6ff  The following Launchpad bugs are fixed in this change:
     new d49ef3f  Merge "Fix memory leak when ComDiagsArea is not deleted"
     new 8e69bed  Disable seabase/TEST024
     new cd6ce6c  Merge "Added new property to disable sqlplan for user queries"
     new 33d905d  Merge "HBaseClient now logs correctly. Updated copyright"
     new 2cd8fbb  Merge "Changes in T2 driver to support new NA server."
     new eaf9a01  Fix for hang encountered during hive tests.
     new 70f2052  T2Driver - more minor fixes
     new 159c021  Added option to disable SQL plan collection for user queries
     new 77bda41  LP and other fixes.
     new fd24e0c  Merge "Added option to disable SQL plan collection for user queries"
     new 8c2d98e  Change to avoid placing large scan results in RegionServer cache
     new 7004f67  Remove code and cqds related to Thrift interface
     new 9e27c74  Fix stubs build.
     new b68f59b  Merge "T2Driver - more minor fixes"
     new bac2f13  Merge "Remove code and cqds related to Thrift interface"
     new efa187d  Merge "The following Launchpad bugs are fixed in this change:"
     new acf9e29  Fix LP bug 1323865 -ODBC api test fails with Unknown PCode instruction
     new 1e26a17  Splitting install_local_hadoop into two scripts.
     new 5c01292  Fix for more leaks in NATable
     new 2edb927  Merge the private shared single script repo into master.
     new 42d5d96  Merge "Splitting install_local_hadoop into two scripts."
     new 9d27a8d  branch-info in SCMBuildStr.h.
     new e70c920  Merge "Change to avoid placing large scan results in RegionServer cache"
     new 19a0c32  Merge "Fix for more leaks in NATable"
     new 8d004e9  port skew buster to Trafodion
     new c3836c2  Bulk unload optimization using snapshot scan
     new 19b9a0d  LP 1390261 odbc does not return any value from hbase table
     new d31c8b3  Enable SQL memory overflow check for debug tests
     new f87a227  Merge "Fix stubs build."
     new c52332e  Bulk unload and snapshot scan
     new f659dc2  Specify compiler context when querying natable virtual table interface
     new 8aa8c79  Merge "Enable SQL memory overflow check for debug tests"
     new 560570f  Merge "branch-info in SCMBuildStr.h."
     new 5fa4d30  Merge "Add dependencies and fix build."
     new 96103b2  More memory leak Changes
     new 171c9d1  Merge "Specify compiler context when querying natable virtual table interface"
     new 6037f44  Adding additional diagnostics to debug jenkins gate problem
     new 7a8ba0d  TEST checkin-wait for verify-NDCS build fix part-2.
     new 79acb92  Enabled statistics
     new f4af9c8  several scanner fixes and improvements
     new de73a80  Merge "More memory leak Changes"
     new 32aad0c  Change that possibly fixes the bug 1418757
     new 5c30c6c  Fix core during dcsstop when repository is enabled
     new 6b09589  Merge "TEST checkin-wait for verify-NDCS build fix part-2."
     new fe4c55f  Merge "Change that possibly fixes the bug 1418757"
     new 41bc377  Merge "Fix core during dcsstop when repository is enabled"
     new 7ff42bb  Bulk Unload and Snapshot Scan fix
     new dfe3639  Fixed pdsh issue
     new c5c4165  Fix to block txn on split/close region bug 1274651
     new 906b2d5  Fix for bug #1415936
     new bc20761  Added code to create the /lobs directory needed for lobs support
     new 0104c8c  fix NDCS build - version build.
     new daf701a  HBaseClient.java may use external log4j.properties file
     new e694f18  C++ run-time interface for TMUDFs
     new 2c628d2  Logging for JdbcT2 driver now directed to DCS log
     new dde0027  Fix shared segment corruption from seabase/TEST024
     new 2aad3ef  Merge "C++ run-time interface for TMUDFs"
     new 72c3eb7  Merge "Added code to create the /lobs directory needed for lobs support"
     new babcc57  Merge "Fix shared segment corruption from seabase/TEST024"
     new 8a16704  Don't exclude _SALT_ from requested histograms
     new 80b33ee  Cloud code removal, fix Java check, uninstaller fix
     new 9a96879  Changes to destroy more elements in  NATable destructor
     new 44bd852  added new DCS Serverna
     new fbdd97e  DcsServer checks if Trafodion is running before mxosrvr restart
     new 13002c9  Script name change, Java path and uninstaller bug
     new 5368848  Fix for bug 1329361 and minor improvements in hive scan
     new ed54239  Fix for bug 1404430 Phoenix T2 tests core dumping in CliStatement::execute
     new fe2c8e2  Use Seabed atomics for platform compatibility
     new 663670b  Full backup and restore utilities
     new 0c6330b  DDL transactions TM changes
     new 89a072e  Removed qpid dependency  from connectivity
     new cbb0a79  Merge "several scanner fixes and improvements"
     new 8e97ff4  Fixes for security gaps
     new e1ecc95  scanner improvements
     new 3a363cc  Merge "DDL transactions TM changes"
     new 8a3ae05  Merge "Use Seabed atomics for platform compatibility"
     new 041ca2b  Fix to take care of internal statements leak
     new 20c1470  Errors reported for Update Stats on Hive tables
     new 84135cc  Move 'private' Seabed utilatomic.h to 'public' atomic.h.
     new f42694e  Merge "Full backup and restore utilities"
     new 4d7b40d  Removing any hard coded "trafodion"
     new d2b2f6c  Merge "Fixes for security gaps"
     new 14b3c5e  Merge "Fix to take care of internal statements leak"
     new 8cd8a92  Merge "Move 'private' Seabed utilatomic.h to 'public' atomic.h."
     new 22ef09f  Closes-Bug: 1420490
     new 1dfa3a7  SHOWDDL, QUERY Cancel, rework
     new faa8bb1  Adding exception checks/reconnect for tm scanner
     new b65e7bf  Merge "Removed qpid dependency  from connectivity"
     new 070d157  Misleading error when Hivestats can't be created
     new eac9177  Merge "SHOWDDL, QUERY Cancel, rework"
     new 2e8accf  Merge "Adding exception checks/reconnect for tm scanner"
     new e8578ae  Merge "Misleading error when Hivestats can't be created"
     new 7e60402  Added configuration support for snapshot scans and other misc settings
     new a5caeef  Reworked the fix for bug 1418757
     new 9cace68  Changed "chown" to "-chown" for the hdfs dfs commands.
     new 3337146  Query cancel privilege checking
     new e1e45a8  Bug 1425650 Partial fix
     new 8ec8d50  Reduced Java objects allocation in the client side
     new 5597d0c  Added logic to wait for HDFS to leave safemode before continuing.
     new 6cf8f63  Bug 1425650 mxosrvr cores after initial connection.
     new c0aea66  Merge "LP 1390261 odbc does not return any value from hbase table"
     new 5cd450a  Merge "Fix for bug 1329361 and minor improvements in hive scan"
     new f5a6119  Fixed catman1 TEST137 failure
     new a7d70ca  Reordered the way HDFS and HBase are restarted for Hortonworks
     new 5c3c883  Merge "Reduced Java objects allocation in the client side"
     new 5fb8809  fix #1395212 With multiple statements,statement seems to be closed.
     new 016b1d9  Merge "fix NDCS build - version build."
     new b8f9a9d  Merge "Fixed catman1 TEST137 failure"
     new ae14a4c  Cleanup hive reader thread when canceling scan
     new c059a5d  Merge "fix #1395212 With multiple statements,statement seems to be closed."
     new 3602d41  Bug 1415661 and 1421373 fixed
     new ac5901e  Merge "Bug 1425650 Partial fix"
     new 67dd5e2  Merge "Fix for bug #1415936"
     new 56b538b  Merge "Cleanup hive reader thread when canceling scan"
     new 41fa8dd  Merge "Bug 1425650 mxosrvr cores after initial connection."
     new f48587f  Merge "LP 1390261 odbc does not return any value from hbase table"
     new 164a1ed  Changes for Bug #1403380
     new 9e2c3a3  Fix regression from 1225 - abend from hive scan
     new ed4ff8a  Added new Trafodion REST server infrastructure
     new 7e281c1  Fix HQC Bugs: LP1421374 LP1409863 LP1409830
     new 9c7f968  Merge "Fix HQC Bugs: LP1421374 LP1409863 LP1409830"
     new aed8527  Convert DSC documentation from docbooks to asciidoc
     new 31f25ec  Merge "Added new Trafodion REST server infrastructure"
     new ca5dfb4  Enable authorization by default for regress, plus
     new 019a957  NODE_LIST, removed hostname checks, scanner
     new 5e661df  Fixed bug with default & previous values for build tar files
     new ba09b3c  client-death stress.
     new 1e10398  Merge "NODE_LIST, removed hostname checks, scanner"
     new 39aa868  SBX_log_write now thread-safe.
     new 655cb33  Normalizer interface for TMUDFs, blueprint cmp-tmudf-compile-time-interface
     new cddc177  T2 Driver fix
     new 3e3bd65  Corrects problem in setting Java garbage collection switched in bin/dcs
     new c0e2200  Fix for bug #1409229
     new 1763c07  Merge "Normalizer interface for TMUDFs, blueprint cmp-tmudf-compile-time-interface"
     new 8817256  Adding more run-time memory allocations from NAHeap
     new 6d9f6c0  Snapshot Scan changes
     new 0a41ac8  B#1419922 Statement/PreparedStatement fetchsize100
     new d0f7be8  Using one thread pool for all HTables access
     new 4bd29a6  fix in the tdb to return the correct name for bulk load
     new a5dbdcb  Merge "Snapshot Scan changes"
     new 8da27e5  Skip Cancel message completions after IPC errors.
     new 9e759da  Merge "Fix for bug #1409229"
     new 3a75e9a  Merge "T2 Driver fix"
     new 0079a6d  adding backup and restore paths to package
     new 5faafd4  fix in T4 Driver
     new 9291db3  Merge "Using one thread pool for all HTables access"
     new 95a386c  Patch for comments from Dave B's review.
     new 74640d7  Merge "fix in the tdb to return the correct name for bulk load"
     new 2069133  Fix leak in snapshotScanCleanup, and package LSO
     new e685061  Add new PCode Expression Cache feature.
     new b75b339  Merge "adding backup and restore paths to package"
     new 02bc958  Adding Hadoop upgrade support
     new 64c0e96  Merge "Skip Cancel message completions after IPC errors."
     new 7bad9f3  Merge "Patch for comments from Dave B's review."
     new 8a08ec3  Fix priv check for cancel of one's own query
     new d5bffc0  Merge "Add new PCode Expression Cache feature."
     new f7613e1  scanner improvements
     new 33c7380  Merge "Fix leak in snapshotScanCleanup, and package LSO"
     new 5c7d9e8  Trafodion Metadata Cleanup command support.
     new fc1c31d  bp/dtm-local-transaction Reduced TransactionManager instances.
     new 0954ae1  UDF, SHOWDDL, and DROP SCHEMA CASCADE
     new 52955af  Monitor components use of log4cpp.
     new 3916c0d  Merge "UDF, SHOWDDL, and DROP SCHEMA CASCADE"
     new 5dadeb2  Updated EXPECTED file
     new 26d81f0  Reducing JNI to java transition for single or multiple key selects
     new 9eb7f37  Merge "Trafodion Metadata Cleanup command support."
     new fb86148  Merge "Reducing JNI to java transition for single or multiple key selects"
     new 7694b10  Merge "Fix priv check for cancel of one's own query"
     new ab9a92d  Merge "Updated EXPECTED file"
     new 81ab263  Compatibility with HW2.2 distro
     new 6b3a4c4  Support HDP 2.2/CDH 5.3
     new e6f4881  Decreasing recovery thread delay to 10sec
     new 166ff0c  install_feature file bug fix and epel bug fix
     new 0a2360d  DTMCI changes to support REST/HPDSM
     new 18be89e  Merge "Monitor components use of log4cpp."
     new 363bfa9  redo: Step 1 to merge SSCC into github
     new 2073139  Merge "Decreasing recovery thread delay to 10sec"
     new add2386  Merge "DTMCI changes to support REST/HPDSM"
     new bdd5ab7  repository upgrade and explain enhancements. Details below.
     new 1e9985b  Merge "Changes for Bug #1403380"
     new 2fed577  Merge "redo: Step 1 to merge SSCC into github"
     new 6ca58da  Merge "B#1419922 Statement/PreparedStatement fetchsize100"
     new 065a970  Removed prompt for scanner
     new 61cd228  Use qualified g++ for mpicxx.
     new c355417  Correct security keys generated for REVOKE ROLE
     new 273cc53  Merge "repository upgrade and explain enhancements. Details below."
     new 43e6ba3  fix t2 catalog api
     new 98e7443  Merge "Use qualified g++ for mpicxx."
     new e157402  Step 2 of merging SSCC into github
     new 34e9d99  Merge "Correct security keys generated for REVOKE ROLE"
     new 6a1b156  Merge "scanner improvements"
     new b6ed803  Merge "Step 2 of merging SSCC into github"
     new f5a5118  Use /usr/bin/gcc instead of what is in $PATH.
     new c20e633  review updates and more. See below.
     new 1d775fe  Fixes for TMUDF bugs
     new 7d8d6ef  Performance enhancement to avoid HBase file checks
     new c2b2aa2  Merge "Removed prompt for scanner"
     new 175cc74  Improving the path length for get or multi-row get operations
     new 26b5d1a  Fix for client-side recovery
     new 0cfc3d0  Merge "review updates and more. See below."
     new 7586876  Corrected TM statistics for use by HPDSM.
     new 8656366  Merge "Performance enhancement to avoid HBase file checks"
     new 34d5d75  Merge "Improving the path length for get or multi-row get operations"
     new f02f11c  Add prepare to MS_Mon_Msg (to match monitor).
     new e1871de  Merge "Fix for client-side recovery"
     new b678005  Fix for updated tpcds_kit file.
     new 71e4ea3  Merge "Fixes for TMUDF bugs"
     new 9892455  Fix for bug #1430900
     new e89039a  Merge "Add prepare to MS_Mon_Msg (to match monitor)."
     new e0177f5  Fix for bug #1414100
     new 3acbb15  Adding makefile changes for Sscc and protobufs
     new 8161416  Add joining/spare-up notices.
     new 5b2e545  Add switch-controlled transaction conflict reinstatement
     new 8aa35fb  Merge "Corrected TM statistics for use by HPDSM."
     new 17dcc4f  Added additional REST server commands
     new 0fb41d8  Merge "Fix for bug #1430900"
     new 5231b57  Patch for  logging udf , udr log and hive failures
     new 8e687ee  Merge "Adding makefile changes for Sscc and protobufs"
     new 612c667  Merge "Add joining/spare-up notices."
     new 0484a73  partialy fix for query cancel
     new d7f4a42  Merge "Add switch-controlled transaction conflict reinstatement"
     new 6c6858a  Fix for performScan, new RS memoryUsage and use of hbase config
     new d1f5103  Merge "Added additional REST server commands"
     new 99d076e  Merge "Patch for  logging udf , udr log and hive failures"
     new 0b2623a  Fixs a problem when local transactions are turned on.
     new a3c7413  Merge "Fix for performScan, new RS memoryUsage and use of hbase config"
     new 12145be  Performance improvement for performScan defect
     new 1d2fd06  Avoid unnecessary memory allocation while logging via log4cpp
     new d134627  Merge "Fixs a problem when local transactions are turned on."
     new 3783d72  Merge "Performance improvement for performScan defect"
     new 9fc719d  Merge "fix t2 catalog api"
     new db05f4a  Merge "Fix for updated tpcds_kit file."
     new ab8875d  Incorporate install of REST server to install_local_hadoop
     new 0520ffc  Merge "Fix for bug #1414100"
     new d817bf5  Merge "fix in T4 Driver"
     new c1edd4b  Merge "Avoid unnecessary memory allocation while logging via log4cpp"
     new 8d77c5f  Phase2 - DDL Transactions - create
     new 128bb67  Merge "Incorporate install of REST server to install_local_hadoop"
     new 6ea5b00  Fix for bug #1432703
     new f78ef09  Merge "Phase2 - DDL Transactions - create"
     new c45b313  Fix diff of TEST042
     new 7a7d261  changes to improve plan quality of OSS queries.
     new 95cd90c  Remove begin transaction check for retired transId
     new 2af4da6  Address LP 1404951 - seabase/TEST010 failing
     new 1e8924e  Merge "changes to improve plan quality of OSS queries."
     new 0fd7cab  Merge "Remove begin transaction check for retired transId"
     new 77c9797  Add missing ignore directives for recently added build output
     new 78de393  Support cancel for DDL, update stats, and utils
     new c421cd7  Fix for command line arguments
     new d623234  New ustat algorithm and bulk load integration
     new cb38e95  hive/test015 fixes:
     new e1e2aa1  Merge "Fix for bug #1432703"
     new 01ac50d  Merge "Support cancel for DDL, update stats, and utils"
     new 07ff990  Merge "Address LP 1404951 - seabase/TEST010 failing"
     new 8914c88  Add copyright Change-Id: Ib6d6aa7d3f963c3cbb6ad59ba38fd47826ae5b0f
     new 08813da  Avoid calling ResStatisticsStatement::start if stats is disabled.
     new f89a122  Merge "hive/test015 fixes:"
     new 5f0b65e  PHASE3&4- Transactional DDL - TM, RM, TMlib and JNI changes for create
     new 5c4dc5d  Getting a scanner from the correct table
     new e7ab614  Squashed commit of the following:
     new 88f1771  Code review changes.
     new 6d87723  Local Hadoop JDBC test script and test_env short-circuit
     new df63dda  Phase5-DDLTransactions, SQL and TM changes
     new 4dfb992  fix LP1420826 NJ off fails meta query compilation
     new 7478c04  Merge "Avoid calling ResStatisticsStatement::start if stats is disabled."
     new ce7068c  Merge "PHASE3&4- Transactional DDL - TM, RM, TMlib and JNI changes for create"
     new 08139d4  Transactions for DDL, Abort and Commit processing.
     new ca15d95  Merge "Getting a scanner from the correct table"
     new 20555cf  Merge "Squashed commit of the following:"
     new 528fb68  Merge "Code review changes."
     new c44df72  Merge "Local Hadoop JDBC test script and test_env short-circuit"
     new af43368  Merge "Phase5-DDLTransactions, SQL and TM changes"
     new 0c9545c  Merge "fix LP1420826 NJ off fails meta query compilation"
     new b11912f  Merge "Transactions for DDL, Abort and Commit processing."
     new 854a0fb  hive/test018 fixes
     new bd0926a  Initial changes for SSCC stateless put
     new 6c190f0  Fix for thread/memory leak on table create/drop
     new de84bd3  changed default schema to TRAFODION.SEABASE
     new 43c907b  Merge "New ustat algorithm and bulk load integration"
     new 090829f  Merge "hive/test018 fixes"
     new a2975c2  New and updated repository columns
     new 2bfba1b  Merge "Initial changes for SSCC stateless put"
     new 057b6f8  Optimization for stateless put, remove dead code
     new ce7dbdf  Merge "Add missing ignore directives for recently added build output"
     new 5ac6616  tm id server - part-II.
     new 01995f9  Merge "Fix for thread/memory leak on table create/drop"
     new f10b904  Added dummy link to update phandle
     new a81c933  Merge "changed default schema to TRAFODION.SEABASE"
     new 7d6b168  Merge "tm id server - part-II."
     new fba7d0a  Merge "Added dummy link to update phandle"
     new e871e12  Fix child/parent query IDs for update stats
     new 79ac5ca  LP bug 1435479.  Explain query looping.
     new c3877fa  Added Trafodion REST Reference Guide
     new 64507ad  Merge "Add copyright Change-Id: Ib6d6aa7d3f963c3cbb6ad59ba38fd47826ae5b0f"
     new a66b4aa  idtmsrv added to pstat.
     new 13fd3ab  Merge "New and updated repository columns"
     new 42d151f  Merge "Fix child/parent query IDs for update stats"
     new 537e8d7  Removing old version 1.0 of log4cpp
     new 7418d31  Fixes for a few scalar UDF bugs
     new d3405ba  Persistent TMs now default;Remove sleep
     new f795036  Merge "LP bug 1435479.  Explain query looping."
     new d3c0688  Merge "idtmsrv added to pstat."
     new 9ee4b11  Merge "Removing old version 1.0 of log4cpp"
     new 37353e2  Merge "Optimization for stateless put, remove dead code"
     new 21872a5  Make SSCC delete stateles; build SSCC as part of the Trx jar
     new 50f12ff  Merge "Fixes for a few scalar UDF bugs"
     new 9ac67ed  Merge "Make SSCC delete stateles; build SSCC as part of the Trx jar"
     new 23dfbeb  Miscellaneous DDL and security bug fixes
     new 89daf22  LP Bug 1389784, Overflow crashes when no space.
     new 3ed445f  cli api to store explain in repository and few more changes.
     new add6bd6  Merge change that went into 1.0.1
     new 42ad1f8  Metrics for batch RegionServer work
     new 4164015  Merge "Persistent TMs now default;Remove sleep"
     new 91f784e  Merge "cli api to store explain in repository and few more changes."
     new a2d3df2  Merge "Merge change that went into 1.0.1"
     new e716e26  Merge "Metrics for batch RegionServer work"
     new a116767  Merge "LP Bug 1389784, Overflow crashes when no space."
     new 66399fe  Merge "Miscellaneous DDL and security bug fixes"
     new 0023633  Merge "Added Trafodion REST Reference Guide"
     new a977ee7  fix to repository explain_plan definition
     new c038a3e  perf enhancement for ddl operations.
     new c91b4f7  Copyright fix for (Fix for broken compiler gui)
     new 640c70c  REST server support and several bug fixes.
     new 3165412  Fixed install local hadoop to build documentation for REST
     new fe310a3  scanner temporary fix
     new a87129b  Merge "perf enhancement for ddl operations."
     new f90e839  Merge "scanner temporary fix"
     new 630fbcc  TIMESERIES UDF for repository queries and UDF bug fixes
     new be5f3f8  Fixed Linux limits settings and other bugs
     new 8017c24  Merge "Fixed install local hadoop to build documentation for REST"
     new 94b2da9  LP 1438445, LinkList perf improvement for comodification errors
     new 985698f  ODB by Maurizio Felici
     new 54c204c  Fixes in serverMT
     new d526e91  Fixed query cancel sent by ODBC Driver
     new 720068f  explain enhancements and fixes.
     new cc5d135  Hortonworks uninstaller deleting more files
     new f52e2e8  Fix executor/TEST106
     new 895d861  DROP SCHEMA CASCADE and other fixes
     new 89c9e2c  Preventing user CQDs from affecting metadata queries
     new cfd8e8c  Merge "TIMESERIES UDF for repository queries and UDF bug fixes"
     new c960d37  Merge "LP 1438445, LinkList perf improvement for comodification errors"
     new 9ab92dc  Writing packed explain plan to metric_query_table
     new df36ddc  Merge "DROP SCHEMA CASCADE and other fixes"
     new abd9293  Fix IdTm constructor to be public!
     new 8c6f6fc  Merge "explain enhancements and fixes."
     new bcb3303  Merge "Fix executor/TEST106"
     new 2013072  Merge "Writing packed explain plan to metric_query_table"
     new 25580ea  Authentication internal error
     new bc944cb  Temporary deletion on shared repo.
     new d731972  Bug fix 1429923 and add error message in uninstall
     new f31ff4a  Merge "Preventing user CQDs from affecting metadata queries"
     new 6a2ecb7  Merge "Authentication internal error"
     new 83bc440  Merge "Fix IdTm constructor to be public!"
     new 59cfb58  Make use of IdTm server in SSCC; optimizations
     new 1d41476  fix SQL_DBMS_NAME and remove some old code
     new 4e3c686  metadata fixes and 'sqlmp' code cleanup
     new 2d92de3  Packaging ODB tool with clients tar file
     new 900af1e  Add REST server jstack command
     new 6b19fde  Merge "Packaging ODB tool with clients tar file"
     new dc52282  Added floating IP feature
     new f2f8e57  Merge "Add REST server jstack command"
     new 999f78d  Merge "Fixes in serverMT"
     new 4619dd0  Merge "Added floating IP feature"
     new fc7325a0 Merge "fix SQL_DBMS_NAME and remove some old code"
     new 2053000  Special logic to cancel DROP COLUMN
     new cc47f85  Updated floating IP documentation
     new 54be93d  hive/test018 fix
     new d3e00da  Drop view that references a sequence generator
     new 71036f5  LOAD and UNLOAD privilege check fixes
     new 497eac2  Merge "hive/test018 fix"
     new d18921a  Merge "Drop view that references a sequence generator"
     new 073b486  Merge "LOAD and UNLOAD privilege check fixes"
     new be00553  Hash buffer size adjustment
     new 2de0c8f  Fix for bug 1425745: Error 8421 when using an OR predicate.
     new 76b8c70  Tracking java calls from JNI
     new 24e7b73  Fix for trafodion.conf bug
     new af265a1  Changed pwd to password.
     new 90bf5ba  Fix LP 1328250 - SQL Compiler hits "assert(FALSE)" in getIntConstValue
     new 23bc30e  performScan protocol enforcement, memory usage optional GC
     new d58d370  Merge "Tracking java calls from JNI"
     new 220c971  Merge "Changed pwd to password."
     new 67a5beb  Allow longer compile times in compGeneral/TEST042
     new 833baa7  Merge "performScan protocol enforcement, memory usage optional GC"
     new f40a92c  Updating copyright and licensing for exception file
     new b37c1d1  Fixed bug in assignment of HOME_DIR
     new dc9970b  Removing HDP sandbox check.
     new f2b89dc  Remove SSCC stateless return values in checkAndPut
     new 5c0d0c0  DDL Transactions, sql cqd, end to end create test
     new e1f5bf3  Added loadcmd option to copy.
     new 15e6dab  Fixed copy error and JRE error
     new cd1f8ac  create meta column family for transaction data
     new a9e1b1c  Improved distro detection
     new c732bd1  Eliminate manual steps in load/ustat integration
     new 1f1e56e  Replaced tabs with spaces.
     new 860cec3  Merge "Fix for bug 1425745: Error 8421 when using an OR predicate."
     new cdcd72e  1440837 bug fix and ssh error catching
     new cc2b038  Merge "DDL Transactions, sql cqd, end to end create test"
     new 7f557df  Merge "Eliminate manual steps in load/ustat integration"
     new ea9209b  Merge "Remove SSCC stateless return values in checkAndPut"
     new b32aa12  Merge "Allow longer compile times in compGeneral/TEST042"
     new cfebab9  Merge "Fix LP 1328250 - SQL Compiler hits "assert(FALSE)" in getIntConstValue"
     new 3f6a5a1  Make SSCC put stateless; fix initialize authorization
     new 7dac92f  Merge "Replaced tabs with spaces."
     new d39fa05  Fix for regr hangs on CM machines.
     new 4190f21  LP 1439387 DTM UnknownTransaction exceptions flood system
     new be3c337  Merge "Make SSCC put stateless; fix initialize authorization"
     new 882f283  Bug #1441309 JDBC/ODBC catalog tests failing in Jenkins
     new 6ad77d4  Alternate local-io signaling for use in JVM.
     new 0304968  Merge "Fix for regr hangs on CM machines."
     new bbae5ba  Fix for bug 1441932 TMUDF: setLong() trouble handling decimal
     new 352a65e  Merge "LP 1439387 DTM UnknownTransaction exceptions flood system"
     new 79b230f  Merge "Bug #1441309 JDBC/ODBC catalog tests failing in Jenkins"
     new 5156317  Correct expected SSCCC return val on stateless put
     new c40f153  Transactional DDL, Drop Table functionality
     new 0e928ab  Removed check for period in FQDN
     new 7da8443  additional changes to support ALIGNED row format.
     new 1a3f059  Merge "Fix for bug 1441932 TMUDF: setLong() trouble handling decimal"
     new 05d4a63  Merge "Alternate local-io signaling for use in JVM."
     new 181ee3b  Merge "Correct expected SSCCC return val on stateless put"
     new 74002b0  Changes to reduce the memory growth/leak in mxosrvr and T2 driver
     new 82208cc  Merge "additional changes to support ALIGNED row format."
     new b252562  Merge "Transactional DDL, Drop Table functionality"
     new 87fa258  DDL Transactions,drop end to end &  prepareCommit
     new 8d4b215  Merge "Changes to reduce the memory growth/leak in mxosrvr and T2 driver"
     new 0827591  Merge "DDL Transactions,drop end to end &  prepareCommit"
     new 69d5ddc  Fix for ssh redirect bug
     new 222b1ee  Fix for bug 1443561
     new 7d1c39f  Updated expected results for fullstack2/TEST062
     new 84b0f58  LP Bug 1442949
     new a86f1a2  Temporary fix for LP bug 1438372
     new 166003a  Merge "LP Bug 1442949"
     new 0f5ba5e  hive/test002 fix
     new 7ad9a9c  remove extraneous from gensq.pl/sqconfig.
     new b240bf7  refactor lobstart - phase I.
     new b369411  Qualify percomstart.
     new 6660530  obsolete.
     new 89b8d4b  remove obsolete.
     new bd75eb6  remove obsolete parts of sqstart.
     new 57d4de6  refactor gomon.cold.
     new a33dab7  Fix for bug 1442932 and bug 1442966, encoding for varchar
     new 9ca4058  LP 1444044, dup col definitions are not detected
     new c854767  Merge "Temporary fix for LP bug 1438372"
     new b09ee81  LP 1442730 Eliminating SQL Cancel for PUBLISHING Queries
     new be5258a  LP 1442730 Eliminating SQL Cancel for PUBLISHING Queries
     new 69080f6  Merge "LP 1444044, dup col definitions are not detected"
     new 2f0a304  Merge "Fix for bug 1442932 and bug 1442966, encoding for varchar"
     new e4bc553  Merge "LP 1442730 Eliminating SQL Cancel for PUBLISHING Queries"
     new af2dcb8  Fixes in T2 driver to enable OE performance run
     new 2b9779e  Merge "hive/test002 fix"
     new 3d5f182  Fast Transport fix
     new c764bdb  Updated DCS documentation
     new 2bc78b5  Updated known diff file for compGeneral/TEST006
     new 53ea8ef  Merge "Updated DCS documentation"
     new d2ab90c  [bug:1440941]T2 Phoenix tests creating cores at CliStatement::doOltExecute
     new ba881ef  Merge "Updated known diff file for compGeneral/TEST006"
     new cc1f2c3  Merge "Fixes in T2 driver to enable OE performance run"
     new ed604e8  Fix LP Bug 1382686 - LIKE predicate fails on some UTF8 columns
     new e617106  Merge "[bug:1440941]T2 Phoenix tests creating cores at CliStatement::doOltExecute"
     new 3d9d613  Support for TM not running state - output for REST/HPDSM
     new 1a49c80  Merge "Fix LP Bug 1382686 - LIKE predicate fails on some UTF8 columns"
     new f897d91  Merge "Support for TM not running state - output for REST/HPDSM"
     new e0c6248  Fix for bug 1443688
     new 7352e31  Fix for bug 1438775
     new ccfe223  Fix for bug 1437102
     new c44d548  Closes-Bug: 1438340
     new afa5045  Merge "Fix for bug 1438775"
     new d1d8a38  Merge "Fix for bug 1437102"
     new 3ce22f9  Adding logic to the core Trafodion build to check for copyrights.
     new 6856822  Fix for when REST server is not present in the build
     new 6ee8714  Delay added to TransactionManager call retries, LP 1439387
     new 252911e  Merge "Closes-Bug: 1438340"
     new edb8980  Merge "Adding logic to the core Trafodion build to check for copyrights."
     new 233d4ca  Expected file change for failing hive test.
     new b2dc4e0  Added more exception handling
     new 505dfcb  Merge "create meta column family for transaction data"
     new fbfe637  Merge "Expected file change for failing hive test."
     new fa02a15  Fixes to copyright check script
     new 6ac0436  Add new tmlib callback to propagate startid.
     new 55addc2  Report ports used by install_local_hadoop
     new 6ded240  change LOG.info to LOG.trace in SSCC critical path"
     new c94ea2a  Fix LP bug 1446402 - LIKE patterns longer than 127 chars don't work well
     new 26e5bd3  Merge "Report ports used by install_local_hadoop"
     new 1dd7c38  mapTransactionStates is now static in RMInterface
     new 79abc6a  Update release version to 1.2 - dcs
     new 9aeea2e  Merge "Fixes to copyright check script"
     new 5f44c77  Update release version to 1.2 - core
     new 7502ebf  Fix for bug 1446043
     new d1d900e  Merge "mapTransactionStates is now static in RMInterface"
     new bc8a48c  Allow double msg_init.
     new 7caae5c  ODB bug fixes by Maurizio
     new bd8c9b8  Set Zookeeper's maxClientCnxns=0 and add Ambari 2.0 support
     new 1876c39  Adding break out of preSplit() loop on exception
     new b957994  Merge "Fix for bug 1446043"
     new bd2dab8  LP 1446802: ODBC SQLFetch fails when column size is bigger than 64K
     new ca56ccb  Fix for bug 1446802
     new 630bddf  Merge "Adding break out of preSplit() loop on exception"
     new c11bc72  Merge "Fix for bug 1446802"
     new 95e9c55  Added versioning for maven-assembly-plugin
     new f77cdc8  Adding a configurable region split delay limit
     new 2709b0c  Merge "Update release version to 1.2 - core"
     new 59ba25e  Merge "Fix for bug 1443561"
     new 95d0263  Merge "Adding a configurable region split delay limit"
     new 1aa7ce4  some MT Servers do not return back to AVAILABLE
     new f89d818  Merge "Added versioning for maven-assembly-plugin"
     new a6bdbb8  Security fixes for 144553, 1414125, and 1393529
     new cc85300  Remove some dead code
     new 3ab61a6  Merge "Fix LP bug 1446402 - LIKE patterns longer than 127 chars don't work well"
     new 8881306  Fix Phoenix T2 CLASSPATH issue and enhance phoenix_test.py
     new a4d3e0f  Cleanup of comments in log4cpp
     new 82b53a0  Fixed shell script for making mpi files
     new d61d70e  Enabled commitId deadcode check and additional trace fixes
     new e40530e  Merge "Security fixes for 144553, 1414125, and 1393529"
     new 18c9748  Merge "Remove some dead code"
     new 04df2fb  Merge "Enabled commitId deadcode check and additional trace fixes"
     new 489e131  Adding SSCC endpoint coprocessor to install_local_hadoop
     new 4b5c823  Transactional DDL - Salted Tables functionality
     new 9b6b988  Partial fix for bug 1449343 and fixes driver core with pyODBC
     new 923110f  Added site step to build
     new ccef3c4  Changes to enable Rowset select - Fix for bug 1423327
     new 15c600d  Merge "Cleanup of comments in log4cpp"
     new 18cc938  Merge "ODB bug fixes by Maurizio"
     new dc97db5  Merge "some MT Servers do not return back to AVAILABLE"
     new 76ee764  Merge "Added site step to build"
     new beed9d4  Package log4cpp source into core product tgz file
     new 66427f1  Merge "Changes to enable Rowset select - Fix for bug 1423327"
     new 9baa176  Merge "Package log4cpp source into core product tgz file"
     new 9a7d923  Updating pom.xml with release 1.1.0
     new 9e27b7d  Merge "Partial fix for bug 1449343 and fixes driver core with pyODBC"
     new 21159ac  Improved make rules for log4cpp packaging
     new b1b9609  Simple security and scanner by default
     new 9838d5b  Merge "Transactional DDL - Salted Tables functionality"
     new def4af1  ClientSide batch RegionServer 2-phase commit calls
     new bf4aefc  Changed the HDP repository location to pick the latest one
     new b127722  Merge "Improved make rules for log4cpp packaging"
     new e9736a8  Support for single node install and --no_scanner
     new ec56926  Merge "Changed the HDP repository location to pick the latest one"
     new 234494e  fix iptablesFirewallNotEnabled check to be warning instead of error
     new f9966aa  Merge "fix iptablesFirewallNotEnabled check to be warning instead of error"
     new b032a1f  Corrected typos in user-visible messages and scripts
     new f815678  Scanner by default, fixes to trafodion_uninstaller
     new dd00d55  Corrected typos in user messages
     new 18457ed  Updated version to 1.2.0
     new a29c7cf  Fix mvnloocalrepo option and update README
     new 86c81f5  Changes to reduce the memory leak in T2 Driver.
     new 4fe4f3c  Migrated embedded Jetty from ver. 6 to ver 9.2.10
     new 296eb40  Add info messages when DcsServer is waiting for DcsManager znode
     new 1a50bd0  Bug #1451618 MXOSRVR returns trunctated string to clients
     new 4954aca  Invoking sqenv.sh repeatedly does not change shell environment
     new b551ad1  Column-level privileges
     new 9add006  Batch2PC Endpoint Coprocessor Phase 1: Server API
     new 80d5a55  Merge "Bug #1451618 MXOSRVR returns trunctated string to clients"
     new 8efc456  Bug #1441278 -Added repository entry for hdp build
     new 8b8a170  Merge "Column-level privileges"
     new 16b4ff4  Merge "Batch2PC Endpoint Coprocessor Phase 1: Server API"
     new cd18ee9  Removed 'cluster.conf', added node conf in SQLite
     new 3079648  Merge "Bug #1441278 -Added repository entry for hdp build"
     new 33ed3cf  Bug 1454034
     new d230281  PutDelPutGet issue
     new 7bc378e  Fix testware take2.
     new 8ef3c8b  Fix problematic assert that occassionally shows up at shutdown.
     new 9fe3dc0  Win drvr fix for Bug #1451618 MXOSRVR returns trunctated string to clients
     new d5330ab  change for scan
     new 3784ab8  Merge "Changes to reduce the memory leak in T2 Driver."
     new c2e877d  Merge "change for scan"
     new 8df5e22  get indexLevel and blockSize from Hbase metadata to use in costing code.
     new d66c29a  scanner fixes and improvements, including adjustments to install scripts
     new 4fceec5  Batch2PC Endpoint Coprocessor Phase 2:flush optimization
     new 42e3e38  remove cluster.conf.
     new 189ffd5  Using the language manager for UDF compiler interface
     new 3b977eb  Merge "Batch2PC Endpoint Coprocessor Phase 2:flush optimization"
     new 3852e44  DDL Tx, Changes to handle upsert using load operations on abort
     new c408380  Adding separate pending txn wait for preSplit
     new 4edf6e1  Part 1 of ALTER TABLE/INDEX ALTER HBASE_OPTIONS support
     new 85746b2  various lp and other fixes, details below.
     new 9b40348  Merge "Using the language manager for UDF compiler interface"
     new 5d86a19  Merge "Part 1 of ALTER TABLE/INDEX ALTER HBASE_OPTIONS support"
     new e4202d6  Merge "various lp and other fixes, details below."
     new f68dc36  Merge "Invoking sqenv.sh repeatedly does not change shell environment"
     new c5e79e2  Option to use ConcurrentHashMap vs synchronizedSet
     new 0f9d594  Enabling Bulk load and Hive Scan error logging/skip  feature
     new 3d2d37c  added fullstack2/FILTER062
     new b719e26  Fix 1455585: Error 1234 returned trying to run SQL
     new 5991f38  Reserving default ports (37800 and 40010) for DCS
     new bab8788  Merge "Enabling Bulk load and Hive Scan error logging/skip  feature"
     new 5e62eaf  Merge "Fix 1455585: Error 1234 returned trying to run SQL"
     new f07a3a9  Merge remote branch 'gerrit/master' into traf/traf-config
     new c8104f8  Fix for 1452424 vsbb scan/delete cause query to return wrong result
     new 790cce7  Merge "Fix problematic assert that occassionally shows up at shutdown."
     new 0143d6d  test case & del bug
     new 4d97d06  Stop sending user CQDs at embedded compile switch
     new 6d2f8b5  Merge "Fix for 1452424 vsbb scan/delete cause query to return wrong result"
     new 3443e08  Merge "Stop sending user CQDs at embedded compile switch"
     new a928203  Add jdbcT2 driver trace properties
     new 70a7441  Add global ID server into SSCC
     new ea9b084  Added ssh test, fixed tar bug, testing traf user
     new f6168ad  DDL Transactions, retry logic upon HA failures.
     new 882d334  Merge branch 'master' into traf/opensrc
     new 5f8cb2e  Merge branch 'master' into traf/traf-config
     new 72f28fb  Publishing properties added to T2 Driver
     new b55ebce  MT Server - added catalog functions
     new d48eefe  Fix 1450193: User ... plans generated without using histogram stats
     new a1c732c  RMS and other related changes
     new f33f50a  Merge "RMS and other related changes"
     new 258581e  Turned on privilege features, reorg'd PrivMgr code
     new 5f6ce4a  Add persistent process processing.
     new 921aaf5  Merge "Publishing properties added to T2 Driver"
     new 49dba1f  Changes in Patchset2
     new a22ec5b  Merge "Changes in Patchset2"
     new 00f8050  change startId&commitId as param
     new 8f49db8  Remove trailing spaces from keys.
     new b232748  Fix bug 1323826 - SELECT with long IN predicate causes core file
     new 40c2331  Avoid scanner timeout for Update Statistics
     new 1d111f0  Configuring hbase option MAX_VERSION via SQL
     new ffa81e2  Column-level privileges - part 2
     new 6356e88  Rework for incremental IM during bulk load
     new 28dae67  Fixed logging error
     new 323016f  Merge "Configuring hbase option MAX_VERSION via SQL"
     new 51d65cf  Merge "Rework for incremental IM during bulk load"
     new 53d651b  Merge branch 'master' into traf/traf-config
     new 2a7a336  Update parser for errors.
     new f867150  Merge "Fix bug 1323826 - SELECT with long IN predicate causes core file"
     new 96804ea  Error handling.
     new 88298e6  Initial dummy commit
     new 836420c  Merge remote branch 'core/master'
     new f3c755d  Move core into subdir to combine repos
     new f6a1373  Merge remote branch 'dcs/master'
     new 7369a22  Move dcs into subdir to combine repos
     new c9f8b49  Merge remote branch 'install/master'
     new a0c37eb  Move install into subdir to combine repos
     new d6ecf77  Merge remote branch 'phoenix_test/master'
     new a9fca7f  Move phoenix_test into test subdir to combine repos
     new 879b5a2  Merge remote branch 'win-odbc64/master'
     new 33e5c6c  Move win-odbc64 into subdir to combine repos
     new 7a4e06c  Merge "Avoid scanner timeout for Update Statistics"
     new 848e6a5  Merge branch 'master' into traf/traf-config
     new 7b455d2  Merge "Column-level privileges - part 2"
     new 13b0dfa  fix for 1452993
     new e9ec608  Added MV and MVQR related code files.
     new 3b1de93  updates based on review of previous MV checkin.
     new 3316852  Rename test to tests/phx
     new 8ea3b9d  Merge remote branch 'matt/master'
     new ff6af65  Move wms into subdir to combine repos
     new 88b0efb  Cleanup WMS POC
     new fe843d7  Merge remote branch 'matt/master'
     new d4ceb8d  added regressions tests, not yet enabled.
     new 7ac595f  Fix a double free when close a connection
     new 5f4ff7a  Add node Added/Deleted.
     new 91b86b1  various fixes and enhancements, details below.
     new 8243f44  Handled input params that are larger than 32K
     new 9c9c32b  Part 2 of ALTER TABLE/INDEX ALTER HBASE_OPTIONS support
     new e6da293  Batch inserts for varchar columns > 32k failing with exception
     new f99dc5d  Costing and statistics compiler interfaces for UDFs
     new b50b57f  Additional fix for 1452424 VSBB scan cause query to return wrong result
     new 10929b2  rework MsgType/ReqType/ReplyType.
     new 797b856  Fix permissions.
     new 97dd38c  Fix permissions.
     new ce2ec4e  Repository support in MT server #1
     new 9ac4117  Preliminary CClusterConfig changes
     new 7b010d9  Merge branch 'master' into traf/traf-config
     new ed6424e  Added process info pattern
     new 3c3b628  Merge branch 'master' into traf/traf-config
     new f18d600  Merge "Batch inserts for varchar columns > 32k failing with exception"
     new b2d8e63  Merge "Handled input params that are larger than 32K"
     new 5995d6c  Merge "Additional fix for 1452424 VSBB scan cause query to return wrong result"
     new 29e0893  Java files for UDF changes by Suresh and Pavani.
     new bb0820e  Merge "Repository support in MT server #1"
     new 3e55fb0  Merge "Part 2 of ALTER TABLE/INDEX ALTER HBASE_OPTIONS support"
     new 65a7922  Code cleanup and process info pattern enabled
     new 30ad8a1  Small improvements in checking install_local_hadoop options
     new 0c9b74b  Merge "Java files for UDF changes by Suresh and Pavani."
     new e3a2781  Bug #1421081
     new c260f3f  Merge "Fix a double free when close a connection"
     new e1edc95  Merge "fix for 1452993"
     new 56c544a  pstartd rework for new db.
     new f334fea  Merge branch 'master' of /archive/gcorrea/traf-config
     new 56b1cd5  Fix for Bug 1449702
     new afda575  Merge "Small improvements in checking install_local_hadoop options"
     new 6c175bd  Add convenience script used to watch processes
     new cfd9443  Add Trafodion docs - xml source
     new c5b8605  Fix TSID singleton. Use simple nid suffix instead of 3-digit nid suffix.
     new 43d7cb8  Allow seabed tests to use own DB.
     new 85f7b7f  fix for bug 1447326
     new 5979e03  Reworked fix for 1452424 VSBB scan cause query to return wrong result
     new 64ad12a  Fixes for SSCC startId, commitId, and logging
     new fe157cf  Squashed commit of the following:
     new 78acddf  drop column fix.
     new 0e4dd4c  Reducing recovery thread sleep delay to 1 second
     new ffd2551  Merge "Reworked fix for 1452424 VSBB scan cause query to return wrong result"
     new d3f47ff  Merge "Fixes for SSCC startId, commitId, and logging"
     new 65cbeb6  Merge "Squashed commit of the following:"
     new 4363ba8  Initial version of ADO.net driver.
     new 4571d66  Merge "drop column fix."
     new 1c7265a  DDL Trans - Support for queuing DDL requests in TM
     new 4f15040  OSIM (Optimizer Simulator) redesign 1.
     new 3912d18  Add jdbc test case for bug #1451707 adn #1452993
     new 64f8ac9  Merge "Initial version of ADO.net driver."
     new c0f477a  Merge "Reducing recovery thread sleep delay to 1 second"
     new db29a23  Merge "fix for bug 1447326"
     new 3bb3775  Merge "Bug #1421081"
     new 03b11a6  	Test prefix in SQL Statement
     new 534936c  Merge "OSIM (Optimizer Simulator) redesign 1."
     new 918e9e9  Initial version of Trafodion database manager
     new 9debc7b  add sqregen/regensq.pl.
     new a131e39  Repository support in MT server #2
     new a72d06d  Fix for bug #1433926 ,bug #1435995 and bug #1443784
     new 3b7dc96  Removed about 50 obsolete make files from sql
     new eed1271  Change in T2 Driver to MT Server
     new dbb9663  Fix permissions.
     new e5dacde  Security bug fixes
     new 2229041  Removed obsolete symlinks
     new f9cbb8c  Merge "Fix for bug #1433926 ,bug #1435995 and bug #1443784"
     new 1a5e29a  Merge "Removed about 50 obsolete make files from sql"
     new b07e2b7  Do not run check-copyrights step in make all
     new 2908470  Merge "Change in T2 Driver to MT Server"
     new a6a4baf  Merge "Repository support in MT server #2"
     new 898936b  clean up old version for SSCC data before compaction
     new b33ee72  Added and corrected copyright statements
     new c233f79  Merge "Do not run check-copyrights step in make all"
     new 1f3b6c1  Merge "Security bug fixes"
     new a20f179  Accidental client code delivery
     new 4592c55  Copyright corrections
     new 91f0846  LP 1463179 - VSBB update causes TM heap leak
     new 60d16a3  Added one missing HP copyright
     new 8849a46  Added or updated copyrights in 3 .def files
     new 6bf83ce  Merge "Copyright corrections"
     new 3679526  Support big column larger than 32k for JBDC T2
     new d8109e7  Merge "LP 1463179 - VSBB update causes TM heap leak"
     new a7e5f11  Merge "Support big column larger than 32k for JBDC T2"
     new 8d36f23  Merge "Removed obsolete symlinks"
     new e22b1b8  Allow mapping nodes.
     new 82a6359  Update readme.
     new 97400d0  nfs script.
     new 5e8edd2  Fixes for 1450193, 1370754, and performance change
     new 7413f58  Code change for ESP colocation strategy described in LP 1464306
     new 32ba2c3  Fix for intermittent failure in core/TESTRTS
     new d24b1ef  Fix SSCC delete issue
     new b3b6221  Merge "Fixes for 1450193, 1370754, and performance change"
     new dec65e8  Merge "Fix SSCC delete issue"
     new b1e66be  Merge "clean up old version for SSCC data before compaction"
     new 0b0947f  Merge "Fix for intermittent failure in core/TESTRTS"
     new 15d9f89  Merge remote branch 'win-odbc64/master'
     new 0c0a0b2  Merge remote branch 'phoenix_test/master'
     new 73c944d  Merge remote branch 'install/master'
     new bdfa341  Merge remote branch 'dcs/master'
     new 1e02180  Move new DCS files to dcs tree
     new 6e063d1  Merge remote branch 'core/master'
     new 7d804b6  To convert single quoted application name to double single-quoted strings.
     new 7d83e06  Allow -cluster.
     new fdfec75  Added log4cxx rpm to support changes in Trafodion core.
     new c61d86c  Add gdb directory.
     new 2326d60  Fixes from review to sqvers
     new 0dfa7b5  fix SSCC bug that will cause exception for nontrans rows
     new 3137866  Fix for LP 1460771
     new a1c714b  initial support for returning multiple versions and column timestamps
     new 88d6ffb  Merge "To convert single quoted application name to double single-quoted strings."
     new 0248339  Remove obsolete sqlutils references
     new 6a41a7d  Trafodion should record the FQDN as client_name in Repository tables
     new 0b7e844  Merge "fix SSCC bug that will cause exception for nontrans rows"
     new 0640cd3  Added privilege manager upgrade support
     new b8439fd  fixes bug 1464364
     new 13db5b3  Change to get rid of curl lib packaging.
     new eab93e4  Fix for hive regr failure
     new 7d6317c  Merge "Remove obsolete sqlutils references"
     new 6a70d3a  Merge "initial support for returning multiple versions and column timestamps"
     new f5392f6  Merge "fixes bug 1464364"
     new abf2d72  Added 'persist config/exec/info' commands.
     new de31f92  Migrate from log4cpp to log4cxx
     new ccdf1d1  Merge branch 'master' of /archive/gcorrea/traf-config
     new 2850b8f  Merge conflix fix.
     new 7e0b4ed  Merge "Fix for LP 1460771"
     new 1816ac1  Added missing HP copyright in 1 file
     new c63664b  Added missing HP copyright in a single file
     new bccea4d  Monitor unit test fixes.
     new 7fed7ba  Merge "Fix for hive regr failure"
     new 416ad27  Merge remote branch 'win-odbc64/master'
     new b7bffe0  Merge remote branch 'install/master'
     new 8bd9b48  Merge remote branch 'core/master'
     new 770cee8  Merge "Trafodion should record the FQDN as client_name in Repository tables"
     new 5b36158  Merge "Added missing HP copyright in 1 file"
     new ee47e87  Merge "Change to get rid of curl lib packaging."
     new 85daa44  WRONG QUERY_STATUS/QUERY_SUB_STATUS for canceled queries
     new 58e4d61  Added a hive test to core
     new 54ab025  More fixes to shell.
     new 6ece17a  Merge branch 'master' of https://github.com/trafodion/core
     new ef7b4b0  Merge "Added a hive test to core"
     new fa5084f  Merge remote branch 'core/master'
     new a1b920c  Final move into core sub-tree for restructured repo
     new 3ca9f4e  Merge remote branch 'gerrit/master' into traf/opensrc
     new 257015f  Merge branch 'master' into traf/opensrc
     new 257b00c  More fixes to CClusterConfig
     new afd399e  Merge remote branch 'origin/master' into temp-merge
     new 2be7724  Merge remote branch 'log4cxx/temp-merge' into migrate_log4cpp_to_log4cxx
     new 173dd69  Allow scan esps to take # of partitions.
     new d48433f  Fix for TRAFODION-4
     new 31c8ffb  Fix #1369853
     new 57fa703  Merge remote branch 'origin/pr/3/head' into mrg_2
     new ab9dc9f  JIRA TRAFODION-9
     new 695da0d  Fix for TRAFODION-10, fix stale URLs in install_local_hadoop
     new ed5d343  Merge remote branch 'origin/pr/6/head' into mrg_4
     new 2895b34  [TRAFODION-11] Add tests for big column size and transactions
     new f483bad  Fix for Trafodion-5
     new 049074a  Merge remote branch 'origin/pr/2/head' into mrg_5
     new c4130d2  Merge remote branch 'origin/pr/9/head' into mrg_6
     new b36d9de  Changed pom file to use java version 7
     new 8b59bb9  TRAFODION-13 Multiple MTD-related bug fixes, UDF and RI constraint fixes
     new 6f6017f  Merge remote branch 'origin/master' into mybranch1
     new a4e3cb6  Merge remote branch 'origin/pr/8/head' into mrg_7
     new ba8c17d  Added copyright statements and some comments.
     new be20cd9  Merge remote branch 'origin/pr/10/head' into mrg_8
     new 8de8d02  Merge remote branch 'origin/pr/12/head' into mrg_9
     new 77c5f21  TM Support for DDL Alter Table
     new 6cc3053  ESP-colocation fixes (Ravisha and Qifan)
     new a9f1815  Merge remote branch 'origin/pr/12/head' into mrg_9
     new 0775b8d  [TRAFODION-6]JDBC T2 has compilation errors when use -D_DEBUG option
     new 7329a5a  Trafodion Elasticity changes.
     new 01ad4b1  Elasticity changes missing files
     new 960b860  Changes related to JIRA [TRAFODION-14]
     new ed39cf4  Updated copyright.
     new d84056f  Deleted unwanted characters.
     new be6d0c2  Added missing sample configuration file.
     new fbfeec6  Removed script file.
     new 04f1d16  Merge remote branch 'origin/pr/14/head' into mrg_11
     new 102970c  Merge remote branch 'origin/pr/15/head' into mrg_12
     new 2ef0577  Merge remote branch 'origin/pr/5/head' into mrg_13
     new d3fdb9a  Fix for TRAFODION-3 by Pierre Smits
     new a487b82  Merge remote branch 'origin/pr/16/head' into mrg_14
     new 05f038f  Rework on OSIM
     new 4ed201f  Rework on OSIM [TRAFODION-16]
     new 002c83f  Merge branch 'master' of github.com:HowardQin/incubator-trafodion
     new 2cedff1  Merge remote branch 'origin/pr/4/head' into mrg_15
     new 31171c3  [TRAFODION-17]Check the closed status of statement
     new 0f27bac  Merge branch 'master' of https://github.com/apache/incubator-trafodion
     new 08bff15  Rework OSIM logging
     new cfb0ba8  Testing with small change
     new fbddb89  rework on logger, NAString, DDL
     new 79eac7f  remove OSIM logger
     new ca08d1b  Merge remote branch 'origin/pr/17/head' into merge_trafodion17
     new 07894c8  Merge remote branch 'origin/pr/18/head' into merge_trafodion18
     new 76e7d7f  support for alter column datatype(TRAFODION-18).
     new c8a4e52  Merge remote branch 'origin/pr/20/head' into mrg_20
     new 3a822f2  fix TRAFODION-21 and updated the known diff for qatdml04.
     new 74ebecd  Privilege manager fixes for 1438896 and 1465356
     new 17a6d2c  Merge remote branch 'origin/pr/22/head' into merge_pull_22
     new 697919d  Merge remote branch 'origin/pr/21/head' into merge_trafodion21
     new f8d9f10  fix JIRA22: avg() overflows over large int data type and remove dqatdml04.known
     new ac80fbd  Fix for [TRAFODION-27] - Time consuming compilation for  queries of BLOB with JOINs
     new cb7bab3  Add code for generating website via Maven
     new 18e94ee  Merge Privilege manager fixes for 1438896 and 1465356, pull request #23
     new 4ad81c7  Merge branch 'site' which adds code for generating website via Maven
     new e9a73a4  Merge branch 'master' of https://github.com/apache/incubator-trafodion
     new 0922c02  Merge [TRAFODION-22] PR-24 fix JIRA22: avg() overflows over large int data type and remove dqatd…
     new 0a31fc9  Reworked change [TRAFODION-27]
     new 7603327  Merge remote branch 'origin/pr/25/head' into mrg_17
     new a539c02  [TRAFODION-36] showddl does not correctly displays delimited names in SALT clause
     new 7428162  Merge branch 'master' of https://github.com/apache/incubator-trafodion
     new 1be260e  Prepare "ROLLBACK" and "COMMIT WORK" at connection phase
     new 0fe0c41  [TRAFODION-30]dcs start fails on development workspaces when  using install_local_hadoop
     new ed24b19  Merge remote branch 'origin/pr/29/head' into merge_traofdion30
     new 3b8e912  JIRA TRAFODION-41 fix. Allow in-memory sort for update stats of single/multi columns by default.
     new bf0ebff  Merge remote branch 'github/master' into fixJIRA#41
     new 674f430  commit #1
     new 1ab11c1  Merge remote branch 'origin/master' into fix1
     new ee13898  Merge [TRAFODION-41] PR-30 Allow in-memory sort for single/MC stats by default
     new ee5a6ff  TRAFODION-38 First working TMUDFs in Java
     new 44d5278  Merge branch 'master' of github.com:apache/incubator-trafodion into bug/udf1
     new 1fbe490  commit #2
     new 3456b64  commit #3
     new 8b289c7  Merge branch 'master' of https://github.com/apache/incubator-trafodion
     new b2d5538  [TRAFODION-37]
     new b81b708  TRAFODION-37
     new 2365793  Fix for [TRAFODION-14]
     new 133e95f  Merge remote branch 'origin/pr/32/head' into mrg_19
     new 317964f  TRAFODION-38 rework for comments and release build failure.
     new 8825233  Merge remote branch 'origin/pr/31/head' into mrg_20
     new 8176a87  Fixing Jenkins test failure of fullstack/TEST062 in release mode.
     new 24ddf73  Merge remote branch 'origin/pr/33/head' into merge_gitpull33
     new eabfcdf  Merge [TRAFODION-37] PR-28 T2 rowset COMMIT ROLLBACK
     new 235653a  commit #4
     new 3a9f8b0  Support for chunking during insertion into lobs and extracting into external files. Currently supported for lob insert and lob extract to/from local linux files.
     new d8b4f82  Merge remote branch 'origin/master' into lob_work_files2
     new c4b5bee  Merge branch 'master' of https://github.com/apache/incubator-trafodion
     new 7801e6a  TRAFODION-40 Make index-maintenance delete conditional
     new db31e6b  Part 1 of updates to licensing info in Trafodion source
     new e50b3f8  Merge remote branch 'origin/pr/35/head' into mrg_22
     new db2b612  Part 2 of changes to update license text in Trafodion source
     new 3832724  [TRAFODION-1423] Indexes on trafodion should be created in aligned row format by default
     new 76e71de  [TRAFODION-1423] More changes
     new 9b136f5  Merge [TRAFODION-28] PR-36 Part 2 license updates
     new ea725f7  [TRAODION-1423] Indexes in the aligned row format more changes
     new 6c69abd  Merge remote branch 'origin/master' into index_format
     new 8dffe98  [TRAFODION-28] Part 3 of changes to update license text
     new 7c229c9  Merge remote branch 'origin/master' into fix1
     new 054075f  [TRAFODION-45] Change default port number for DCS Master and DCS WebUI [TRAFODION-1152] LP Bug: 1442685 - DCS: Tries to start even if trafodion is not running [TRAFODION-1269] LP Bug: 1463496 - Change default port numbers for DCS Master and DCS WebUI
     new ff71cfd  Merge branch 'master' into traf-45
     new 2c9f1ac  [TRAFODION-1436] Change Trafodion Phoenix Test package name to org.trafodion
     new 9a60819  Changes for JIRA TRAFODION-1433
     new 6de5bb8  [TRAFODION-1423] - Indexes in aligned row format
     new ff2f4d3  Merge branch 'master' of https://github.com/apache/incubator-trafodion
     new 1bb92f0  [JIRA 1438] Fixing Win ODBC crashes with long cert file name length
     new 8fcbe4a  [Trafodion-1424] Enable CIF for Trafodion scan operator When a row is read is read by the scan operator from native HBase or Trafodion tables (either aligned or regular format) a convert expression is applied to convert the row into a form usable by rest of query tree. Output of convert expression is now in aligned format, with varchars not being blank padded. Change can be disabled with cqd COMPRESSED_INTERNAL_FORMAT 'OFF'. Majority of change is due to Khaled Bouaziz.
     new 49f2d8c  Merge [TRAFODION-1436] PR 40 Package rename
     new a3596ea  Merge remote branch 'origin/master' into traf-45
     new ed6ea48  Merge [TRAFODION-45] PR 39 DCS port changes
     new a774723  Remove dependency on mvnrepo.trafodion.org
     new a158062  Merge [TRAFODION-1423] PR 42 Index improvements, aligned row format
     new c2afccc  Changes for pdsh error--fixed copyright
     new 987a822  Rework for review comments + resolve merge conflict
     new 3c31330  [TRAFODION-14] Inconsistency in index
     new e820b16  Merge branch 'master' of https://github.com/apache/incubator-trafodion
     new 3479af1  [JIRA 1438] Fixing Win ODBC crashes with long cert file name length
     new 4589e5b  Fix JIRA 1442
     new 3025b2b  Merge remote branch 'origin/pr/41/head' into mrg_25
     new e59f8eb  Merge remote branch 'origin/pr/45/head' into mrg_26
     new 526397b  Merge remote branch 'origin/pr/46/head' into mrg_27
     new cfa1bed  commit #5
     new 747ca0c  Merge remote branch 'origin/master' into fix1
     new f486d33  Merge remote branch 'origin/pr/43/head' into mrg_28
     new d21c04b  Merge remote branch 'origin/pr/47/head' into mrg_29
     new 65964bd  commit #6
     new 8761da5  commit #7
     new 8c94c6f  commit #1
     new 2b0b85f  Merge remote branch 'origin/master' into fix1
     new e0aa449  Larger changes to installer. TRAFODION 1433 39 24
     new 54cadb6  Merge [TRAFODION-1426] PR 49 null values in RI constraint
     new c3c3377  getHadoopNodes and variable name.
     new 6de257e  fix JIRA 1425 and 1432
     new b46b887  Merge remote branch 'origin/pr/48/head' into merge_pull48
     new 8e8fd9b  [TRAFODION-1444] Reduced pathlength for IUD
     new 744027b  [TRAFODION-28] Fix copyrights in core root directoyr
     new 06ec1f6  [TRAFODION-28] Update license text in tests directory
     new 92593c1  Merge remote branch 'github/master' into fixJira1425_1432
     new 8bc2108  Fix JIRA 1447
     new 9a01355  [TRAFODION-1444] Reduced Pathlength for IUD
     new 57ab500  Merge remote branch 'origin/pr/53/head' into mrg_31
     new 847e74d  Merge remote branch 'origin/pr/54/head' into mrg_32
     new ae8e49f  Merge branch 'master' into trafodion-1444
     new 08dcd9c  Small change also to rerun tests
     new 87d2639  Fixed permissions when adding hadoop nodes
     new 4e596fb  Merge [TRAFODION-1433] PR 50 SUSE support etc.
     new 9d42c62  [TRAFODION-1448] Leak in HTableClient objects
     new 3cb15c3  TRAFODION-1455. Renamed pwd. to pwd.cpp
     new d0920db  [TRAFODION - 1456] Rowset upsert into table with index asserts
     new d35f77e  Merge remote branch 'origin/pr/55/head' into mrg_37
     new cc288e6  Cloudera parcel support and EPEL bug fix.
     new 8e91a78  Removed lines from sqenvcom.sh
     new 5260807  Merge remote branch 'origin/pr/57/head' into merge_trafodion57
     new 08fe6f5  Added HADOOP_PATH for installs using --config_file
     new 4b4034e  [TRAFODION-1454] Unable to detect the query id via RMS while running the tools like ODB
     new 1e60a9b  TRAFODION-1457 Issues related to decoding HBase region keys and TEXT table
     new f253bd8  Merge [TRAFODION-1452] PR-58 Cloudera parcel support and EPEL fix
     new d081b7d  Move myself from contributor to committer
     new 4e9bb03  Fixing review comment issues for TRAFODION-1457.
     new 5f9c7b3  Merge [TRAFODION-1457] PR 60 HBase region keys decoding and TEXT
     new b3e9a31  Fixes for extract to files and dealing with issues ith 2 or more lob columns.
     new 3b21457  [TRAFODION-1460] Enable EXPLAIN IN RMS feature by default
     new c8fc9c9  Merge remote branch 'origin/master' into lob_work_files2
     new daa0a47  [TRAFODION-1460] - Allowing 'CURRENT' for qid
     new 74020c2  Fixes for Jira's trafodion-19 & trafodion-29
     new edfc632  Merge branch 'master' of github.com:apache/incubator-trafodion
     new 97d0c78  TRAFODION-1459 SHOWDDL shows incorrect DIVISION BY + regressions fix
     new adcae25  Merge [TRAFODION-1460] PR 61 Enable EXPLAIN IN RMS by default
     new 59927f0  Merge [TRAFODION-1459] PR 63 SHOWDDL shows incorrect DIVISION BY
     new f5eccb9  Adding hostname change fix and cloudera start node fix
     new a6ec56a  Fix for a few JIRA issues
     new 7dece12  Merge remote branch 'origin/pr/62/head' into mrg_39
     new c467b2d  Merge branch 'master' into jira_bugs2
     new ed6512c  Merge [TRAFODION-1218] PR 64 Fix new hosts names, add node at install, fix cloudera bug
     new 5928f31  Merge remote branch 'origin/pr/65/head' into mrg_40
     new 68b84db  First draft insert costing
     new 4f654ec  More insert costing changes
     new f95b46e  fix #JIRA 1449: missing end key.
     new 5d4e0a9  [TRAFODION-1453] Improvements in Hive Scan
     new 4c4a2c7  [TRAFODION-25] Second attempt at INSERT costing
     new d547e1e  [TRAFODION-1453] Changes to avoid scan for a range delimiter in the buffer when not needed. It is now ok to encounter the range delimiter in the the column value, but its behavior is unknown.
     new c7b4b12  Merge [TRAFODION-1453] PR 67 Improvements in Hive scan
     new c5c516e  Merge remote branch 'origin/pr/66/head' into mrg_41
     new 23e24b4  Changes for JIRA TRAFODION-353, 1200, 1214, and 12
     new c76e38c  Added regression test and fixed miscellaneous issues.
     new 85f1b7c  Merge remote branch 'origin/master' into lob_work_files2
     new 00c4639  fix JIRA1468 (missing MDAM plan)
     new 88510f8  Merge remote branch 'github/master' into jira1468_missingMDAM
     new 7610b1e  Merge [TRAFODION-25] Part 1 Insert costing changes
     new 5a1c585  Fix JIRA1468 (missing MDAM plan)
     new 29389f4  Merge branch 'master' of github.com:apache/incubator-trafodion
     new 40c2786  Fix for Trafodion-12 update
     new 191c82d  Merge [TRAFODION-1468] PR 70 missing MDAM plan
     new 9e19582  Fix TRAFODION-1450
     new 6edf28c  Merge [TRAFODION-1450] PR 71 Test fix
     new a4f9682  TRAFODION-1461 Install scripts have hard coded values for Hadoop admin and password - Using $username:$password instead or hardcoded admin:admin.
     new 7012098  TRAFODION-1480 Alternative to lscpu to get cores and cpus using info from /proc/cpuinfo - Try to get cores and processors from /proc/cpuinfo when we cannot get from lscpu.
     new 5d46472  Merge [TRAFODION-1461} PR-72
     new 2e0b1dd  JIRA TRAFODION-19 && TRAFODION-1483
     new 569045b  Merge branch 'master' of github.com:apache/incubator-trafodion
     new e0b7601  Merge [TRAFODION-1480]
     new 8dec724  Changes to product banners to reflect Apache Trafodion copyrights. sqlci, trafciand arkcmo, udr banners will nw read an envvar from sqenvcom.sh to determine copyright and banner header. sqvers and genverhdr have been modified to indicate the product version. It will now show it is  "Apache_trafodion" in the sqvers output for all binaries, libraries and jars. This addresses part of JIRA TRAFODION-28
     new cef0573  Merge remote branch 'origin/pr/74/head' into mrg_43
     new acc3eae  Modifications from review comments from Dave
     new 330a6ea  [[Trafodion 1133]] [[Trafodion 1088]] [[Trafodion 1481]]
     new d2fa0fa  Removed old copywrite info
     new fad0a8c  Small changes and error checking
     new f6dba67  [TRAFODION-9] Non-blocking hbase operation to smoothen the data flow in trafodion engine
     new ef0dc5b  Merge remote branch 'origin/pr/75/head' into mrg_44
     new 88ed908  Changes to sqenvcom.sh file to make it easier to run on Apache HBase without one of the distros.
     new b3a69e2  Changes for CLUSTERNAME
     new c66deca  [TRAFODION-9] Non-blocking hbase operation to smoothen the data flow in trafodion engine
     new 6103052  Copyright headers set #1
     new 324ab95  JIRA TRAFODION-1488
     new 6f2b03a  Merge [TRAFODION-9] PR 77 Non-blocking HBase operation
     new 1e85b6a  Merge remote branch 'origin/pr/78/head' into mrg_45
     new 2806f9b  Fix for clustername
     new 8f822e7  copuright header changes set 2
     new 11af9ea  Merge remote branch 'origin/pr/79/head' into mrg_46
     new eeb0189  Merge PR-76 Installer Fixes
     new fad0c54  TRAFODION-1451: Vanilla hadoop support for installer
     new d857ff5  Fix for JIRA TRAFODION-1491 - HIVE TEST009 fails
     new 96f50da  Merge remote branch 'origin/pr/81/head' into mrg_47
     new 0c8f57e  [TRAFODION-1490] fix backup restore script to support CDH parcels install
     new 0434c60  Merge remote branch 'origin/pr/82/head' into mrg_48
     new 4b2cfc8  [TRAFODION-1456] Merge statement returns error 3241 when there is unique index in the table [TRAFODION-1493] Logs TMDUF does not scan udr logs Also enabled merge with views and merge with RI constraint.
     new 7de5f86  Rebase changes. Removed DETAILED_STATISTICS cqd setting for ustat.
     new 225d2e4  Add a small change to disable this feature if it causes problems. cqd MERGE_WITH_UNIQUE_INDEX 'OFF' will disable this feature. ON by default.
     new 3d212c6  jira-1443 final.
     new 0b1fce2  -Eliminated installing trafodion components along with install_local_hadoop -Added a new script to install trafodion components (install_traf_components) -Modifed core 'makefile' so dcs gets built along with 'core' -Introduced a new makefile at the top level
     new a718b1b  Merge remote branch 'origin/master' into lob_work_files2
     new 890c306  add a new regression test for upstats for native hbase tables
     new 67f8566  Assigned ports to database manager
     new 8886fa8  fix hive stats not being used by the compiler
     new f55ef5c  Review rework
     new 268f855  Adding small change to allow Cloudera to install from local repo
     new 0147af8  Rework for view with check option.
     new d3f73db  copyright changes in dcs and rest and removing HP references in asciidocs
     new a3390a7  Merge remote branch 'origin/master' into sandhya_copyright2
     new e2cfb6e  fixed issues
     new d3e4151  Avoid creating an external table when the access is not originated from update stats.
     new c9e61d9  [TRAFODION-1494] UPD STATS used serial plans for sample table
     new 10ad97a  Changes from revew comments.
     new 7770da6  Merge small bug fix to [TRAFODION-1133]
     new 566ce15  Update regression expected files, mostly for HIVE and for EXECUTOR/TEST002
     new e0598c5  update seabase/TEST028 to avoid use swhbase.
     new 0895f6d  Merge [TRAFODION-1494] UPD STATS serial plan fix
     new 92428d7  JIRA1443: address seabase/TEST028 failure.
     new 00dd462  AFODION-1492] Allow specification of MaxHeapSize for JVM started by UDR server
     new 3a01e69  Generalize the fix to all update stats stmt.
     new 052b3bb  update TEST028
     new 3b29359  update seabase/TEST028.
     new 3b1cf85  add ddl.sb028 and dml.sb028
     new e80eefc  Incorporated building eclipse project as part of the top level makefile
     new a906cca  rework the fix to JIRA1443: add copyright notes and move isUpdatestatsStmt into HSGLOBALCLASS
     new 5698fe4  more rework
     new a982a5c  Merge [TRAFODION-28] PR-85 Copyright header changes part 2
     new cff5dda  Merge remote branch 'origin/master' into lob_work_files2
     new e109302  Merge [TRAFODION-1443] support stats for native HBase and Hive tables
     new d00db56  Merge remote branch 'origin/pr/80/head' into mrg_50
     new 55d5adf  Merge remote branch 'origin/pr/88/head' into mrg_51
     new 203b403  Misc fixes and comment cleanup
     new 29dc56e  additional fixes
     new 89a3ac4  Fix for [TRAFODION-1492]
     new e991d71  updates for [TRAFODION-1492] - address review comments.
     new 020e648  Incorporated review comments
     new c07c671  Included eclipse project for dcs
     new 3700e90  [TRAFODION-1497] Fix expected results for compGeneral/TEST042
     new 8f5d14f  Additional cleanup
     new 183dd39  Merge [TRAFODION-1492] fix for lacking slash proc metrics
     new 1a4ca5d  Fixed the version for DCS and REST
     new 48d8a72  fix JIRA-1499 and 1500
     new aa55618  Changed check for return code from "open"
     new 85f1168  rework
     new 61b39c4  Updateed .gitignore for dcs
     new 026de94  rebased Merge remote branch 'origin/master' into wrk-brnch
     new 079056f  Merge remote branch 'origin/pr/91/head' into mrg_53
     new 5b5e8f3  Changed jpg files to be local personal pictures to avoid concerns over copyright issues. The expected file changed since the size of these files was different.
     new 0a8da29  Merge remote branch 'origin/pr/89/head' into mrg_54
     new 11763f6  Added copyrights
     new 9cfd17d  Incorporated review comments
     new d315ba7  resolve JIRA-1495
     new 1f0cd18  rework
     new 91cd234  Merge [TRAFODION-1495] PR 94 fix
     new ec0fbd0  Merge branch 'traf/traf-config' into traf/elasticity-deliver
     new 78200ab  TRAFODION-1434 fix
     new 9d7ad26  Wrong version traf_sqconfig. Fixed now.
     new b05adc0  Stop using custom suffix (Nv44) of ICU libs.
     new 469408f  Merge [TRAFODION-1498] PR 93 Fix DCS problem in install_local_hadoop
     new 444e040  Modified top level makefile to package trafodion source
     new 6c493cf  Changed permissions on file
     new a44823f  Most of the Trafodion Java source files are built through Maven, using projects DCS, REST, HBase-trx and SQL. A few files remain in the core/sql/executor and core/sql/ustat directories that are built through javac commands in the Makefile and helper files. Also, these files don't conform to common naming standards and therefore are a bit harder to debug with tools like Eclipse.
     new d7f1dae  Merge branch 'master' of github.com:apache/incubator-trafodion into bug/1129
     new 8e0b3d4  [TRAFODION-25] First draft of DELETE costing changes
     new 4ddce65  Test130 modifications to get it to work with installer setup of hdfs directories. Added some extra cleanup that caused test to fail if run multiple times.
     new 276da69  fix JIRA 1503
     new f27bc25  Merge remote branch 'github/master' into hivePartFunc
     new ed5888e  Merge [TRAFODION-1501] PR 97 Package trafodion source in make
     new ae022f1  Merge [TRAFODION-1502] PR 98 Build remaining Java files using maven
     new 34e9e53  Merge [TRAFODION-1503] PR 100 Fix ComDiags management bug
     new 69f1887  Copyright changes part 3 and cleanup work in dcs
     new deb0130  Merge remote branch 'origin/pr/99/head' into mrg_55
     new 09f19da  Merge remote branch 'origin/master'
     new a543b58  Make INITIALIZE AUTHORIZATION more robust
     new aa0994e  Updating expected files with DELETE plan changes
     new bb75985  swhadoop needs to be replaced with regrhadoop.ksh script. If not it fails on official nightly build machines that do not have swhadoop helper scripts.
     new c08328b  Stop using custom suffix (Nv44) of ICU libs.
     new 4e27842  Changed the source package name to contain the version info Fixed trafci banner issue for non-unix machines Fixed other minor issues
     new b209f13  compressed the src package
     new e40bea1  updated the gitignore file
     new 64e0856  Merge [TRAFODION-1506] PR-103 TRAFCI on windows is missing the banner and copyright information
     new 596692d  TRAFODION-1504 check for environment in sqgen
     new 427e2ce  Merge remote branch 'origin/master' into sandhya_copyright2
     new 7c7245e  Added copyright to template file Fixed the package name for the src tar file
     new 934c270  Merge [TRAFODION-1506] PR-106 changed packaging tar file name
     new deb60e6  Merge remote branch 'origin/pr/104/head' into mrg_57
     new bd0f69c  Merge remote branch 'origin/pr/105/head' into mrg_58
     new a1f99cb  [TRAFODION-1482] [TRAFODION-1474] [TRAFODION-1279]
     new 26fe0b3  Unneeded windows files
     new 82a3a25  Rework for defect foundby Hans.
     new cefbb9b  Reworks addressing review comments
     new 87b2827  Merge remote branch 'origin/pr/107/head' into mrg_59
     new 5e17dfe  [TRAFODION-1511] Phoenix tests when using T2 driver fails with Index out of range error
     new 0618e6e  Merge [TRAFODION 1511] Phoenix tests when using T2 driver fails with Index out of range error
     new 661f4ad  Delivering multithreaded code to support resultsets.
     new e40f8f0  Trafodion-1513 -- build fixes
     new ba61c39  Merge remote branch 'origin/pr/102/head' into mrg_60
     new e0b3c6b  Added TRAFODION_VER to properties in template file
     new aa16db5  Merge [TRAFODION-1511] PR 110 Fix problem with Phoenix tests
     new a7319df  Trafodion-1513 -- build fixes
     new dd15115  Removed commented code
     new cd98173  [TRAFODION-1516] An trafodion infrastructure program mxssmp dumps core at times
     new 471a561  Merge [TRAFODION-1516] PR 112 Fix pid problem that causes mxssmp core dumps
     new ff6d161  Merge [TRAFODION-1513] PR 109 Trafodion build from source tar failing
     new 25796bc  Fixed minor issues with version and make dependencies
     new f9abcd4  0000034: Missing fully qualified path for 'ip' from dcs bind script
     new 2ce3fb9  Includes cleanup, rat-excludes file and rat_readme to explain exceptions.
     new f4a9bac  Merge remote branch 'origin/master' into sandhya_copyright2
     new 39d9c29  Merge [TRAFODION-1517] PR-113 make dependencies for dcs was incorrect
     new a751675  Merge [TRAFODION 1518] PR-114 Missing fully qualified path for 'ip' from dcs bind script
     new df76bab  Merge remote branch 'origin/pr/111/head' into mrg_61
     new 4a34a04  Removed unneeded files lacking copyrights Fixing hive/EXPECTED009, a result changed sdue to new heap sort algo.
     new 206b9e9  Missed a couple of files in the previous checkin
     new eb41f7f  Merge branch 'master' of https://github.com/apache/incubator-trafodion into remove_icu_suffix
     new e85909f  Update traf_tools_setup.sh for ICU lib building.
     new 9aafdfc  Merge branch 'remove_icu_suffix' of github.com:ryzuo/incubator-trafodion into remove_icu_suffix
     new 2b897a4  Deleted unneeded protobuf project files and corrected issues from reviews.
     new 77eab6b  TRAFODION-1521 Build Trafodion without having HBase installed
     new d5efae3  Merge various rat-related changes
     new 16fc88e  TRAFODION-1521 Rework from review comments for PR 118
     new e7d9133  Merge [TRAFDOION-1434] PR-95
     new 090b84f  TRAFODION-1521 Trying to address the build failure in MPI.
     new 40c08d6  TRAFODION-1521 Take 4: Fix for sqvers -u failure
     new 8a00663  TRAFODION-1521 Take 5: Update .gitignore
     new 51bbd91  TRAFODION-1521 Take 5: More .gitignore files
     new f3c557c  Merge [TRAFODION-1521] PR 118 Build Trafodion without installed HBase
     new 3af9220  Merge pull request #1 from apache/master
     new 5a2eceb  Fixed version issue in DCS Added a new target to Makefile(toplevel and core) to install traf components( eg: make trafinstall) Updated the format of DCS log files fixed minor issues
     new 89720b8  A couple of python scripts got incorrect comment markers in their copyrgiht. Fixing those as part of previous copyright header fix
     new 9d50425  For locale issues
     new 7a250d0  Incorrect messages for ResultSet
     new 9d033a1  Merge remote branch 'origin/master' into wrk-brnch
     new 92b17fa  Fix for Phoenix T2 test failures due to missing DTM classes.
     new 64c5f79  Merge fix for Phoenix T2 test failures, PR 123
     new 7bb805d  Merge remote branch 'origin/pr/122/head' into mrg_62
     new e4b7b2b  Merge [TRAFODION-1526] PR-121 Incorrect messages for ResultSet cursor before the first row and after the last row
     new ab8f637  Merge [TRAFODION-1525] PR-120 Locale for JDBCT4 doesn't work
     new f9bc12d  [TRAFODION-1519]Use free tool to build windows ODBC
     new 46f7be4  Merge remote branch 'origin/pr/124/head' into mrg_63
     new 7354b0a  TEST042 allowing longer compile time and collect system stats
     new 6b8fdb4  [TRAFODION-1535] Explain and RMS statistics output are not in sync when the vsbb is chosen for Insert/Upsert command
     new 45d3e49  [TRAFODION-1531] Hitting WrongRegionException
     new c7931fb  Merge branch 'master' of github.com:apache/incubator-trafodion into jira_1531
     new dc47dd1  [TRAFODION 1539] HADOOP_PATH now will be set.
     new 9a4e14f  Merge remote branch 'origin/pr/128/head' into mrg_64
     new 876de2d  Merge remote branch 'origin/pr/129/head' into mrg_65
     new 6b06768  fix JIRA461
     new fe1a77e  Merge remote branch 'origin/pr/130/head' into mrg_66
     new aa86b53  Merge remote branch 'origin/pr/131/head' into mrg_67
     new db970e1  TRAFODION-1541 Fix make errors when building outside of git
     new 8dca6cd  Fixing maven version installed in TOOLSDIR.
     new 7fd43af  Fixing untracket file issue of earlier commit
     new d3e0914  Replace host name with IP address
     new 65d0f1c  [TRAFODION-34]Support region splitting/balancing
     new 815fc9b  Merge branch 'master' of github.com:apache/incubator-trafodion into jira_34
     new 521c35c  use environment vairable in the inno setup script
     new bc0ad16  Merge [TRAFODION-1541] PR 134 Fix make errors
     new f31ddf6  rework for fix to JIRA461
     new 5aca37b  Fixed the issue when Hadoop/zookeeper is started using default port
     new fcd8a67  Merge branch 'master' of github.com:apache/incubator-trafodion into wrk-brnch
     new 6abfe60  Merge [TRAFODION-461] PR 132 Correct number of active partitions
     new 4e52d03  Removed the unwanted message from dcsstart and dcsstop command Checked for the existence of start port number
     new f43a24c   Added the required ports to sw_env.sh and cleaned up the code
     new 008786e  [ TRAFODION 1543 ] and other small changes
     new fe5d2c2  Rephrased question and bug fix
     new 5977ca5  Merge branch 'master' of github.com:apache/incubator-trafodion into wrk-brnch
     new 63b124a  Merge [TRAFODION-1542] PR-138 incorrect port numbers generated for dcs when install_local_hadoop is run using default ports
     new f8e41b9  [TRAFODION-1549] [TRAFODION-1550] TRAFODION-1549 : Extends event_log_reader TMUDF to read DCS logs and overflow files from all components TRAFODION-1550 : Improves performance of bulkloader by determining flush size based on row length Other changes Rework for TRAFODION-1279 suggested by Hans and not addressed in previous pull request Rework for TRAFODION-1474 for a regression found by Weishiun Tsai Fix for regress/hive/TEST020 occasional failure on build machine
     new 288a337  Trafodion-1551 -- Change version of Trafodion from 1.2.0 to 1.3.0
     new 5360a1d  Merge remote branch 'origin/pr/137/head' into mrg_68
     new e84ea2f  DCS starting with incorrect DNS interface
     new 72e8234  [TRAFODION-1553]Missing License causing check fail
     new ca53647  Merge [TRAFODION-1553] Missing License causing AL static check failure
     new 6ca31ce  Trafodion-1551 - Change version of Tradion from 1.2.0 to 1.3.0
     new b8e46bd  Merge remote branch 'origin/pr/139/head' into mrg_69
     new f13f269  Merge branch 'master' of github.com:apache/incubator-trafodion into wrk-brnch
     new a65530a  Changed veriosn of win-odbc from 1.2.0 to 1.3.0
     new a266807  Merge remote branch 'origin/pr/142/head' into mrg_70
     new a4a8365  Trafodion-1551 -- Change version of Trafodion from 1.2.0 to 1.3.0
     new 05005f9  Merge branch 'master' into testb
     new 9937f92  fix TRAFODION-1555
     new 393eae3  Merge remote branch 'origin/pr/141/head' into mrg_71
     new 476b218  Trafodion-1560 -- Improve script that sets up tools needed for Trafodion build
     new 42abc59  Trafodion-1560 -- Improve script that sets up tools needed for Trafodion build
     new f1446cd  Update the windowsODBC package name to 1.3.0
     new cd79945  d3e0914d16c0fca99fa0c0b92aedb69158c3f5b3
     new d72f207  add copyright for installer.iss
     new 17bda8b  Merge branch 'dcs' of https://github.com/kevinxu021/incubator-trafodion into dcs
     new 568fba8  List all configurations
     new 2578f51  Merge remote branch 'origin/pr/145/head' into merge_trafodion145
     new 9dd48be  Rework for issues found by Dave and Selva. The flush size is not set in units of KB, with a default of 1024KB. Explain will report it in rows. Size in rows, as sent to executor is capped at 32767.
     new d060bef  Merge remote branch 'origin/pr/140/head' into merge_trafodion140
     new 7cf4caa  Merge remote branch 'origin/pr/144/head' into merge_trafodion144
     new 6046ef7  Merge branch 'master' of github.com:apache/incubator-trafodion into wrk-brnch
     new 397e06b  Moved sqgen step after dcsinstaller and restinstaller
     new fe33502  [TRAFODION-1564]Split/balance is not being delayed
     new 28dff27  [[ TRAFODION 1567 ]]
     new c5e3d78  Merge remote branch 'origin/pr/148/head' into mrg_73
     new 10d8003  [TRAFODION-25] Fix bug preventing fully parallelized DELETEs
     new a74c226  Merge [TRAFODION-1519] PR-126 Use free tool to build windows ODBC
     new af7809d  Merge [TRAFODION-1540] PR-136 Replace host name with IP address
     new fedfa7a  Change release version from 1.3 to 2.0
     new 298ddd4  fix JIRA-1556
     new 0b3c706  Merge remote branch 'github/master' into MDAMfix
     new 17edbea  Rework for fix to JIRA-1556
     new 1aafdd3  fix core/TEST162
     new 54f44ec  Merge [TRAFODION-1561] PR 146 List all DCS configurations
     new 6930905  Merge [TRAFODION-1567] PR 149 Run HDFS commands only on nodes with HDFS
     new 0abb3b6  Merge [TRAFODION-25] Fix bug preventing fully parallelized DELETEs
     new 955a0c0  Merge change release version from 1.3 to 2.0
     new 2fffe34  Merge [TRAFODION-1556] PR 152 Improve UPDATE STATS performance
     new 60b1e9d  Trafodion-1569 -- Release package has missing and incorrect files
     new aa756a0  TRAFODION-1560 Release package has missing and incorrect files
     new 04e6d13  TRAFODION-1569 Release package has missing and incorrect files
     new 2e1e1a7  [[ TRAFODION 1563 ]] Fix INSTALL_LOG name
     new 664218e  update expected file for HIVE/TEST018
     new 038c554  Merge remote branch 'origin/pr/153/head' into mrg_74
     new 55d6526  Merge remote branch 'origin/pr/154/head' into mrg_75
     new 9070a6d  Merge TRAFODION-1569 Release package has missing and imcomplete files
     new 8cc979d  Changes to script to make easier to maintain.
     new 4cb48a4  Added copyright
     new bd960ca  [TRAFODION-1576] Performance improvement for backup-restore and reducing offline interval for backup.
     new 9ce518c  Merge remote branch 'origin/pr/155/head' into mrg_76
     new 0ce8b15  Cleanup the scripts to remove HP names
     new 3bc1a7f  Merge branch 'master' of github.com:apache/incubator-trafodion into wrk-brnch
     new 514479f  Merge remote branch 'origin/pr/157/head' into mrg_77
     new 6189618  Backup-restore installer support
     new dafab4b  Merge branch 'master' of github.com:apache/incubator-trafodion into wrk-brnch
     new e7dd420  [TRAFODION-1590] UPSERT into <table> VALUES (<subquery>, ...) fails
     new abd554e  Merge branch 'master' of github.com:apache/incubator-trafodion into bugfixesInstall
     new 6bc6aa7  [[TRAFODION 1592]]  Parcels will not install
     new f8b2ace  [TRAFODION-1591] Script to find ports not-in-use
     new c20a4bc  Merge [TRAFODION-1576] PR 158 B/R performance improvements
     new 986d4fe  Merge [TRAFODION-1576] [TRAFODION-1592] PR 160 B/R install support
     new 392b99b  Merge branch 'master' of github.com:apache/incubator-trafodion into upsert1
     new 9b85014  [TRAFODION-1607] - Missing version for jdbcT2 and jdbcT4 jar files
     new 7c95bc4  Merge branch 'master' of github.com:apache/incubator-trafodion into wrk-brnch
     new 825216d  Resolving the following JIRAs : TRAFODION-1604 - Fixed one place in CharType.h where 100 was the max limit for lob handle length TRAFODION-1596 - Added checks in alter code to prevent altering adding LOB columns. TRAFODION-1598 - Added several syntax filxes in parser and ExpLOBaccess.cpp to address these problems. TRAFODION-1599 - Added checks in binder to prevent sample columns from being LOB columns. TRAFODION-1602 - Added checks in DDL layer to prevent LOB columns as  [...]
     new cce8b85  Merge remote branch 'origin/pr/162/head' into merge_trafodion1591
     new dd2ea96  deprecated put.getFamilyMap
     new c69be87  [TRAFODION-1575] Avoid transforming update into delete and insert
     new 861dc63  Merge branch 'master' of github.com:apache/incubator-trafodion into wrk-brnch
     new 02cf114  Moving the check for presence of LOB columns in sampled Coumns to generator so it allows non lob columns from the same table to be sampled.
     new 1ff1fa2  Trafodion-1612 and Trafodion-1613
     new 549d597  Took care of versions and rebuilds
     new 5ad50af  Couple of fixes for JIRA issues. Details below.
     new d62a598  Merge remote branch 'origin/pr/165/head' into mrg_79
     new bba8233  Merge remote branch 'origin/pr/167/head' into mrg_80
     new 192744f  removed the obsolete file from gitignore
     new d5ca21f  Merge [TRAFODION-1612] and [TRAFODION-1613] build changes
     new 1c45717  Merge [TRAFODION-1612] and [TRAFODION-1613] build changes
     new b9fb0d4  Merge [TRAFODION-1607] PR-164 Missing version for jdbcT2 and jdbcT4 jar files
     new bdc8c10  Update SingleVersionDeleteNotSupported.java
     new b14500c  Update TransactionalTable.java
     new 6b0a68c  Update SsccTransactionalTable.java
     new 9edc641  Update SsccTransactionalTable.java
     new 229e667  Update TransactionalTable.java
     new 9bf3176  Merge remote branch 'origin/pr/169/head' into mrg_81
     new 013bb77  Merge branch 'master' into privs
     new aebe120  Reduce places to change release version in pom.xml files
     new 851f2a5  Fix for TRAFODION-1623
     new 0ea3810  Replace project.version value with environment variable for dcs and rest
     new 667886e  [TRAFODION-1530]deprecated put.getFamilyMap
     new 1ea3e83  Merge [TRAFODION-1623] PR 171 Installation fails
     new 9032628  Fix for Trafodion 1623
     new 982804b  Pass current DB version to jdbc tests
     new 0ebc219  Merge [TRAFODION-1623] PR172 Installation fails
     new adafbd5  Fix for the core/TEST106 failure caused due to JIRA TRAFODION-1625
     new 1bbfc62  fix jira-1627: 'sqgen' cannot copy files to all nodes.
     new 30da41e  [TRAFODION-1423] indexes are now created in aligned format by default
     new 38fff5b  Adding a check for update precodegen code as well.
     new 81594ff  First phase of website update.
     new ed09cc1  Merge remote branch 'origin/pr/173/head' into mrg_83
     new b3d2eb4  Merge remote branch 'origin/pr/175/head' into mrg_84
     new e54c732  Merge [TRAFODION-1627] PR-167 sqgen doesn't copy generated files to all nodes
     new e3c5753  [TRAFODION-1633] Fix for HBaseCient.getHbaseTableInfo throwing fpe
     new daa4e72  This is the first checkin for the web site update. The Maven skin has been changed with corresponding changes in the pom.xml and site.xml files. The rest is new content, which is now written in the markdown language.
     new 48943d8  Adding files that were not included in first commit.
     new c2493f1  Merge branch 'master' of git://git.apache.org/incubator-trafodion into TRAFODION-1507
     new 89764ec  Merge branch 'master' of github.com:apache/incubator-trafodion into trafodion-1423
     new f1396da  Fix for seabase/TEST022 failure Changes as per the review comments of PR-178
     new fd560fb  Changes to a few script related sql message file and to lob startup. Includes change from Narendra for starting lob process when a node is intergrated.
     new a682d85  Merge branch 'master' into privs
     new 2d54c0b  Another set of changes to take care reviewer comments
     new 8f658ef  Trafodion-1100 Creator of view in private schema unable to select from view
     new aeef01e  [TRAFODION-1507] Incorporated review changes.
     new 64bffa7  Merge [TRAFODION-1423] PR 178 Use aligned format for indexes
     new 20a5030  [TRAFODION-1557]connot connect using Tableau
     new 1baeae6  Merge remote branch 'origin/pr/182/head' into merge_trafodion182
     new 11c61dc  [TRAFODION-1634] Update stats on Hive tables is slow
     new d2c47ec  Merge [TRAFODION-1557]PR 183 Cannot connect using Tableau
     new 7a08596  TRAFODION-1636 & TRAFODION-1642
     new 26031c8  updated .rat-excludes and RAT_README.txt to include copyright changes
     new f347e24  Merge [TRAFODION-1634] PR 184 Update stats on Hive tables is slow
     new 3415443  [TRAFODION-1641] Fix MDAM costing bugs
     new f8856eb  Merge remote branch 'origin/pr/181/head' into merge_trafodion181
     new 6e78365  Small change in how DCS directory is found and named
     new abbc238  Adding cleanat script to clean the TLOG audit tables from the instance.
     new b024821  Typo fix
     new 3abd4bf  Update cleanat
     new 32745f4  Update cleanat
     new 5a4dcb7  Put unified copyrigit into Trafci
     new 63beca6  Make changes for trafci.sh
     new 5169864  JIRA Trafodion-1645 SQL commands to retrieve region stats.
     new 0b86934  Merge remote branch 'origin/master' into br_regstats
     new d226c45  Merge [TRAFODION-1644] PR 188 adding cleanat script to clean TLOGs
     new 80d6cff  Merge [TRAFODION-1636] [TRAFODION-1642] PR 187 fix
     new a4480b3  [TRAFODION-1558]Tableau returns to tables or data
     new 9e0a88b  Merge remote branch 'origin/master' into br_regstats
     new 08e3092  Add trafci.sh-tmpl
     new 0a46c5b  regression test file updates.
     new b4b9203  regr file updates #2
     new 9b69437  dont pack *-tmpl
     new f8ff39c  fix JIRA 1654 for Trafodion
     new ef04905  TRAFODION-1626 fix for dtmci statis -j
     new 4283b52  Merge [TRAFODION-1647] PR-189 Put unified copyright into Trafci
     new e2d32a5  TRAFODION-1643
     new 79db316  Add Batch Data test cases for JDBC drivers
     new 05f4d35  Merge remote branch 'origin/pr/179/head' into mrg_85
     new 7072c24  Merge remote branch 'origin/pr/186/head' into mrg_86
     new e3c7928  Merge remote branch 'origin/pr/195/head' into mrg_87
     new c8d538d  fix JIRA 1654 (rework)
     new 08cc00e  Merge [TRAFODION-1626] PR 196 fix for dtmci status -j
     new c6d0773  Merge [TRAFODION-1558] PR 192 Tableau returns to tables or data
     new f661418  Copied pull request 187 to release1.3 branch
     new c73e065  fixes based on review comments.
     new 5316fee  Merge [TRAFODION-1654] PR-199 Rework for PR 195
     new 3b27862  Merge [TRAFODION-1636] and [TRAFODION-1642] PR-185 Copyrights, License, and Notice file updates
     new 505b97b  connection failed with mtdcs on
     new 779e704  [TRAFODION-1666]script to update win-odbc version
     new ebe876d  Merge [TRAFODION-1659] PR 198 Need Batch test cases
     new 502a8bd  TRAFODION-1667 Remove LD_BIND_NOW variable from Trafodion environment
     new 00b2832  changed swhbase to regrhbase.ksh
     new f68df24  useless to sleep 30s after disconnecting
     new 0068ed3  format node path
     new 84f4ccd  initialize spj
     new 359f2ed  TRAFODION-1570 sqvers -u displays multiple UTTs for a consistent build
     new 127fb16  [TRAFODION-1655] RMS reports incorrect hbase io time and  0 for OperCpuTime for operators hosted in ESP Isolate the timer for Operator Cpu Time from HBase IO Timer. Statistics enabling flag was not set though statistics area was created and some of the metrics were collected. Operator Cpu time metrics collection requires statistics to be enabled. It is now enabled when the operators are hosted in ESPs.
     new acad151  [[ TRAFODION 1184 ]] Checking for Cloudera Role Groups
     new 394d007  Merge remote branch 'origin/pr/194/head' into merge_trafodion194
     new f1b7b43  Add back the log
     new 530ad72  Merge [TRAFODION-1570] [TRAFODION-1667] PR 204 sqvers fixes
     new c58587a  Merge [TRAFODION-1655] PR 205 RMS iotime and OperCpuTime fix
     new 2f53adf  Merge [TRAFODION-1666] PR 201 Script to update win-odbc version
     new 8c9faab  Merge [TRAFODION-1184] PR 206 Add check for Cloudera HBase role groups
     new d44f32e  TRAFODION-1642: Release 1.3.0 copyrights and license files are incorrect
     new 30bd43f  Minor update to .rat-excludes file
     new 8f9576a  update regression results due to the change to HIST_ROWCOUNT_REQUIRING_STATS.
     new aacda9e  restore the original version of runallsb
     new b8f993a  added back .gitignore and added .gitattributes
     new fbfab1e  Merge PR-210 Stats warnings
     new fb36e27  Add a new case to BatchTest of Phoenix test
     new fff855f  Update TrxTransactionState.java
     new 1c617ae  TRAFODION-1507 Second phase of incubator.trafodion.apache.org update.
     new 84af960  [TRAFODION-1663] Prepare, Commit, and Abort requests from TransactionManager now carry a participant number that helps track the specific requenst in the RegionEndpointCoprocessor causing a problem when an UnknownTransactionException is thrown.
     new 4e8bc1b  Merge [TRAFODION-1656] PR-202 Remove DISCONNECTED& refactor some code
     new 6fa33e4  [TRAFODION 1678] Fix DTM error 97 on DROP SCHEMA
     new 0b7112f  Merge [TRAFODION-1665]PR-200 connection failed with mtdcs on
     new 820ac3d  updated Linux driver package files to remove LICENSE requirement
     new 286a6e5  [TRAFODION-1507] Added new files.
     new 0bfd379  Merge branch 'master' of git://git.apache.org/incubator-trafodion into TRAFODION-1507
     new 731a5c7  [TRAFODION-1507] Addressed review comments from Carol, Dave, and Roberta.
     new b033d33  [TRAFODION-1507] Populated merge.md, added a placeholder page for installation troubleshooting.
     new 9ce3c07  Merge remote branch 'origin/pr/212/head' into mrg_88
     new 250ee05  Merge [TRAFODION-1642] License issue fixes
     new 53ce401  Add gitignore files for install and docs
     new d00c773  Merge [TRAFODION-1507] Second phase of incubator.trafodion.apache.org
     new 187e753  Merge issue - add back Apache Copyright
     new 07b73d9  Merge [TRAFODION-1642] PR-216 License issue fixes
     new 9f0a61b  Fix for passwordless ssh and EPEL issue
     new 680900c  [TRAFODION-1695] Optimize ORDER BY and GROUP BY with salt and divisioning
     new 4f79b9d  Update TrxTransactionState.java
     new dd73284  Suppport for extractingl lob data to a user buffer inn a cursor-like fashion. Added a cli test interface to programmatically dynamic queries such as lob extract.
     new 849de1a  [TRAFODION-1672] Failures when running regressions twice
     new a347719  [TRAFODION-1581] TMUDF for JDBC queries
     new 21a149c  [TRAFODION-1688] Changes to support recovery following RegionServer failure
     new 15aa140  Merge [TRAFODION-1678] PR 214 Fix DTM error 97 on DROP SCHEMA
     new 19a95cd  TRAFODION-1031: PUBLIC" is not recognized in some statements
     new 5cfc9fa  Recommitting the last commit. Some files did notget added. Context/changes are the same as earlier commit.
     new 353e1f3  sqvers for clitestdriver
     new ec5e643  Merge branch 'master' of github.com:apache/incubator-trafodion into installbugfixes
     new eab5e35  [[TRAFODION 1689]] and [[TRAFODION 1690]]
     new 59ce2b7  Rework for pull request 218
     new 536d8db  Update TrxRegionEndpoint.java
     new 9c1161d  Merge [Trafodion-1643] PR-197
     new 810003e  TRAFODION-1650
     new 814eb47  Merge [TRAFODION-1687] PR 215 Add gitignore files...
     new a9e168f  Merge [TRAFODION-1688] PR 219 Recovery following RegionServer failure
     new 2d69b73  Merge [TRAFODION-1031] PR 220 PUBLIC not recognized sometimes
     new 5059a84  Merge branch 'master' of github.com:apache/incubator-trafodion into installbugfixes
     new fd8d7e7  TRAFODION-1659 Add a new case to BatchTest of Phoenix test
     new 99091d7  Added a comment explaining missing check.
     new d61ac8a  [TRAFODION-1581] TMUDF for JDBC queries
     new 7e5761e  [TRAFODION-1699] Update website publishing instructions
     new d95f8ff  Merge remote branch 'origin/pr/221/head' into mrg_89
     new 417bb81  rename project
     new 6781092  [TRAFDOION-1666]script to update win-odbc version
     new e55da58  link to top Makefile
     new 52afc68  Merge [TRAFODION-1699] PR 222 Update website publishing instructions
     new 781682a  Changed output param for SIZE to be an input/output address.
     new e2d04fb  Merge branch 'master' of github.com:apache/incubator-trafodion into installbugfixes
     new eaaeb33  Fixes from comments
     new 0027991  Typo
     new 643ac18  TRAFODION-1640: Replaced committers and contributors entries with links per the Jira text.
     new 1f0d872  Floating IP support for AWS cluster
     new f9ef790  Merge branch 'master' into wrk-brnch
     new 12d7342  Merge pull request #1 from apache/master
     new 7a21d39  TRAFODION-1640: Replaced committers and contributors entries with links
     new 8617ad9  - Status message for UPSERT statement reports the number of records that are inserted - Fix to close the statement object after execution (execdirect)
     new fafc88f  Merge branch 'master' into wrk-brnch
     new 6cab930  [TRAFODION-1699] Commented out one of the carousel pictures until there's a better version. Also changed Apache>Status Page to Apache>Project Status.
     new 063694c  Merge [TRAFODION-1699] PR 226 Commented out carousel pictures for now
     new 68157d5  Additional changes for floating ip. Support to start dcsmaster on remote node
     new c14887c  Merge branch 'master' into wrk-brnch
     new dd1b373  [TRAFODION 1547][TRAFODION 1476] PR-217 Fix for passwordless ssh, EPEL and DCS HA setup
     new 34ff7b3  Merge branch 'master' into wrk-brnch
     new 1ba7bd2  [TRAFODION-1618] Fix row estimation logic to scale to more than 255 columns
     new bc69187  Improved display for dcscheck script additional bug fixes
     new 093e6fc  [[TRAFODION 1694]] [[ TRAFODION 1694]]
     new cbcde79  fixes
     new 2544479  added the missing quotes
     new 718880c  Changed name to lowercase for  MXOSRVR to match the process name
     new 806435f  Modified to include the master file
     new 2f4d743  Updated the RAT readme file
     new e188f69  Merge [TRAFODION-1670] and [TRAFODION-1709]
     new e4f391f  Regression test for testing the programmatic interface for extracting lob data  into buffer like a cursor.
     new aa6d9de  Merge [TRAFODION-1666] PR 223 Script to update win-odbc version
     new 0c88b70  Closes #232 because of incorrect merge content
     new 40b0d39  Fix for JIRA 1712. Use of option -p in hadoop fs -mkdir
     new be26ce4  add the "-p available" option to install local haddop script
     new 2d2f001  make sure findPort.py is pushed.
     new 3af5e2b  Merge[TRAFODION-1694][ TRAFODION-1689]] PR-230 Adding full path for kernel.pid_max and call for traf_sudoAccess for DCS HA
     new e27daf1  rework to limit the port range betgween 12000 and 24000
     new a6279ea  retry the push.
     new b2b3e6b  A new option '-p available' to install_local_hadoop.
     new 55a5d00  Merge [TRAFODION-1618] PR 229 Fix row est to scale past 255 columns
     new 2ba37e8  Merge remote branch 'origin/master' into lob_work_buffer
     new 3450fb1  Merge pull request #2 from apache/master
     new d5cd338  Fix catalog api for getCatalog and getSchema
     new 88d8484  Add new jdbc rowsets test cases to dcs/src/test/jdbc_test folder.
     new d754a7d  Merge branch 'master' of https://github.com/apache/incubator-trafodion into myphoenix
     new 8a2085f  [TRAFODION-1714] Sample table population plan now printed before execution
     new 96ac8eb  More adjustments to lob regress test
     new 07b530d  Got needed info
     new b772265  Remove useless code
     new 05c680f  rename package
     new c5d38bb  remove useless variables
     new 4894918  Create a role for spj execution
     new 1f9b52a  Merge [TRAFODION-1714] PR 238 Dump query plan before execution in ULOG
     new 5746be3  Merge [TRAFODION-1680] PR 231 DCS HA support on AWS
     new 68ce84d  [TRAFODION-1721] SHOWDDL fix for descending division by
     new 794662e  rename role name and package name
     new e4ea1ca  Move project into ${MY_SQROOT}/sql/
     new 0c4f84b  replace schema with prefix DB__
     new d05a67b  replace schema with prefix DB__
     new 4444ac0  Merge branch 'master' of https://github.com/apache/incubator-trafodion into a_spj
     new a3b306b  Merge branch 'a_spj' of https://github.com/kevinxu021/incubator-trafodion into a_spj
     new 9867597  add Apache license
     new 8c8d305  re-format README.rst
     new cbbadf5  add cleanup for drop schema and reorder script
     new 9334137  add cleanup for drop schema and reorder script
     new a355f84  Merge branch 'a_spj' of https://github.com/kevinxu021/incubator-trafodion into a_spj
     new c8fef61  Merge pull request #3 from apache/master
     new 531d270  Merge [TRAFODION-1712] PR 233 Fix problem creating multiple level directories
     new b9a4f68  Merge [TRAFODION-1685] PR 236 Fix JDBC T2 catalog api
     new 728dbbf  Merge [TRAFODION-1721] PR 240 SHOWDDL fix for desc divisioning columns
     new fc9651f  Merge [TRAFODION-1719] PR-239 dcsstart/dcsstop does not work if zookeeper logging is less restrictive than ERROR
     new b017243  Fixes for getTypeInfo()
     new 62b91c3  add set schema for drop lib
     new 1558dd2  Merge branch 'master' of https://github.com/apache/incubator-trafodion into a_spj
     new 0042344  Merge pull request #4 from apache/master
     new 859a7e4  Rechecking of asciidoc conversion due to weird Windows10 upgrade.
     new 964e27f  More commands documented.
     new a21818a  support procedures
     new 5c31da7  Add ordering
     new 3fcf188  insert/update LOB support from external user buffer
     new 03b93bf  remove left join keys
     new a9af502  Remove useless code
     new d99ffe0  Completed the SQL Statements chapter.
     new 892fd29  Fixed jar confiction
     new 1cca99a  Documented SQL Utilities.
     new 1cde250  Documentation and installer change for Floating IP
     new fd80e81  Additional fixes to deal with new Ansi blob datatype.
     new a204166  TRAFODION-1736 REST server reports duplicate DCS connections
     new d5e3e84  Applied review comments
     new 13f897e  added copyrights to new testdriver files
     new 20a5e83  Merge branch 'master' of https://github.com/apache/incubator-trafodion into myphoenix
     new 925e6e4  Remove the BatchTest.java from phoenix
     new eb9bf5a  replace schema name with new one
     new 482fc61  replace "NONSTOP...SCHEMA" with NULL
     new 4b1b60d  add filter for procedure name
     new 3023566  Using git command instead of shell
     new 2fc4eba  fix JIRA-1739 to aggressively allocate ESPs.
     new 53a6473  Review comments incorporated
     new 27dbcce  Merge [TRAFODION-1737] PR-246 Fixed jar conflict with jsp-api
     new 3784904  Merge [TRAFODION-1736] PR-247 REST server reports duplicate DCS connections
     new 7e1dfca  Merge [TRAFODION-1738] PR-249 Using git command instead of shell to get build ID
     new c2ce702  Fixed issues seen during testing
     new 38d588f  rework
     new 4e30bf0  fixed issued
     new 1c5f243  First commit for advanced predicate pushdown feature (also known as pushdown V2) associated JIRA TRAFODION-1662 Predicate push down revisited (V2). The JIRA contains a blueprint document, useful to understand what the code is supposed to do. This code is enabled using CQD hbase_filter_preds '2', and bypassed otherwise. Except for the change implemented in ValueDesc.cpp that is a global bug fix whereValueIdSet are supposed to contain set of valueID ANDed together, and sho [...]
     new 8a6f220  Merge branch 'master' of github.com:apache/incubator-trafodion into predicatePushdownV2
     new 9165ad1  rework to remove old code
     new 858f4f9  Rollback isClosed status
     new 2628bb0  Merge branch 'master' of github.com:apache/incubator-trafodion into wrkbrnch
     new 9df82bb  Modified the conditional check for AWS_CLOUD  environment variable
     new e5aeb0a  Merge [TRAFODION-1718] PR-237 Add Batch test cases to dcs/src/test/jdbc_test folder
     new 3bce412  Added SQL Language Elements chapter.
     new 6413844  Merge [TRAFODION-1724] PR-241 Fixes for getTypeInfo()
     new b8999c8  [TRAFODION-1742] Failure of certain Hive regression tests in HDP platform This change fixes a mistake in error handling when Hive metadata string is parsed to convert it into a compiler data structure.
     new f9c710e  add back a missing chunk of code.
     new 99a143f  [TRAFODION-1740] Add CQDs to UPDATE STATS for large tables
     new 384f8fa  Rework
     new 24d6bdb  Merge [TRAFODION-1742] Fix failure of Hive tests on HDP
     new 38573bf  Merge branch 'master' of github.com:apache/incubator-trafodion into predicatePushdownV2
     new 0f302c4  [TRAFODION-1740] Add CQDs to UPDATE STATS for large tables
     new 9359d88  [TRAFODION-1747] Avoid generating SQL errors in successful statements.
     new f365667  Remvoving erroneous backup file.
     new 61f57f1  conditional check fixed
     new fca75ed  Addded SQL Clauses and SQL Functions and Expression.
     new 441769d  redefine PRODUCEDURE_TYPE
     new 9079525  Fix issue where optimization on key column addition should be turned off for MDAM scans, and update EXPECTEDTESTRTS to showcase the new value expected as byte read showing a 53% improvement over previous code
     new 3676fee  Merge [TRAFODION-1739] Add CQD to allow more ESPs per core
     new 9f8afad  Merge [TRAFODION-1727] PR-244 Fixes for DatabaseMetaData.getProcedures and getProcedureColumns
     new 60ffbd9  Merge remote branch 'origin/pr/248/head' into merge_248
     new 7ea42ea  Fixed the aws commands
     new 9ef2954  fixed a minor issue
     new fc9f514  added informational messages for aws configuration
     new 4723e1a  Fix for JIRA TRAFODION-1748 UnknownTransactionException in prepare causes error 97
     new 8b5ced6  minor fix
     new 47ca275  Merge [TRAFODION-1748] PR 256 Fix to error 97 problem
     new 141f354  Merge [TRAFODION-1680] PR-251 Dcs needs to provide support for HA on AWS
     new 9bcd0e2  Completed functions and expressions.
     new d51d201  for jira 1720, add support to convert gbk into utf8
     new d16c4a1  Completd the port of the SQL Reference Manual.
     new 11f9686  jira1729
     new cac96bc  Merge pull request #5 from apache/master
     new 6223708  Merge branch 'master' of github.com:apache/incubator-trafodion
     new 5292fdc  Merge branch 'master' of github.com:mashengchen/incubator-trafodion
     new 8681b49  Updated to use standard theme.
     new 0ea8552  Update HBaseClient.java
     new 6e0193a  Update CoprocessorUtils.java
     new 0dbaf3b  jira1729
     new 9f00dd5  [TRAFODION-1747] Avoid generating SQL errors in successful statements
     new 17b39a0  Updated the Command Interface Guide to use the standard PDF template.
     new e3d65c1  TRAFODION-1087 & TRAFODION-1671 fixes
     new 7a41338  Add Vproc and main class
     new d8b594f  add copyright
     new 36c6272  Finished port to asciidoc for documentation and created the new document directory.
     new e1af6b9  rename & update code
     new 411b703  Merge branch 'master' of github.com:apache/incubator-trafodion
     new c1b8448  remove trafcoprocess.properties
     new e09a145  Added missing license text in yaml file.
     new 12a0c3e  fix the pull-request comments for jira1720
     new 3efa731  fix comments for jira 1720
     new d90dde7  [TRAFODION-1752] JVM goes out-of-memory for hundreds of upsert statement in one session
     new 88a5cb4  [TRAFODION-1742] Rework, misplaced parenthesis
     new a331938  Merge [TRAFODION-1087] && [TRAFODION-1671] PR-261 regression fixes
     new 980ebc7  fieed version issue
     new e489ec1  Merge remote branch 'origin/pr/264/head' into merge_264
     new 1b74ea6  support add/alter/drop libraries
     new ddb150e  update help doc
     new b28e276  Restoring missing gitignore file.
     new 9e36d92  ignore output file init_libmgmt.sh
     new c4c8b4b  add a lock for file upload
     new 3271cca  paramiterize library name
     new 82b256c  fix more according to jira 1720 review comments
     new aecc2db  refine the iconv function, remove unnecessary code to boost perf further
     new e06b264  [TRAFODION-1682]MT-DCS protocol issue fix
     new 35664a3  fix typo issue
     new f50db29  Added new section to main page, added binary download info to download page amd cleaned up instructions for how to modify documents.
     new b8e6e9c  Update traf_coprocessor.properties
     new 17d1b17  TRAFODION-1754 Showddl component does not display grants correctly
     new 2f896f5  [TRAFODION-1753] Wrong HASH2 partitioning for salted tables
     new 03a697d  Merge [TRAFODION-1699] Web site upgrade and asciidoc manuals
     new 8197da6  Addtional fixes for HA support (AWS)
     new 4218f91  Merge branch 'master' of github.com:apache/incubator-trafodion into wrkbrnch
     new 0613c59  Fix reopened JIRA 1736
     new b01d8cb  Update CoprocessorUtils.java
     new a005ebf  Update HBaseClient.java
     new d11e9d4  Update CoprocessorUtils.java
     new 5751399  Update traf_coprocessor.properties
     new 379f8ae  Update CoprocessorUtils.java
     new c15226c  Update CoprocessorUtils.java
     new 49ac363  Added Google Analytics tracking.
     new accdfe2  seems version conflect
     new f7aaa28  following code review outcome on pull request 255: - for all files, fix tab with white space - ExHbaseAccess.cpp, add comment - Initialize nac in file GenPreCode.cpp, line 11938 and 11417 - Remove checks for ITM_REFERENCE (used only in parser/binder). File GenPreCode.cpp - Remove isFirstAndLayer code in recursive function generating the predicate to push down in RPN - add comments in ValueDesc.cpp - fix indentation in HTableClient.java - Fix 4 buffer overrun vulnerabilit [...]
     new 279e540  Merge branch 'master' of github.com:apache/incubator-trafodion into predicatePushdownV2
     new a17587b  TRAFODION-1087 - Security regression tests run too long
     new 9c2d9e1  Merge [TRAFODION-1680] Dcs needs to provide support for HA on AWS
     new acb7f2b  Merge [TRAFODION 1736] PR 270 Display all mxosrvrs in REST
     new 9409c8e  Merge [TRAFODION-1682] PR-265 MT-DCS protocol issue fix
     new b6f49b6  [TRAFODION-1753] Wrong HASH2 partitioning for salted tables
     new e3c35c5  Added Google Analytics Tracking to all .html pages. Code: UA-72491210-1.
     new 26ffeb2  CHAR type already added 1 bytes in buffer from t2
     new f530cfe  reduce data copy and close sequence
     new f2c547e  using $SQ_PDCP/$SQ_PDSH for pdcp/pdsh
     new b76c343  [TRAFODION-1752] JVM goes out-of-memory for hundreds of upsert statement in one session
     new e1cdc43  fix logical issue introduced after the rework on isAddedColumnWithNonNullDefault (check for ITM_BASECOLUMN or ITM_INDEXCOLUMN before checking if it is not an added column with non null default).
     new d7627df  Merge branch 'master' of github.com:apache/incubator-trafodion into predicatePushdownV2
     new 6201356  Fixed issue with missing docs/shared directory. Also updated rat files for asciidoc extension. The website and documents should now build correctly.
     new bd86a46  Merge [TRAFODION-1760] PR-272 CHAR type already added 1 bytes in buffer from t2
     new 5888377  [TRAFODION-1728]MT-DCS communication link failure
     new e5757fd  add more logs and add NO TRANSACTION REQUIRED
     new 42fbda1  Merge branch 'master' of github.com:apache/incubator-trafodion into wrkbrnch
     new a6a70e3  [TRAFODION-1752] JVM goes out-of-memory for hundreds of upsert statement in one session
     new e846a0f  Merge [TRAFODION-1754] PR-267 Showddl component does not display grants correctly
     new ee4c253  Many bug fixes. All JIRAs listed below.
     new 9450a76  Merge [TRAFODION-1752] PR 263 Fix JVM object leak on upserts
     new 0bd7a14  Merge [TRAFODION-1728] PR 273 Fix MT-DCS communication link failure
     new 352c6e0  syc delete jars
     new 83b6c28  not show the file with DELETE postfix
     new a028041  add more log and set default value for pdsh/pdcp
     new 0a37686  add PDSH default value for rmJar
     new 02a8bd5  add one more param for put for file existing check
     new 678195b  Fixed up expected file for privs2 test135
     new 3569255  Merge branch 'master' into priv-fixes
     new a0b6a55  Fixes to address comments. Part 1
     new 4550081  Fixed up expected results file for privs2/EXPECTED135
     new 2b46c9c  TRAFODION-1648
     new 9217b39  disable core/TESTRTS as it has a random bug causing it to fail with core dump. See trafodion JIRA 1771 for this issue.
     new 7892af2  Merge branch 'master' of github.com:apache/incubator-trafodion into predicatePushdownV2
     new 93ccb08  Add a new table to keep track of lob offsets for GC.
     new e77d801  Created the initial version of the Trafodion Messages Manual. Fixed broken links between different manuals.
     new 4bc2c4a  Fixed errorneus reference to "Neoview."
     new ff4b7dd  [TRAFODION-1662] Predicate push down revisited (V2)
     new db4100d  [TRAFODION-1774]use hashCode instead of random
     new 57ae601  Anoop's delete expresssion change
     new e5b4ea6  [TRAFODION-1776] Reduce web-site build steps
     new 8652aeb  Privilege fixes for TRAFODION-12, TRAFODION-1761, and TRAFODION-1773
     new 0967ed1  [TRAFODION-1778] Update command when HBASE_VSBB_ROWSET_OPT 'ON' fails with internal error at times
     new 49a06f8  Implement TRAFODION-1420 Use ClientSmallScanner for small scans to improve perdormance Hbase implements an optimization for small scan (defined as scanning less than a data block ie 64Kb) resulting in 3X performance improvement. The underlying trick is about cutting down RPC calls from 3 (OpenScan/Next/Close) to 1, and use pread stateless instead of seek/read state-full and locking method to read data. This JIRA is about improving the compiler who can be aware if a scan  [...]
     new 8e47395  Merge branch 'master' of github.com:apache/incubator-trafodion into installbugfixes
     new 5af07d6  Privs2 - TEST140
     new adaa5c7  Improvements to install_traf_components Fixed copyright issues
     new ed98ed8  Merge [TRAFODION-1648] PR 279 Region Split/Move work
     new 15c5b33  Merge [TRAFODION-1778] PR 283 Fix to Update
     new 02c6c32  Merge [TRAFODION-1699] PR 271 More work on Trafodion web site
     new a41cb8c  Make JDBC dependencies optional
     new b5fa282  Merge up with master branch
     new cea9774  Fix for [TRAFODION-1703] Lower overhead in deleting old Tlog entries
     new 240cc68  Merge branch 'master' into priv-fixes
     new dd0156f  Merge [TRAFODION-1774] PR 280 Use hashcode to generate statement IDs
     new 71e0036  Merge branch 'master' of github.com:apache/incubator-trafodion into installbugfixes
     new 4439a01  [TRAFODION-1780] Switch MapReduce to local for install_local_hadoop
     new c0bb8ef  Merge [TRAFODION-1761] + PR-281 privilege fixes
     new 53d586b  [TRAFODION-1780] Switch MapReduce to local for install_local_hadoop
     new 91031ce  [TRAFODION-1779] Non-optimal plan chosen for a query against the created table in the same session
     new a4a2a33  [TRAFODION-1784]remove closed statement from HashMap
     new 7f54aa7  Fix for [TRAFODION-1703] Lower overhead in deleting old Tlog entries
     new 65cc64f  TRAFODION-1729
     new 3f80871  Close statements while executing new query
     new 8aea73a  Merge branch 'master' of github.com:apache/incubator-trafodion into installbugfixes
     new 95d82f9  Rework
     new accb00a  Merge [TRAFODION-1776] PR 282 Reduce web-site build steps
     new adb821b  Merge [TRAFODION-1780] PR 289 PrepareStatement gets empty ResultSet on 2nd exec
     new 125ae49  Merge [TRAFODION-1420] PR 284 Use ClientSmallScanner for small scans
     new 1fb0141  Fix for DCS HA --jps bug
     new 7150748  cleaned up
     new 6abfa2a  enhance of fixes to jira 1720
     new 63ef4bd  fix some comments
     new 0aae331  Privilege fixes for TRAFODION-1595
     new 246eb86  Merge branch 'master' of github.com:apache/incubator-trafodion into installbugfixes
     new b516399  [[TRAFODION 1790 ]] JPS error
     new c0a2252  [TRAFODION-1791] UPSERT with bare one row subquery in VALUES clause fails [TRAFODION-1792] UPSERT with parameters in VALUES clause fails
     new 758d97b  [TRAFODION-1775][TRAFODION-1777] UPDATE STATS usability improvements
     new 3063990  [TRaFODION-1699] Updated web site to rely on Contributor Guide on the wiki. Changed download to point to real binaries hosted on the build-result site. Ran spell checks on all the guides and fixed formatting errors as I saw then.
     new e6e88d0  change more for jira 1720 comments
     new 110bce7  Merge [TRAFODION-1595] PR-290 Privilege manager tables missing from HBase
     new 9e71961  incorporated copyright
     new 7fec7ad  [TRAFODION-1779] PR 287 Improve query plans for tables created in same session
     new 1741235  Merge [TRAFODION-1784] PR 288 Remove closed statements from HashMap
     new 6182ef3  Add DCSMaster status to sqcheck json output
     new d88ffc1  Update REST documentation with change in server status output
     new e62e22b  Merge [TRAFODION-1703] PR 285 Reduce overhead of deleting old Tlog entries
     new 174b18f  Merge branch 'master' of github.com:apache/incubator-trafodion into sean_traf Additional changes for JIRA [TRAFODION-1703]
     new 4c192b8  Merge [TRAFODION01775] [TRAFODION-1777] PR 292 Improve UPDATE STATS usability
     new 77581c1  Merge [TRAFODION-TRAFODION-1785] PR-295 Add DCSMaster status to sqcheck json output
     new 7a63602  Merge [TRAFODION-1791] PR-291 UPSERT with bare one row subquery in VALUES clause fails
     new 57a5527  fix 1795: findPort.py may find some ports that are in CLOSE_WAIT state
     new f8b82ec  Merge branch 'master' of github.com:apache/incubator-trafodion into installbugfixes
     new 9ca96c2  Fix typos
     new 7c37f1a  [TRAFODION-1749] Bundle log4cxx library in Trafodion build
     new 48e43da  sqvers skip over external dependency liblog4cxx
     new aa3deff  Merge [TRAFODION-1757] PR-293 Improvements to install traf components
     new 8c28e0c  Addresses executor TEST131 failure - TRAFODION-1796
     new 9cc1e83  [TRAFODION-1720] Add support to convert gbk into utf8
     new 2eaa9a8  Add LOG4CXX variable to local settings template
     new b5860dc  Expose in-development manuals on documentation web page
     new 4f8bbf7  Merge [TRAFODION-1795] PR 297 Improved findPort.py
     new 3176d19  Addressed spelling comments from Dave B.
     new 94ac0f6  Merge [TRAFODION-1796] PR-299 address executor TEST131 failure
     new 70dd602  Merge [TRAFODION-1729] PR 258 Change coprocessor deployment method
     new fe92c7b  Merge [TRAFODION-1699] PR 294 Web site update to point to wiki Contrib Guide
     new c2d8443  Merge [TRAFODION-1703] PR 296 Verify state of record before deleting
     new 679efee  Merge [TRAFODION-1545] and several other JIRAs, PR 274
     new ac223ec  [TRAFODION-1799] create index failed with ERROR[3047]
     new 0f800cc  Add new REST API to display DCS configuration summary
     new 72318bc  [[ TRAFODION 1800 ]] Changes for Backup/Restore
     new a8743f2  Merge [TRAFODION-1749] PR 298 Bundle log4cxx library into Trafodion build
     new 71c9a72  This script needs always run with backup restore
     new 1969033  Update traf_config_setup
     new bc46f3d  Fix for JIRA [TRAFODION-1713] IDs returned from IDTMSRV process should be periodically re-calibrated so that they are a better approximation of a logical time
     new 9a573e9  Merge pull request #6 from apache/master
     new 852e01a  [JIRA-1750] remove qpid dependency
     new 40c697d  Merge [TRAFODION-1799] PR 301 Fix CREATE INDEX failure
     new 44865dc  Merge branch 'master' of github.com:apache/incubator-trafodion into sean_traf
     new bb58c06  [TRAFODION-1614] Improve time to build external dependencies
     new ef30413  Merge [TRAFODION-1750] PR 305 Remove qpid dependency
     new 36ca93c  [TRAFODION-1733] Remove unneeded info from license file
     new d0951c3  Merge [TRAFODION-1699] PR 300 Expose in-dev manuals on doc web page
     new 96ce1f3  Merge [TRAFODION-1713] PR 304 Re-calibrate trans IDs to approx local time
     new 8ea14f3  [TRAFODION-1734] License info improvements from reviews of 1.3 release
     new d799434  Update rat exclusions for re-named files
     new 83983c7  Merge [TRAFODION-1797] PR-303 Add new REST API to display DCS configuration summary
     new 5ce3755  TRAFODION-1798- Enable DDL transaction infrastructure by default. This is Step 0 ( of 4 steps ) as outlined in the jira.
     new 7f33541  Merge [TRAFODION-1614] PR 306 Speed up build for external dependencies
     new 0c87224  JIRA 1807, 1808, 1793
     new e612ede  Merge remote branch 'origin/master' into dt_br
     new d5a9c40  Fix license pointer from URL to local copy
     new 30b5132  Merge [TRAFODION-1798] PR 309 Enable DDL transactions
     new d4a125b  Merge [TRAFODION-1733] [TRAFODION-1734] PR 307 License text improvements
     new 3aef621  Merge [TRAFODION-1793] [TRAFODION-1807] [TRAFODION-1808] Various fixes
     new 7b65d95  [[TRAFODION-1815]] Bug in sqgen
     new 9cdd07b  Merge branch 'master' of github.com:apache/incubator-trafodion into installbugfixes
     new 53a561c  Fix for REST Server pstack api
     new c654a51  TRAFODION-1757 Improvements to DCS infrastructure: 1. handle partially up and operational Trafodion environment.
     new 93f1045  Merge [TRAFODION-1814] PR-311 Fix for REST Server pstack api
     new 8c955e6  Merge [TRAFODION-1757] PR 312 Improvements to DCS infrastructure
     new 6073986  Disallow UPDATE STATS in a user transaction
     new 5d4a72c  [TRAFODION-1818] Parallel build with maven caused error
     new 37f320c  [TRAFODION-1725] Missing license information
     new 08d2915  Updated the website to use the new Apache incubator logo. Also, updated versions on the pom.xml file to a new version of the PDF generator. This version exposes the Messages Guide, which now uses the env.TRAFODION_VER variable. The docs/messages_guide needs to be built for 1.3.0 and 2.0.0 and checked in accordingly to the website git branch.
     new 972615b  Merge [TRAFODION-1818] PR 314 Fix maven parallel build issue
     new e9d2146  Merge [TRAFODION-1819] PR 313 Disallow UPDATE STATS in a user transaction
     new 1c974ca  Hardcoded version number in parent tag. Also hid empty pages.
     new 7c7f145  TRAFODION-1798 This change is item 2( of 4 items ). Fixes a hang situation when inserts and drop on the same table happens in the same transaction.
     new a90759d  [TRAFODION-1559] Add one more Hive jar to the classpath (parcels only)
     new 8c5cce8  Merge remote branch 'origin/pr/317/head' into merge_trafodion317
     new c8279d2  Merge [TRAFODION-1725] PR 315 Fix missing licence info
     new 3a1b73c  [TRAFODION-1559] Add one more Hive jar to the classpath (parcels only)
     new 4b71bcc  Merge branch 'master' of git://git.apache.org/incubator-trafodion into TRAFODION-1822
     new a22f685  TRAFODION-1789 & TRAFODION-1812
     new c862e0c  [TRAFODION-1831] Improved error msg when properties file is absent
     new fab414d  PR 316 Merge updates to web site including new Apache incubator logo
     new 53b8f22  Update fix for TRAFODION-1814
     new 66aeb0d  [TRAFODION-1771] Enabled TESTRTS again TESTRTS was failing at times with error 8926. This is due to absence of ROOT_OPER_STATS in statistics area, but the stats descriptor was incorrectly indicating that there is a ROOT_OPER_STATS.
     new 6cfb920  Merge pull request #7 from apache/master
     new b763c5f  Backup checking for changes in the Provisioning Guide.
     new 72a9076  Backup checkin of changes to the Provisioning Guide.
     new 8ff1448  More updates.
     new 6dd9be6  run-time display methods for Atp, Cri and Tupp.
     new d25090b  Merge [TRAFODION-1831] Better error msg when properties file is absent
     new 1e0d039  rework
     new 2e1429e  [TRAFODION-1830] Clean up server package
     new 6f26a0a  Merge [TRAFODION-1814] PR-321 Update fix for TRAFODION-1814
     new 85ffa1f  Merge [TRAFODION-1789 & TRAFODION-1812] PR- 319 Create the histogram metadata tables at schema creation time
     new 83c66bf  Merge branch 'master' into mrg_319
     new f8cc653  Merge [TRAFODION-1771] PR 322 Enable test TESTRTS again
     new da8dd7c  TRAFODION-1832: Add privilege regression test 132
     new b19faad  [TRAFODION-1810] New provisioning guide. [TRAFODION-1822] Use new Apache Logo: Added new logo. [TRAFODION-1827] Broken link
     new 7311ab5  Merge [TRAFODION-1833] PR 323 Run-time display methods for Atp, Cri, Tupp
     new 7af82a8  Merge [TRAFODION-1830] PR 324 Clean up server packaging
     new e814f50  Merge remote-tracking branch 'origin/master' into TRAFODION-1822
     new 0918828  merge [TRAFODION-1832] PR 325 Add privilege regression test 132
     new 044d4e7  [TRAFODION-1467][TRAFODION-1472] Histograms for key prefixes in salted tables
     new d714618  Merge remote-tracking branch 'origin/master' into TRAFODION-1822
     new 2f79637  Addressed review comments by Dave Birdsall. Thanks for the help!
     new b9ace4b  Fixed a late coming comment from Dave B.
     new d5161c7  Merge [TRAFODION-1467] [TRAFODION-1472] Histograms for salted key prefixes
     new 152367d  Merge [TRAFODION-1822] PR 326 Provisioning guide and other web-site changes
     new f54a60d  Merge branch 'master' of github.com:apache/incubator-trafodion into installbugfixes
     new 062dbf2  [[TRAFODION 1815]]
     new 62d61d6  Merge PR-302
     new f5e0c1d  Spelling error
     new 48330aa  [[TRAFODION 1821]]
     new 766c62e  Merge PR-328
     new d683044  [TRAFODION-1835] Re-factor license files
     new 947428a  [TRAFODION-1835] Fix makefile dependency bug and comment typo.
     new 2f0956f  [TRAFODION-1834] fix issue in ESP colocation
     new 44fb4f5  JIRA TRAFODION-1825. Fix for core caused by input datetime values.
     new 6d8510b  [TRAFODION-1840] Disable bundling of Qt libs into packaging
     new dcdde14  [TRAFODION-1840] Fix typo in comments
     new 5c302fd  [TRAFODION-1838] Send CQDs down to child process on CREATE TABLE LIKE
     new 611b556  Merge [TRAFODION-1835] PR 329 Refactor license files
     new b917cce  [TRAFODION-1735] Added Apache license header for major mods
     new 5854197  TRAFODION-1765 - trafci would throw an error when set statistics on TRAFODION-1757 - 1) DCS stop script still not handling zookeeper error properly                  2) No indication in DCS logs for "No Available Servers" unless                     debug level is enabled.
     new 3cf3fef  Fix error
     new 2a954d9  Enter description of previous JIRA in README.
     new c87d4c1  [TRAFODION-1834] fix issue in ESP colocation
     new a1921b1  [TRAFODION-1837] Add license info for binary distro of clients
     new e46493a  Merge [TRAFODION-1838] PR 333 Fix UPDATE STATS problem with nullable key
     new d9736f2  Merge [TRAFODION-1825] PR 331 Fix core caused by input datetime values
     new ca5dcc7  Merge pull request #8 from apache/master
     new 5e85425  TRAFODION-1846
     new 8730b34  Merge [TRAFODION-1840] PR 332 Remove bundling of Qt libraries from packaging
     new 83304c2  Merge [TRAFODION-1735] PR 334 Add Apache license where needed
     new 445e927  Added the Trafodion logo to the website and all documents. Please rebuild both 1.3 and 2.0 versions.
     new a3ae263  [TRAFODION-1514] Creating ICU with no prefix in separate path
     new fe5f825  [TRAFODION-1514] Stop using custom suffix (Nv44) of ICU libs
     new 496b1b0  Merge [TRAFODION-1765] PR 335 Fix trafci bug when set statistics is on
     new e4cb6dd  Merge [TRAFODION-1837] PR 336 Add license info for binary distro of clients
     new 5033416  Merge [TRAFODION-1846] PR 337 Add traf_coprocessor.properties to all nodes
     new f712ccb  Merge PR 338 Add Trafodion logo to web site and documents
     new 4ed6be8  TRAFODION-1706
     new 451df06  Update Makefile
     new d5a4882  remove some echo
     new f547a60  update install_local_hadoop
     new a8210ea  [TRAFODION-1700] Upsert with omitted default value columns leave the aligned format table in corrupted state. [TRAFODION-1847] Upsert with omitted timestamp columns having current_timestamp as default in a non-aligned format table returns wrong value for this column
     new fa430a0  Merge [TRAFODION-TRAFODION-1514] PR-339 Stop using custom suffix (Nv44) of ICU libs
     new 1d88e82  Fixed 2 date related issues in phoenix tests
     new e49325c  [TRAFODION-1522] Consolidate HBase build dependencies
     new 4742258  Merge branch 'master' of github.com:apache/incubator-trafodion into sean_traf
     new fabfc80  Merge PR 342 Fix 2 date related issues in Phoenix tests
     new 7b99938  JIRA 1844:  support for 'alter table alter column datatype'
     new 2fb283b  [TRAFODION-1700] [TRAFODION-1847] fixes - commit #2
     new 896d2a1  Merge branch 'master' of github.com:apache/incubator-trafodion into sean_traf
     new a5d34ee  Fix for JIRA [TRAFODION-1857] Several methods refactored to lo longer create/close connections
     new a706322  [TRAFODION-1700] [TRFODION-1847] Fixes - commit #3
     new 2a842bc  update hbase_utilities & add hdp support
     new cd9f7a1  JIRA TRAFODION-1798 (ddl xns) and few other fixes, details below.
     new c29103f  Changes for performing GC. Changes to pass in hdfsServer and port via CQD and remove hardcoding. Changes to pass in lobLocation via CQD  and remove hardcoding. Changes to remove all mxlobsrvr process functionality from ExLOBprocess.cpp. Retaining only the infrasturcture so mxlobsrvr process can be used in the future. The executable is still built but the process is not started as part of Trafodion anymore. We may use it in the future.
     new 70e7a09  Merge remote branch 'origin/master' into lob_gc_work
     new 4bc4e60  [TRAFODION-1858] RI predicate generating string should not contain _SALT_ column
     new 392031a  TRAFODION-1856: Revoke - object and column privilege checks not integrated for constraints
     new 5c90427  [TRAFODION-1836] License info for win-odbc binary dist
     new f614456  [TRAFODION-1850] First N operator no longer returns extra rows.
     new de178c9  Update pp.awk
     new e314529  Update reinstate_orig
     new 2155c3d  Update uncomment_string
     new 78abccb  Update reinstate_orig
     new 4c9cfe4  add copyright
     new 76b1b97  Rework for [TRAFODION-1850]
     new e7b1691  add .tmpl file to .gitignore
     new b2fe5fd  Merge remote branch 'origin/pr/344/head' into merge_trafodion344
     new b9161bf  Merge branch 'master' into col-privs
     new 66e03ea  TRAFODION-1856: Revoke - object and column privilege checks not integrated for constraints
     new 6eec3fb  Merge [TRAFODION-1522] PR 343 Consolidate HBase build dependencies
     new f7cf2b8  Merge [TRAFODION-1857] PR 345 Reduce number of connections made in TM
     new 3d91634  [TRAFODION-1700] [TRAFODION-1847] fixes - Commit #4
     new d2c464c  Merge [TRAFODION-1700] [TRAFODION-1847] PR #340
     new 24a3ddb  [TRAFODION-1850] First N operator no longer returns extra rows.
     new 72b9ec4  Merge [TRAFODION-1836] PR-350 License info for win-odbc binary dist
     new cad7ab6  [TRAFODION-1668]initialize spj for upload a customized jar
     new 28460bd  add version info & remove unnecessory file
     new 39d3a0c  Merge remote branch 'origin/pr/349/head' into merge_trafodion349
     new 33d796d  Replaced logo, added drafts of new manuals, updated SQL Reference, corrected issues in other manuals.
     new 5a790ad  Removed unnecessary and incorrect style definitions.
     new 6b4db62  [TRAFODION-1668] Emergency build fix
     new d5ab1ea  Merge [TRAFODION-1668] PR 354 Emergency build fix
     new f6d3892  [TRAFODION-1866] Build should not require qmake
     new 7c0156d  [TRAFODION-1862] Transaction ID is returned as -1 when using the in memory table for RMS stats
     new 07bf416  [TRAFODION-1867] Allow parallel plans for non-partitioned tables in UPD STATS
     new faf5dca  Merge remote branch 'origin/master' into deliver2_dt_br
     new 68052d8  Merge remote branch 'origin/master' into deliver2_dt_br
     new 820587f  [TRAFODION-1866] Separate makefile commands for build/copy of shlib
     new 4ad51c7  [TRAFODION-1860]sqgen failed to execute on CentOS7
     new eb036aa  Merge [TRAFODION-1798] PR-346 DDL Xns anda few other fixes
     new 1824c7e  Merge remote branch 'origin/pr/356/head' into merge_trafodion356
     new 9503519  Adding charset info for lobhandle. New regression test for execrcising GC.
     new 69fbcc9  Merge remote branch 'origin/master' into lob_gc_work
     new e252364  [TRAFODION-1871] Fix error 2006 in UPDATE STATISTICS
     new aeedecb  add the genstats.sh script to help gather run-time stats easily.
     new 9e6bd7e  fix looping compiler when reading hive tables with multiple bucket columns(JIRA 1872)
     new a717a3e  Merge PR 352 Logo update plus backup of draft manuals
     new 3c45de7  JIRA TRAFODION 1001 1478 1691 1800 1821
     new 5eedc35  TYPO
     new 93dd0cb  Copyright info
     new 89b9ca9  [TRAFODION-1836] Remove win-odbc license info from clients package
     new aa59c72  Rework
     new e24ea17  Merge [TRAFODION-1867] PR 357 Fix serial plan issue in UPD STATS
     new 73c164b  remove duplicate copyright & roll back some change
     new e9b02c2  Fix jira1863. Pushdown V2 is disabled on columns with non null default as we are resolving default at select time and hbase don t know about the default values.
     new b929e6e  Merge branch 'master' of github.com:apache/incubator-trafodion into jira1863
     new 11c58b6  fix EXPECTED056 to remove the workaround introduced with PR340
     new 7fe6dd1  Removed the unused and declared dependencies.
     new 0a63c98  TRAFODION-1878 Initial commit for adding a portable (docker) build environment
     new f1c7f3a  update
     new ba7f4fe  [TRAFODION-1865] fix issues from reviewers
     new 4a99ff6  [TRAFODION-1854] Trafodion cannot start on nodes with uppercase hostname
     new 0413d77  [TRAFODION 1875]
     new 71f80f6  remove support hdp2_3
     new e4b08c8  Merge [TRAFODION-1871] PR 362 Fix error 2006 in UPDATE STATISTICS
     new 3b2e3fd  Merge [TRAFODION-1872] PR 359 Bug fix + new genstats script
     new 9111d8c  Merge [TRAFODION-1866] PR 355 Build no longer requires qmake
     new ea88ae5  Fix for a typo in runregr_udr, causing udr/TEST002 failure
     new 3f6d876  Fix symbolic link for cextdecs.h
     new 57d3ebd  Merge PR-320
     new a198420  Cleanup of runregr_udr.sh as suggested by Anu.
     new b6d2a07  Using getDefaultClass is better practice that initial implementation looking at NULL string. Also added improvement suggested about checking for DEFAULT_CURRENT. This is indeed good addition...
     new 7526b83  datetime functions: commit #1
     new 5c1e4ba  Merge remote branch 'origin/master' into ansharma_functions_br
     new 17f3f65  [TRAFODION-1863] PR340 caused PushdownV2 issues with column having non null default
     new c1e42ae  Merge [TRAFODION-1858] PR-347
     new ebe5d62  Merge PR-368 Fix symbolic link for cextdecs.h
     new df0f847  Merge PR-369 Fix for a typo in runregr_udr, causing udr/TEST002 failure
     new ccb3e44  Merge remote branch 'origin/master' into ansharma_functions_br
     new 2d44fac  Merge [TRAFODION-1860] [TRAFODION-1875] PR 358 Remove ctime.pl dependency
     new 97a7da4  Merge [TRAFODION-1836] PR 361 Remove some license info from clients pkg
     new 5fc9ce5  JIRA TRAFODION-1873 Support for to_date, to_char functions
     new 9e3dea6  TRAFODION [1879] - Integrate Library Management into Trafodion Metadata
     new ca1e5f1  TRAFODION-1878 Initial commit for adding a portable (docker) build env
     new f3cbc3c  Fixes for review comments
     new 3853382  [TRAFODION-1880] Do not build libhdfs dependency from source
     new a63bec9  [TRAFODION-1880] Carry over the common hadoop version number to get_hdfs_files
     new 0ba0df9  Removing change to ignore error on drop. This causes inconsistencies in some instances like "drop schema cascade".Will rework with JIRA-1883.
     new 7d1393f  [TRAFODION-1880] Remove another hard-coded hadoop version number
     new e82ed97  Merge [TRAFODION-1854] PR 366 Support hostnames with upper case chars
     new a1bc465  Merge [TRAFODION-1880] PR 373 Do not build libhdfs dependency from source
     new 5a6549b  Merge remote branch 'origin/pr/363/head' into merge_pr363
     new 1ec1645  [TRAFODION-1868] Compatibility with gcc 4.8
     new 9291936  Merge branch 'master' of github.com:apache/incubator-trafodion into wrkbrnch
     new 41e5759  Merge [TRAFODION-1879] PR-372 Integrate Library Management into Trafodion Metadata
     new 0da9903  Merge [TRAFODION-1828] PR-370 DCS - Remove unneeded dependent jars
     new 680f391  TRAFODION [1696] - drop authorization doesn't drop all roles, and create role will run into internal error
     new af45e8c  [TRAFODION-1886] Region Server fails to come up at times with a NULL pointer exception in org.apache.hadoop.hbase.coprocessor.transactional.TrxRegionObserver class
     new 0282210  add lv_hbase_cp
     new 38c9005  not support hdp2_3,support next PR
     new 7935d8f  fix JIRA 1888: hive hash function computes hash code wrong for strings
     new e351449  Merge branch 'master' of github.com:apache/incubator-trafodion into genstatsScript
     new 1eb6051  Merge [TRAFODION-1868] PR 374 Gcc 4.8 compatibility changes
     new feeb350  [[TRAFODION 1884 ]] CDH 5.5 and HDP 2.4 install support
     new 75e8a3f  Small changes
     new 223db1e  Publication of new documentation.
     new 18f983b  Fixed change in the main pom.xml.
     new 8c33e75  Modified the SQL Reference Manual to reference the new CQD Manual.
     new 6aed4d3  [TRAFODION-1887] Upsert into aligned format table with no primary keys fails with error 3241 after the patch from PR 340
     new 6b9dea5  Merge [TRAFODION-1873] PR-371 Externalize to_date, to_char
     new d406cc5  JIRA 1849 Add support for alter column rename (details below)
     new 91c52c0  [TRAFODION-1854] rework
     new 63e567a  [TRAFODION-1868] Compatibility with gcc 4.8 , part 2, DTM changes
     new 0f2315c  [TRAFODION-1890] disable SSCC entirely in current Trafodion
     new 62eefa1  fix for compGeneral/test006 diff
     new 25b0428  updated expected file for test006 diffs
     new 5ed42cc  Merge PR-384
     new a3af80d  commit #1
     new db44c1d  Merge remote branch 'origin/master' into resrvdcols_br
     new 1c1ea30  Merge [TRAFODION-1888] PR 377 Hive hash function was wrong for strings
     new c6bc8a3  JIRA 1885 : online expansion
     new 819b8cc  [TRAFODION-1828] License info for DCS binary distro
     new 17dbda7  Merge [TRAFODION-1696] PR-375 drop authorization does not drop all roles
     new e122a63  Merge PR-378
     new 99557ec  Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-trafodion into mrg_378
     new 2ce55c2  Merge [TRAFODION-1854] PR 382 Rework of hostname fix
     new 72f4a13  Merge [TRAFODION-1886] PR 376 Fix RegionServer bring-up failure
     new 362aef5  support hdp2_3
     new f06968c  Changed one line to try to force mirroring
     new 4108025  Merge [TRAFODION-1868] PR 383 Compatibility with gcc 4.8, part 2
     new accd157  Update trafodion_install
     new 87182d6  Merge [TRAFODION-1828] PR 386 License info for DCS binary distro
     new cf5390e  Changes to drop LOB dependent tables during drop schema. TRAFODION-1883.
     new ea2c1a0  Merge remote-tracking branch 'origin/master' into TRAFODION-1851
     new 6ad54f0  Incorporated review changes from Dave Birdsall. Thanks!
     new 88de28e  Merge [TRAFODION-1851] PR 379 Two new guides and other documentation
     new b7039ef  Merge [TRAFODION-1890] PR 387 Disable SSCC in current Trafodion
     new f9f3748  fix classpath
     new f9b3afd  Merge [TRAFODION-1887] PR 380 Upsert aligned format no primary key bug fix
     new a7f2f27  Merge remote branch 'origin/pr/388/head' into merge_trafodion388
     new 2a9e9f2  Merge remote branch 'apache/master' into merge_trafodion388
     new 2272412  Merge remote branch 'origin/master' into altcolren_br_deliver
     new 71cd5ce  fixed spelling of 'occurred'
     new 57a7566  Merge remote branch 'origin/master' into resrvdcols_br
     new a33ee6b  commit #2
     new 83d9655  TRAFODION-1885
     new 950a303  Merge remote branch 'origin/master' into resrvdcols_br
     new 616961d  Merge [TRAFODION-1849] PR-381
     new 2f31eec  Backup checkin.
     new 5cdf688  JIRA 1852: disallow reserved names as user columns
     new 14b17dd  JIRA 1852: disallow reserved names as user columns
     new 3687c5c  Merge [TRAFODION-1885] PR 385 Online expansion of Trafodion instance
     new 7c7ca5f  JIRA 1899, Various fixes. Details below.
     new c420774  Fixes for TRAFODION-1898 and TRAFODION-1894.
     new 53dcf92  [TRAFODION-1896] CQD TRAF_UPSERT_WITH_INSERT_DEFAULT_SEMANTICS for non-aligned format
     new 741e52a  Merge [TRAFODION-1852] PR-390 Disallow reserved names in create/alter/add stmts
     new 046863e  Merge remote branch 'origin/master' into ansharma_fixes_br
     new 45a21c6  [TRAFODION-1868] Compatibility with gcc 4.8 , part 3, mornitor, odbc changes
     new 96bcc40  [TRAFODION-1900]
     new 6950f11  TRAFODION [1895] - Unable to grant and revoke privileges on native hive tables
     new ea65120  Backup copy of new SPJ Guide. Fixed issue in the Client Install Guide, which prevented the document from being built correctly.
     new 6ec8e77  regressions expected files updates
     new 4ba8d7d  Merge [TRAFODION-1899] PR-391 Various fixes
     new 976fc38  REST - Remove unneeded dependent jar files
     new 59b3d03  JIRA TRAFODION-1901 Default clause can appear in any order during create.
     new 760ba88  Merge [TRAFODION-1868] PR 394 gcc 4.8 compatibility, part 3
     new 263b90c  Add comments to explain the use of stack variable to minimize impact on runtime code based optimization.
     new bf0ecdf  Merge branch 'master' of git://git.apache.org/incubator-trafodion into TRAFODION-1829
     new 66b4edb  revert hardcoded hadoop version in rest pom.xml
     new 9372815  [[TRAFODION 1903 ]] Removing TRAFODION VERSION and other clean up
     new cf700b9  Removing debugging flags
     new 681cad6  update
     new ecd23af  Merge [TRAFODION-1900] Small scanner optimization for MDAM
     new c059444  Merge [TRAFODION-1901] PR-398 Default clause can appear in any order
     new 10e61eb  Merge [TRAFODION-1894] [TRAFODION-1898] PR 392 Various docs fixes
     new 6f5d4cc  Backup checkin. The basic edit of the guide has been done. Need to change it to refer to trafci commands to complete.
     new 1af3985  merge Prashanth's change
     new f9fdf8d  [TRAFODION-1720] rework, fix a bug in it
     new fcc02bc  update
     new 145fbbe  [TRAFODION-807] Fix for zero UEC counts
     new 3159f4c  Fix for HDP
     new cb4367b  Sourcing in config file
     new 0846d41  Merge branch 'master' of github.com:apache/incubator-trafodion into installbugfixes
     new 2857b3e  Merge [TRAFODION-1720] PR 400 Rework of an earlier change
     new 1abcec1  Merge [TRAFODION-1895] PR 396 Fix privileges issues with native hive tables
     new c422ae9  Merge [TRAFODION-807] PR 401 Fix for zero UEC counts
     new 445f690  The CQD TRAF_UPSERT_WITH_INSERT_DEFAULT_SEMANTICS is replaced with TRAF_UPSERT_MODE. This CQD takes 3 values
     new 79670d0  [TRAFODION-1617]
     new b3d5411  [TRAFODION-1617]
     new 3fab46b  TRAFODION [1902] - Showddl continues to show function after it's dropped
     new ebeecd7  Merge [TRAFODION 1617] PR-402
     new f34fceb  Merge [TRAFODION 1903] PR-399
     new c86d238  update
     new ead1b40  update
     new 56650c0  Merge branch 'apache-master'
     new 4dda119  Merge [TRAFODION-1902] PR-403 Showddl continues to show function after it's dropped
     new 23bfb3a  Merge remote-tracking branch 'origin/master' into TRAFODION-1905
     new 5e15be3  Backup checkin
     new f3f0179  Changed permissions for bulkloading folder
     new f918a26  Merge PR 404 Changed permissions on bulkloading folder
     new 87eb034  [TRAFODION-1823] ESP idle timeout does not kick in, leading to too many ESPs on the system
     new 4677b6d  Fixed udr/TEST103 regression issue.  Forgot to add a java file needed to compile a procedure and added a filter for the created .dll file.
     new 99224dd  Merge remote branch 'origin/master' into trafodion-1896
     new 7b04f91  Merge remote branch 'origin/pr/406/head' into merge_406
     new 70b17ed  Merge regression fixes for udr/TEST103 PR-407
     new 841321a  TRAFODION-1910 mxosrvr crashes on Hive query after reconnect (take 2)
     new c67fbfd  Merge pull request #12 from apache/master
     new fb9c88a  TRAFODION [1806] - create view with sequence failed with ERROR[4481] though the user has been granted usage privilege
     new 39f0fba  Merge branch 'master' of git://git.apache.org/incubator-trafodion into TRAFODION-1829
     new 8f837db  Remove comments in pom.xml that are no longer needed
     new aa2681f  Merge [TRAFODION-1829] PR 397 Remove unneeded dependent jar files
     new e1c12dd  Merge [TRAFODION-1910] PR-408 mxosrvr crashes on Hive query after reconnect
     new 19f236f  Merge [TRAFODION-1706] PR 367 Support for HBase 1.0
     new a837667  Merge [TRAFODION-1896] PR-393 CQD TRAF_UPSERT_WITH_INSERT_DEFAULT_SEMANTICS
     new dd2f416  [TRAFODION-1816] License info for binary distribution of REST bundle
     new d5726d6  Merge remote branch 'origin/master' into lic1829
     new 236e26d  commit #1
     new 90eafe9  Merge remote branch 'origin/master' into ddlxns_br
     new ff76b2a  [TRAFODION-1706] Update executor/TEST020 expected results
     new 370d8dd  Merge [TRAFODION-1706] PR 411 Fix executor/TEST020 expected results
     new 9a9b4c6  Merge remote branch 'origin/master' into ddlxns_br
     new a93953d  Merge remote branch 'apache/master' into mrg_409
     new ddd5fa0  Fixing merge error
     new c0b85f3  [TRAFODION-1917] Trafodion fails to build HDP related jar files
     new 44f28db  Merge remote branch 'origin/master' into ddlxns_br
     new ed4a3d4  Merge branch 'master' of git://git.apache.org/incubator-trafodion
     new 6995fae  [TRAFODION-1917] Trafodion fails to build HDP related jar files
     new a9eae1a  Merge [TRAFODION-1917] PR-413 Trafodion fails to build HDP related jar files
     new d2aed56  Merge branch 'master' of github.com:apache/incubator-trafodion into installbugfixes
     new e913bdb  [[ TRAFODION 1919 ]] Needs -u -p for config.sh
     new f48cc2b  [TRAFODION-1912]support automatic convert DOS format during bulkload
     new 8fb334a  [TRAFODION-1918] Remove auto flush concept in Trafodion
     new 76c08f4  [TRAFODION-1918] Remove disabling auto flush concept in Trafodion
     new 5e00f87  a bit performance improvement, but sorry seems forget another change..
     new 6294427  a refector to improve performance, this api is in hot path
     new 9a7f871  Merge [TRAFODION-1816] PR 410 License info for binary distro REST bundle
     new 54171f4  [TRAFODION-1473] T4 support for new sqltypecode BLOB(-602) and CLOB(-603)
     new 90b5c8f  Merge [TRAFODION-1918] PR-416 Remove disabling auto flush concept in Trafodion
     new 64ef7db  [TRAFODION-1912] update according to review comments use TDB flag
     new ba6a1f2  Merge remote branch 'origin/master' into ddlxns_br
     new ff2b62c  Merge remote branch 'origin/pr/417/head' into merge_trafodion417
     new d9e5c54  Merge branch 'master' of git://git.apache.org/incubator-trafodion
     new b7ecf18  Merge fix for merge error
     new 2a4dcb0  Backup checkin.
     new 96d0392  Merge remote-tracking branch 'origin/master' into TRAFODION-1905
     new ffbe091  [TRAFODION-1912] not replace \r with space, but move the return pointer to handle the last column as NULL case and this will not change the raw data, I feel a better fix
     new 18119a6  Added new carousel to front page with contributor logos.
     new 9b779cc  Merge remote branch 'origin/master' into ddlxns_br
     new 9be5d50  Various fixes
     new 786f367  test pom.xml.apache repo change
     new 38843df  changed maven repos location
     new c6c25f0  [TRAFODION-1912] add more regression test cases add test for numeric the original test is already date add test to cover null
     new 00b3291  Merge [TRAFODION-1905] PR 419 New SPJ Guide + some documentation fixes
     new f0bc795  Added a blank character to tickle github push
     new 2dd96fd  Fixed a problem that prevented the built document from being published.
     new 464a0e0  Merge [TRAFODION-1912] PR 414 support automatic convert DOS format during bulkload
     new 1231c04  Merge remote branch 'origin/master' into ddlxns_br
     new a7f9a62  [TRAFODION-1421] Implement parallel scanner primitive new CQD: hbase_dop_parallel_scanner - default 0.0 = disabled - from 0.x to 1.0 -> the DOP will be dynamically assessed as a percentage of region to scan. If 10 region, and cqd is .3 (30%), then 3 threads will be used... - from 2.0 and above, will take ceiling, and use it as fixed number of threads. Advantage of parallel scanner parallelism over ESP is on resource consumption. Parallel scanner is just creating threads, [...]
     new 383de00  added enhanced check to handle default values copy
     new 7a13b83  Merge PR 421 test pom.xml.apache repo change
     new a895b68  Merge branch 'master' of git://git.apache.org/incubator-trafodion into parallelScan
     new e1e727c  ddl xns default plus handling of errors with default constants placement
     new ef23063  Merge branch 'master' of git://git.apache.org/incubator-trafodion
     new 78c3ce9  [TRAFODION-1928] Trafodion daily build regression in CDH distro fails in hive tests Added "hadoop-mapreduce-client-common.jar" to the class path
     new d3d6b3d  Merge remote-tracking branch 'origin/master' into TRAFODION-1905
     new afdf700  oops, forgot the .gitignore, so jenkns build was failing, while dev build was ok
     new 9f2c663  [TRAFODION-1924] Add license/notice files to jdbc driver jars
     new 709b931  Merge [TRAFODION-1905] PR 424 Fix document build problem
     new 6b45e17  Merge remote branch 'origin/master' into ddlxns2_br
     new 19b4f1f  PR-420 Various fixes
     new 6f12eac  [TRAFODION-1912] rework to fix hive regress test failure
     new 8fc5ffb  Merge [TRAFODION-1928] PR-423 Trafodion daily build regression in CDH distro fails in hive tests
     new a370972  [TRAFODION-1912] git add forgot again
     new 37bf659  Phoenix T2 tests failing with CDH
     new 54ff291  Merge remote branch 'origin/master' into ddlxns2_br
     new 7f0f59d  Merge [TRAFODION-1912] PR-420 Various fixes
     new 9ab3765  Merge [TRAFODION=1929] PR 427 Temporary disable running tests via maven
     new 96d1388  [TRAFODION-1930] Phoenix T2 tests failing with HDP during build phase
     new b98207d  Merge [TRAFODION-1930] PR-429 Phoenix T2 tests failing with HDP during build phase
     new f7f22aa  [TRAFODION-1686][MTDCS] ODBC: SQLParamdata ran into error for date type columns
     new 15c8c59  [TRAFODION-1931]ODB tool support windows platform
     new 0b9b726  Merge [TRAFODION-1924] PR 425 License/notice files for JDBC driver jars
     new 0034b3b  [[TRAFODION 1932]] Fixing sqnodestart
     new 3f7f60a  [TRAFODION-1929] Set correct working dir for phx dependency builds
     new 9ba333a  Merge [TRAFODION-1929] PR-433 Set correct working dir for phx dependency builds
     new 603e0db  Change RESTServer node status to report trafodion up/down status
     new 5357a65  Merge branch 'master' of github.com:apache/incubator-trafodion into installbugfixes
     new 72ef6f5  [TRAFODION-1936] Update copyright banners for 2016
     new bbe87c9  support for get command for LOB tables. Support for tracing LOB operations.
     new 8b39808  Merge remote branch 'origin/master' into lob_get_trace
     new 32916f9  Fix for JIRA [TRAFODION-1935] TransactionManager needlessly retries in doPrepareX when an UnknownTransactionException is caught
     new f12221d  Fix for [TRAFODION-1617]
     new f905a74  Merge PR 434 Change RESTServer node status
     new cae7aba  Merge [TRAFODION-1932] PR 432 Fixing sqnodestatus
     new fcab657  Merge issue with 8606,73.
     new b922f38  [TRAFODION-1936] Update copyright notices for ASF not Trafodiion
     new 536c51d  Merge [TRAFODION-1421] PR 422 Parallel scanner primitive
     new bc009d5  Merge [TRAFODION-1617] PR 437 Fixes to ilh scripts for Zookeeper directories
     new a6e92fb  update rat exclusions for visual studio files
     new 72e1701  TRAFODION-1933 JDBC TYpe4 driver build scripts migrated to use maven instead of ant
     new ad27625  Merge branch 'master' of github.com:apache/incubator-trafodion into installbugfixes
     new 5ac5a9f  Merge branch 'master' of github.com:apache/incubator-trafodion into wrkbrnch
     new 500d207  including the missing files in previous commit
     new e6ff37d  Merge [TRAFODION-1936] Update copyrights for 2016
     new ac4fa8f  Merge branch 'master' of github.com:apache/incubator-trafodion into installbugfixes
     new 17cef88  [[TRAFODION 1927]] [[TRAFODION 1692]] [[TRAFODION 1572]]
     new 119d471  Turn off scrollable cursors for the T4 driver
     new 4a485e5  use the maxLen value return from SQL for DATE
     new 3340e7a  remove an unused line
     new 90667ee  Minor fixes
     new aa9529b  Changing permissions on traf_apache_mods
     new 5785855  Merge branch 'master' of github.com:apache/incubator-trafodion into installbugfixes
     new a0f21cd  Merge branch 'master' of github.com:apache/incubator-trafodion into wrkbrnch
     new 985cecc  TRAFODION-1940 better NATable statistics plus OID, cleanhb fixes
     new f365269  Merge [TRAFODION-1686] PR 430 Fix ODBC problem with date datatype
     new 13a4e37  Merge [TRAFODION-1931] PR 431 ODB VisualStudo project files
     new 0cf01f0  Test for new context column in natablecache()
     new eded5a1  Merge remote branch 'origin/master' into ddlxns2_br
     new 56f790f  Create directories before copy
     new 79552f0  TRAFODION-1940 better NATable statistics plus OID, cleanhb fixes
     new 611b12c  Fixes from review comments. ANd fix for a regression introduced by a previous checkin that caused a problem in executor/TEST130 during drop schema. Fixed the test regression and moved the drop table and schema output into the test log.
     new 3900ebb  TRAFODION [1944] Check status of authentication and authorization via a CLI call
     new 68eb74d  Fixes from comments and renamed files
     new fed3bbd  Merge branch 'master' of github.com:apache/incubator-trafodion into installbugfixes
     new 149649f  Merge [TRAFODION-1891] [TRAFODION-1937] PR-438 Lob get stmts and other fixes
     new b7a6e54  Merge remote branch 'origin/master' into ddlxns2_br
     new c7f6525  Merge [TRAFODION-1944] Externalize SQL_EXEC_GetAuthState CLI call
     new 788fd9c  Changed phrasing on question
     new bb8bedb  Merge branch 'master' of github.com:apache/incubator-trafodion into installbugfixes
     new 7ea96b6  Adding needed packages
     new 1edc994  Merge [TRAFODION-TRAFODION-1927] PR-440 Vanilla Apache HBase support
     new 1c52a1b  Various fixes (details below)
     new d6c1412  Bump release number to 2.1 on master branch
     new 3253e72  Additional jdbcT4 changes in other components
     new 8a8d2ad  Merge branch 'master' of github.com:apache/incubator-trafodion into wrkbrnch
     new 842caed  fixed the dependency
     new 2b943e7  Highlighting the incubation status of the project more per the request of St.Ack.
     new 59910b8  [TRAFODION-1916] dcscheck fails with cdh5.4.4 and hbase 1.0.0
     new f0465c8  Add incubating phrase in README
     new 0dc67ae  init/drop traf and ddl transactions
     new bc8ed6f  Release version change - fix core regression
     new e17dce6  additional files
     new 9d450e9  updated files
     new fe6ec3f  Removing hardcoding of Apache version
     new 5955e92  fixed dcs/rest/udr to have the version infor for jdbcT4 jar file
     new dcf6f53  ddl xns turned on by default (plus couple more fixes)
     new 643b219  Fix for Jira [TRAFODION-1935] part2 TransactionManager needlessly retries in doPrepareX when an UnknownTransactionException is caught
     new 9c5c3c3  Merge PR 447 Highlight incubation status of project on web site
     new 1b87aa6  Merge [TRAFODION-1943] PR 446 Create directories before copy
     new 7b25750  PR 445 Bump release number to 2.1 on master branch
     new 1d61439  Merge remote branch 'origin/master' into ddlxns2_br
     new f849d74  changes based on review comments.
     new 8ed58bf  Minor T4 driver fix Fixed duplicate copyright in dcs files
     new 8f687dd  fixed error obj name append.
     new 0dc85c0  Merge PR-451 ddl_transactions turned on by default
     new 78cb6b8  Merge PR-451 ddl_transactions turned on by default
     new 3ccf480  Merge remote branch 'origin/master' into ddlxns2_br
     new 0d02888  Merge PR-444 Various fixes (details below)
     new 4a37f79  uncomment allocStmt
     new e34b144  Merge [TRAFODION-1935] PR-436
     new 5dc6754  Merge [TRAFODION-1916] PR 449 dcscheck CDH5.4.4 HBase 1.0.0 fix
     new dbcf407  Merge [TRAFODION-1916] PR 448 dcscheck CDH 5.4.4 HBase 1.0.0 fix
     new e5dcfc1  Merge PR 450 Remove hard-coding of Apache version
     new 2ce2d0d  Fix for Trafodion-1941 to allow syntax for secifying length for blob/clob columns.iInvolves syntax changees and ene runtime checks and a new testcase in executor/TEST130.
     new 67d3e19  Fix for JIRA 1953
     new 87ab8aa  Variable hostname is not in use
     new c4d50df  Merge branch 'master' of github.com:apache/incubator-trafodion into wrkbrnch
     new 6e674c6  Fix for TRAFODION-1948 Drop schema cascade internally selects against objects table. The fix is to use a distinct clause in the internal select query.
     new ccafdcf  Merge remote branch 'origin/pr/456/head' into merge456
     new c2116c2  JDBCT$ Programmer's Reference Guide
     new a3cc57d  Change logation of incubator logo.
     new 00d5111  Merge [TRAFODION-533] PR 452 Fix for SPJ bug
     new 1ca6f60  Updated the dependencies
     new b508299  Merge branch 'master' of github.com:apache/incubator-trafodion into wrkbrnch
     new 29fb212  Merge [TRAFODION-1953] PR 454 Add jetty-security jar to REST server packaging
     new 64a68cf  Merge [TRAFODION-9152] PR 455 Fix JDBC issue concerning hostname
     new 780f976  Included LICENSE and NOTICE in T4 zip file
     new 48875d0  Merge remote branch 'origin/master' into lob_get_trace
     new 6897f88  Included the missing copyright
     new 755c383  Updated .gitignore file to ignore Vproc.java file
     new 4cf0aac  Merge branch 'master' of github.com:apache/incubator-trafodion into wrkbrnch
     new 6ef6f7c  [TRAFODION-1955] JNI optimization at the time of compilation
     new 09be4be  Merge remote-tracking branch 'origin/master' into TRAFODION-1949
     new c5543bd  Incorporated initial review comments.
     new cf755be  [TRAFODION-1955] JNI optimization for the methods used at the time of query compilation Changes as per review comments. Added back ByteArrayList JNI but without any references to it to ensure other branches are not broken. Contributors are advised to modify their code to avoid use of this class.
     new 716b92e  Incorporated more review changes.
     new 21d6d8d  Prepared documents for TLP and centralized shared information.
     new 58a4000  Merge remote branch 'origin/pr/453/head' into merge_453
     new 56f3dbe  Merge [TRAFODION-1933] PR 458 Migrate JDBCT4 build from Ant to Maven
     new 4bc748d  Merge remote-tracking branch 'origin/master' into TRAFODION-1949
     new d7d75f6  Added missing Apache license text.
     new 9b90f23  Merge [TRAFODION-1955] PR 459 Compile-time JNI optimization
     new 03e7614  Fix for JIRA-1963 Delimited name was being sent during load complete.
     new 67b89f8  [TRAFODION-1920] suppress SQL error during HIVE_SCAN when conv error
     new 9fa9b61  Support in sqludflog reader to read REST server logs
     new 6069c86  Test fix for udr/TEST001 failure. The length parameter for clob/blob is not valid anymore.
     new ac298d3  Fix for TRAFODION-1923
     new e15da4e  [TRAFODION-1920] add test cases for not nullable column
     new 6ca9916  Merge remote branch 'origin/pr/462/head' into merge_462
     new af67497  Merge Fix for [TRAFODION-1923] PR-463
     new b98efba  [TRAFODION-1970] UPDATE STATS CLEAR gets error 9243 on large tables
     new 14ea380  Known diff file for recent plan change tht is non deterministic.
     new d9890d6  [TRAFODION-1972] Remove docs directories from exclude list
     new dee9586  [TRAFODION-1973] Fix unpacking of hadoop dependencies
     new ed93ea9  Merge remote branch 'origin/pr/465/head' into merge_465
     new 4392a83  Merge remote-tracking branch 'origin/master' into TRAFODION-1949
     new fc64477  Document changes as a result of usage testing.
     new 5e17562  Merge [TRAFODION-1970] PR 464 Fix large tables UPDATE STATS CLEAR bug
     new 84620df  Merge [TRAFODION-1972] PR 466 Remove docs directories from exclude list
     new b3f7856  Merge [TRAFODION-1973] PR 467 Fix unpacking of hadoop dependencies
     new e208598  [[TRAFODION-1951]] Fix for JAVA checking
     new 5e7bddf  add a test for this fix
     new 7b5e5ea  Merge [TRAFODION-1951] Fix for JAVA checking
     new d79ef12  Merge [TRAFODION-1949] PR 457 New JDBC Type 4 Programmer's Reference Guide
     new cd47546  [TRAFODION-1920] disable pCode for ex_conv_clause
     new 372ea0b  Merge [TRAFODION-1963] PR 460 Create index with delimited name bug fix
     new 3a6a615  Merge branch 'master' of github.com:apache/incubator-trafodion into wrkbrnch
     new 18e0a35  [TRAFODION-1978] Report a nice error when attempting UPD STATS on LOBs
     new 1407692  Merge [TRAFODION-1920] PR-461 suppress SQL error during HIVE_SCAN when conv error
     new 36ddfaf  [TRAFODION-1874] fix build issues when PDSH installed in build system
     new e4791e7  Merge branch 'master' of github.com:apache/incubator-trafodion into wrkbrnch
     new 2e6e354  version command now displays information from the server
     new ac317ac  Add test to regressions
     new a2786b5  TRAFODION-1983 Generator error 7000 with a salted table
     new a4caa9a  TRAFODION-1710 setString() method and numerics with scale
     new 855759f  Misc cleanup items
     new bc1b2e1  Merge remote branch 'origin/pr/469/head' into merge_469
     new 3b31f50  Fixes for values() clause on lob columns and functions
     new eb407a9  Merge remote branch 'origin/master' into traf2.1_misc
     new aea7615  Merge [TRAFODION-1874] PR 470 Fix build issues when PDSH is on build system
     new acf2066  [TRAFODION-1980] Fixed node 'up' behavior when physical non-existent
     new 6c63255   Better error message and test addition in regressions.
     new c8ef964  [TRAFODION-1982] Combine server components into single tar file
     new f716c3f  Merge library management fix from master to R2.0
     new cdd1bef  TRAFODION-1983 error in preCodeGen plus more items
     new 10adf4b  Fixes for TRAFODION-1985
     new c861ea9  Merge remote branch 'amanda/TRAFODION-1985' into pkg1982
     new e3f4cc2  [TRAFODION-1982] Tell RAT exclusions about file rename
     new faf00a0  [TRAFODION-1955] JNI optimization at the time of compilation Additional changes and bug fix Removed ByteArrayList JNI class
     new 28f5114  Adding cat of config file for installation debugging
     new 42b407c  More debugging
     new 8ee3ac0  Merge PR 475 library management fix into Trafodion Release 2.0
     new f058755  Merge [TRAFODION-1980] PR 472 Fix node up behavior when phys node isn't there
     new 9715668  Fix for JIRA [TRAFODION-1991]. Commit conflicts should not be reported as FELOCKED
     new dcfc8e6  Merge [TRAFODION-1955] PR-477 JNI optimization
     new 8feea90  Merge [TRAFODION-1982] Package server components into single tar
     new 34abbbe  [TRAFODION-1988] Better Java exception handling in Trafodion
     new 19b8d1f  Merge branch 'release2.0' of github.com:apache/incubator-trafodion into TRAFODION-1985
     new 973bdce  Merge branch 'master' of github.com:apache/incubator-trafodion into wrkbrnch
     new 5d5aa1f  Improve error message for lob functions called on invalid LOB types.
     new ad6f4ca  [TRAFODION-1971] Avoid redundant reinitialization during bulk load
     new b3d3531  Merge remote branch 'origin/pr/473/head' into merge_473
     new 38e49cf  Rename required prefix with Traf
     new 86d7880  Merge branch 'master' of github.com:apache/incubator-trafodion into wrkbrnch
     new 95c553a  TRAFODION-1993 Expand DCS and REST directories
     new 1e1dca8  Printing path
     new 90ab020  [TRAFODION-1971] Avoid redundant reinitialization during bulk load
     new 55093a1  [TRAFODION-1992] Re-packaging server tar file broke install_traf_components
     new 15fbc0b  Typo
     new 0205fce  Merge error for JAVA check!
     new c0552b0  removing sudo
     new 899273e  [TRAFODION-1974] Limit HBase cache size for ustat direct sampling
     new 0fed958  Merge [TRAFODION-1971] PR 480 Avoid redundant reinitialization during bulk load
     new 8007949  Merge branch 'master' of github.com:apache/incubator-trafodion into sean_traf
     new 439437b  Merge [TRAFODION-1974] PR 484 Limit HBase cache size for direct sampling
     new 8110b8d  Merge [TRAFODION-1954] PR 474 Enhance version command for sqlci
     new afa1daa  Merge branch 'master' of github.com:apache/incubator-trafodion into wrkbrnch
     new 8c87a9a  Merge [TRAFODION-1991] PR 478 Change how commit conflicts are reported
     new 8951412  [[TRAFODION -1997]] Prevent Cloudera install on 5.5/6
     new 1d06665  [TRAFODION-994]SQLColumns return incorrect values
     new 8ac0b9f  sqcheck now displays RESTServer status along with other components
     new 48c419a  Making check more clear
     new 4ac9c9a  Updated jar files to display the database edition so 'sqvers -u' output is displayed correctly
     new 6c7cac6  Modified servername in TRAFDSN to use localhost instead of dummy hostname
     new 6c7826c  Merge [TRAFODION-1992] Re-packaging server tar file broke install_traf_components
     new decb08c  [TRAFODION-1956] Timeout for arkcmp process
     new cea3a07  [TRAFODION-1956] Timeout for arkcmp process Fixed a bug in the earlier commit
     new 71edb09  Merge [TRAFODION-994] PR-487 SQLColumns return incorrect value
     new ec8d931  [TRAFODION-1998]JDBC Type2 column information improve
     new 9415d7f  Merge [TRAFODION-1993] PR 482 Several fixes
     new 7066f18  [TRAFODION-1956] Timeout for arkcmp process
     new 33bea22  Merge [TRAFODION-1988] PR 479 Better Java exception handling in Trafodion
     new c41b39b  Merge [TRAFODION-1998] PR 489 JDBC T2 driver fix corresponding to PR 487
     new 3205c6a  TRAFODION-2002 check columns for Hive inserts
     new db1c2e9  New JDBCT4 Programmer's Guide.
     new 60ef89d  [TRAFODION-1977] Merge forward release2.0 changes to master
     new 444cd9c  TRAFODION-2002 check columns for Hive inserts
     new d02fe47  Merge [TRAFODION-1956] PR 488 Timeout for tdm_arkcmp process
     new 908e242  Installing odbc linux driver along with server component
     new f8f1f48  For Trafci which not care about version
     new 283190e  Along with jdbcT4 rename changes
     new ccb6a7e  Added copyright header
     new c04c48a  [TRAFODION-762] support HIVE data type VARCHAR and DATE
     new cf3418a  [TRAFODION-1931]add a script to build odb for windows
     new d5590d6  [TRAFODION-762] support HIVE data type VARCHAR and DATE
     new 92aaccd  Fixed the clean target
     new 7164648  Merge remote branch 'zcorrea_fork/traf/elasticity-deliver' into TRAFODION-2001
     new f472822  hive data modification detection: commit #1
     new 8bc4f72  update the VS project file
     new cb6a75c  Merge remote branch 'origin/master' into ansharma_hivets_br
     new 1a3c937  Elasticity merge fixes.
     new 9623bf1  Linux odbc driver will now be installed along with Server component Installer tar is packaged and distributed with 'make pacakge-all' Fixed minor issues
     new 9fb1bdd  Merge branch 'master' into wrkbrnch-2.1
     new 927ab50  Merge [TRAFODION-2003] PR 491 Rename various classes to Traf*
     new b8df0e2  Changed installer tar file name
     new 0365574  Updated the legal disclaimer in install wizard
     new d66659c  Merge [TRAFODION-1949] PR 492 New JDBCT4 Programmer's Guide
     new d7f3891  [TRAFODION-2004] UPDATE STATS not supported on volatile tables
     new a181789  Update SQL reference manual.
     new 30093ab  Fixed the dependency for installer package
     new e729993  fix a spelling error
     new fa89d60  Removed carousel with contributing companies since that's not allowed per the Apache standard.
     new 437e745  JAR conflict for Jasper
     new e9225d6  Merge PR 500
     new aeff9b3  Reconciled persistent process configuration changes with the instance mgmt scripts
     new 36efdb7  Merge remote branch 'origin/master' into TRAFODION-2001
     new fc0dca7  Merge remote branch 'origin/master' into TRAFODION-2001
     new b1b7c81  Merge branch 'TRAFODION-2001' of github.com:zcorrea/incubator-trafodion into TRAFODION-2001
     new 68ea607  PR 500 mistakenly commented out document build in pom.xml; fix that
     new 7cf3079  Merge remote branch 'origin/master' into TRAFODION-2001
     new 39ae473  Merge [TRAFODION-1931] PR 498 Add windows build script for odb
     new c830558  Merge [TRAFODION-1977] PR 493 Merge latest release2.0 into master
     new 52787ff  Fix URL in documentation index for PR 492
     new 8704875  [TRAFODION-2015] hive/TEST018 fails in daily build regressions
     new a5b4b96  eliminated the redundant jps command from the check scripts
     new 45c2e76  Merge [TRAFODION-2004] PR 499 UPDATE STATS not supported on volatile tables
     new a2bd4ac  Merge remote branch 'origin/master' into wrkbrnch-2.1
     new f74e7d1  Added the missing directory
     new 7862d94  Merge [TRAFODION-2015] PR 502 hive/TEST018
     new d03526a  [TRAFODION-2017] Use a maximum HBase row cache of 50 for USTAT sample scans
     new cacb31e  Rework
     new 17c0530  Support for external lobs. Data files are stored externally in HDFS and only filehandles and file locations are stored in internal Trafodion tables.
     new 5a3f202  Support for external lobs. Data files are stored externally in HDFS and only filehandles and file locations are stored in internal Trafodion tables.
     new db3ebf5  Merge remote branch 'origin/master'
     new 772b4a3  Merge remote branch 'origin/master' into ansharma_hivets_br
     new 16aa143  Rework number 2
     new 5337acf  Merge [TRAFODION-2014] PR 501 Fix Jar conflict issue
     new 8a59ad2  Merge [TRAFODION-1664] PR 504 Various install and packing fixes
     new 1a549e0  JIRA TRAFODION-2013 Hive null values are now handled correctly.
     new 2c6eea9  Merge remote branch 'origin/master' into ansharma_hivenulls_br
     new 1fa4687  Merge [TRAFODION-2017] PR 505 Limit HBase row cache to 50 for USTAT sampling
     new 764f0e1  Fixed inconsistent node name sizes and use of size definitions.
     new 9bf23c0  Merge remote branch 'origin/master' into TRAFODION-2001
     new 55585e0  Merge remote branch 'origin/master' into TRAFODION-2001
     new 7eee5f1  Merge branch 'TRAFODION-2001' of github.com:zcorrea/incubator-trafodion into TRAFODION-2001
     new 1820da1  hive data modification detection: commit #2
     new d199362  Merge [TRAFODION-2013] PR-506 Hive null values are now handled correctly
     new fa70e68  Merge remote branch 'origin/master' into ansharma_hivets_br
     new b1a8f02  hive data modification detection: commit #3
     new 276fcdb  Fixed review comments and regr test issues.
     new 47c5bd9  [TRAFODION-2004][TRAFODION-1775] Two follow-on fixes
     new 51a9c73  hive data modification detection: commit #4
     new 55bae54  [TRAFODION-2009] fix parallel scanner issue not scanning full regions. Was linked with cache size handling. Cache was kept same size as original cache size on parallele scanner, now it is divided by the number of threads. Added a test case in regression test to validate the fix.
     new b7fff13  [TRAFODION-2020] Safer APIs to manipulate Sql_ParserFlags
     new c39d3ab  Merge [TRAFODION-2006] PR-511 Handling of hive data and structure modification
     new 492f23f  Merge remote branch 'origin/pr/507/head' into merge_507
     new e1a612e  [TRAFODION-1684]ODBC:preliminary support SQLStatistics
     new 8b39f22  Merge [TRAFODION-2020] PR 512 Safer APIs to manipulate Sql_ParserFlags
     new 1b22d25  Minor Expected file change
     new f7dfb92  Merge [TRAFODION-2009] PR 510 Fix parallel scanner bug
     new a2daeee  Merge remote branch 'origin/pr/514/head' into merge_514_2
     new 4e5177a  Rework
     new a45063a  [TRAFODION-2023] Clarify license text
     new 0a8507a  Clarify how to run RAT, per comments from release 2.0.0 review.
     new c8a6187  JIRA TRAFODION-2022 Add support for purgedata of hive tables
     new b3b00f9  Added 'persist kill' command and updated scripts to use it
     new ca7bb0f  Merge remote branch 'origin/master' into TRAFODION-2001
     new 4c49f6f  Merge [TRAFODION-2023] PR 515 Clarify license text
     new 9a6be3e  Fix problems with use of HBase row count estimate
     new 2459135  [TRAFODION-2021] Internal error on upsert with index
     new e2ffd9e  [TRAFODION-1585] Allow MDAM on inner child of NJ if there is only one NJ probe
     new 30a408f  Testing if adding Trafodion user id to HBase group will fix tests
     new c6e4654  [TRAFODION-762] add data type varchar and date for hive scan
     new 3a7b005  Merge [TRAFODION-2022] PR-516 Add support for purgedata of hive tables
     new 08e1faa  [TRAFODION-2021] Internal error on upsert with index
     new 46c49e0  [TRAFODION-762] add data type varchar and date for hive scan
     new f7c2c1e  Openssl libraries (ssl & crypto) are linked dynamically
     new 626370e  TRAFODION [2025] Initialize authorization cannot be run in a DDL transaction
     new f243f80  Merge [TRAFODION-1585] PR 519 Allow MDAM on inner child of NJ sometimes
     new 0fe963d  Merge PR 517 Fix issues with use of HBase row count estimate
     new e18b447  Merge [TRAFODION-2024] PR 522 Change Openssl library linkage to dynamic
     new e3755ec  Bump Release number to 2.0.1
     new 79fad0e  Merge [TRAFODION-2004] PR 509 Two follow-on fixes
     new 73a9813  [TRAFODION-2031] At times T2 applications dump core at the time of logging error Cores were dumped when SQL tries to log the error message via log4cxx. Log4cxx instance was not initialized in case of T2 driver
     new 51ecfa6  [TRAFODION-823] Refine USTATS row count estimate for HBase tables
     new 5943646  Release version change - fix core regression
     new 4f10892  Merge [TRAFODION-762] PR-496 support HIVE data type VARCHAR and DATE
     new 355bb68  Merge PR 524 Bump release number to 2.0.1
     new 8b5de31  Merge [TRAFODION-2031] PR-526 At times T2 JDBC applications dump core at the time of logging
     new 56bc5e6  Merge [TRAFODION-823] PR-525 Refine USTATS row count estimate for HBase tables
     new 1408689  Merge PR-520 'Testing if adding Trafodion user id to HBase group will fix tests'
     new 552c9e9  Merge [TRAFODION-2025] PR-523 Initialize authorization cannot be run in a DDL transaction
     new 4c3bb2b  Merge [TRAFODION-762] PR 496 Support Hive DATE and VARCHAR data types
     new 442a414  Need to add traf user to hbase group on all nodes
     new 86028ad  General code cleanup and bug fixes in preparation for node add/delete changes.
     new 5b59de0  Merge remote branch 'origin/master' into TRAFODION-2001
     new 9e81537  Merge remote branch 'origin/master' into TRAFODION-2001
     new 7d35eb3  Merge branch 'TRAFODION-2001' of github.com:zcorrea/incubator-trafodion into TRAFODION-2001
     new 69fe570  Merge branch 'master' of github.com:apache/incubator-trafodion into sean_traf
     new 5437b4d  2.0.0 Release Notes
     new 914e42d  Fix webroot reported assertion failure
     new 0a4a6a3  Merge remote branch 'origin/pr/527/head' into merge_527
     new 35d28d6  [TRAFODION-2039] Add support for ALTER LIBRARY FILE '<file-name>'
     new 2f2f842  Release Notes - add 2.0.0 clients note on downloads page
     new 4ce086c  [TRAFODION-1977] Merge 2.0.1 RC1 fixes forward to master
     new 8b179ac  [TRAFODION-2041] Turn off bucket cache in HBaseClient estimateRowCount
     new 8e47be8  Merge [TRAFODION-2041] PR 532 No bucket cache in HBaseClient estimateRowCount
     new 4071b97  Merge [TRAFODION-2038] PR-529 Fix assertion failure ((Int32)outputDataLen >= 0) during compile
     new 68653b1  Merge branch 'master' of github.com:apache/incubator-trafodion into sean_traf
     new 6b5da39  Fix for JIRA [TRAFODION-1996] TLOG uses excessive memory when aging old entries
     new 0e80ebc  Merge PR 528 2.0.0 Release Notes
     new 26076ab  Merge [TRAFODION-1977] PR 531 Merge up release2.0 changes to master
     new 0c77153  [TRAFODION-2045] Minor Javadoc/Doxygen update
     new 6b07403  [TRAFODION-2043] Bulk load may fail if bucket cache is configured and large
     new ebafce1  [TRAFODION-2045] Minor Javadoc/Doxygen update
     new 9673059  TRAFODION [109] Instrument Trafodion to work with Secure Hadoop (Kerberos)
     new b4ab018  Merge [TRAFODION-2043] Bulk load may fail if bucket cache configured
     new 05f95b6  Download links for 2.0.1 release
     new eaf3ed0  CommitId to readable timestamp conversion
     new db36edb  Additional changes to handle timestamp conversion
     new 0ed7c61  Third set of changes for timestamp<->ascii time string conversion
     new 31d0bea  [TRAFODION-2046]change DTM's memoryUsageChore default settings to enable memory threthold
     new ba91f95  update the query for SQLStatistics
     new ec2f71b  [TRAFODION-1652]SQLDriverConnect can't get catalog name
     new 33448ee  [TRAFODION-2044] Support SALT clause on CREATE TABLE LIKE
     new d0c0e86  Merge [TRAFODION-1996] PR 533 TLOG memory use, exception logging improvements
     new a256852  Merge [TRAFODION-1684] PR 513 Preliminary ODBC support for SQL statistics
     new 4f25881  Rework
     new 677bf22  use Java const value instead of hardcode number
     new a4587ce  Merge PR 541 Commitid to/from ascii time string conversions
     new 0e6728d  Merge [TRAFODION-1652] PR 543 SQLDriverConnect can't get catalog name
     new 88ec4fe  JIRA TRAFODION-2060  Add support for tinyint datatype
     new 18e404b  TRAFODION [109] Instrument Trafodion to work with Secure Hadoop (Kerberos)
     new db8c865  Merge branch 'master' into kerberos
     new bf375b1  Merge [TRAFODION-2046] PR 542 Disable new transactions when memory is low
     new ae6b0ab  Fix issue with trafodion_configuration_defaults
     new 1946255  Fixed configuration file name for LDAP
     new 9dff321  Merge [TRAFODION-2044] PR 544 Support SALT clause on CREATE TABLE LIKE
     new 4934fde  [TRAFODION-1745] show more related info when TRANSLATE run into SQL Error
     new 5553c2f  changes based on review comments
     new e7a1dc0  JIRA TRAFODION-2022   Some more changes related to hive truncate
     new 9572321  Merge [TRAFODION-2060] PR-545 Add support for tinyint datatype
     new ad680d9  Merge remote branch 'origin/master' into ansharma_purgedata_br
     new bce635b  Remove current catalog& schema check
     new 2b111fd  Merge branch 'master' of github.com:apache/incubator-trafodion into wrkbrnch
     new a7f9c83  TRAFODION [109] Instrument Trafodion to work with Secure Hadoop (Kerberos)
     new 424269c  Turning off LDAP by default - it was inadvertantly set to Y.
     new e014f8e  Merge [TRAFODION-2022] PR-548 Some more changes related to hive truncate
     new bcdbfbc  [TRAFODION-2074] Create index should avoid populating the index within a transaction Create index is now done in multiple transactions when there is no active transaction. 1) creating the index table in transaction 1. 2) populate the index without any transaction. If it fails,    cleanup the index table. 3) If it succeeds complete the rest of the index creation in transaction 2. 4) If there are any failures, cleanup the index table.
     new 7bc7d61  [TRAFODION-2074] Create index should avoid populating the index within the transaction
     new ef98b7d  support for largeint unsigned: commit #1
     new abb96bb  [TRAFODION-2074] Create index should avoid populating the index within a transaction
     new f02977b  [TRAFODION-1698]ODBC: trafodion doesn't support API SQLForeignKeys
     new b02ce72  Merge [TRAFODION-2039] PR 530 Add support for ALTER LIBRARY FILE '<file-name>'
     new b39f752  JIRA TRAFODION-2072 plus few more
     new fa86814  Merge remote branch 'origin/master' into ansharma_uint64_br
     new c351da3  Merge branch 'master' of github.com:apache/incubator-trafodion into index_issue
     new cb579fc  [TRAFODION-2074] Create index should avoid populating the index within a transaction
     new 3fb1f4c  Merge [TRAFODION-1745] Show more info on TRANSLATE errors
     new eadb5a0  Merge [TRAFODION-1129] PR 549 Remove current catalog/schema assert
     new 07637c3  Merge [TRAFODION-2074] PR 550 Create index transaction changes
     new a4ec8cd  Merge [TRAFODION-1698] PR 551 Add ODBC SQLForeignKeys API support
     new 3b9be91  Fixes for TRAFODION-2068 and TRAFODION-2082
     new 0e16022  Merge [TRAFODION-2068] [TRAFODION-2082] PR 554 License and disclaimer files
     new 75aebed  Merge [TRAFODION-2072] PR-552 Handling long varchars plus couple more changes
     new 43595ea  Merge remote branch 'origin/master' into ansharma_uint64_br
     new d13776b  [TRAFODION-2069] Fixed sqcheck to use TRAF_EXCLUDE_LIST when calculating counts
     new 392c608  JIRA TRAFODION-2084 Handling of invalid data inserts into hive tables
     new 6495619  Fixes for TRAFODION-2068
     new dabdf43  [TRAFODION-2069] Fixed sqcheck to use TRAF_EXCLUDE_LIST when calculating counts Code review fix.
     new 0024320  Fixes for TRAFODION-2068
     new 07b7844  Added DISCLAIMER filel to rat-excludes, does not have an Apache header
     new 81c2d6e  change to validate hardcoded nadefault values
     new b7dc641  Added DISCLAIMER file to sqf/.gitignore file since this file is not tracked by git.  Also reverted last changed, .rat-excludes does not need to be changed to support DISCLAIMER file.  The rat tool has support to handle these types of mandatory files.
     new 2935d41  Added sqf/DISCLAIMER to the .gitignore file also.
     new 2547fb1  Merge [TRAFODION-2084] PR-555 Handling of invalid data inserts into hive table
     new 584936e  Merge remote branch 'origin/master' into ansharma_uint64_br
     new 7ad34b1  Merge [TRAFODION-109] PR 546 Secure (Kerberos) Hadoop support in Trafodion
     new 6357cb8  Merge [TRAFODION-2068] pr #557 Missing DISCLAIMER files for release package
     new d5999d8  Merge remote branch 'origin/master' into ansharma_uint64_br
     new 0b7663e  New columns for repository tables and related changes
     new 85783bf  Merge branch 'master' of github.com:apache/incubator-trafodion into wrkbrnch
     new ee53fc3  cleaned up the commented code
     new 463a699  minor fix
     new 380f6c3  TRAFODION [2056] Update installation documentation for Kerberos
     new f585bc8  [TRAFODION-1988] Better Java exception handling in Trafodion - Part2
     new 911f1d6  JIRA 2086  Add support for largeint unsigned
     new b1ff89f  jira1743
     new 0e9f43a  [TRAFODION-1609]
     new 212744d  add slash
     new 85ba233  Merge [TRAFODION-2069] sqcheck fix
     new ca9f2fb  [TRAFODION-1988] Better Java exception handling in Trafodion - Part2
     new 2605440  [TRAFODION-2037] Improve DDL concurrency
     new 548f729  Merge remote branch 'hegdean/wrkbrnch' into Trafodion2037
     new 4718138  TRAFODION [2056] Fixed grammer errors from previous checkin
     new ff89586  Upgrade repository code changes
     new 5e8c5f2  [TRAFODION-2039]- Fix a mistake in PR 530 https://github.com/apache/incubator-trafodion/pull/530
     new 1b4e0cc  Merge pull request #1 from apache/master
     new 324a981  Merge pull request #1 from apache/master
     new 5b8eba5  [TRAFODION-1676]support better runtime error message when a SQL function meet fital error
     new f4d9910  Merge [TRAFODION-2056] PR #558 Update installation documentation for Kerberos
     new c7482b0  Trafodion HDFS access issue needs to be solved by changing umask
     new a84af9e  [TRAFODION-2089] JDBC_T2 Makefile not add INCLUDE path for log4cxx
     new c234376  fix to code review comments
     new 6d08029  TRAFODION-2016 support apache hbase1.1 & cdh5.5
     new 443b0c4  remove other jira changes
     new bacd8bf  remove other jira changes
     new eba153a  Merge pull request #2 from apache/master
     new 0f28ece  [TRAFODION-2034] write failed row to bad record file when load with parameter bad
     new 9dcca4d  Merge [TRAFODION-2039] PR 563 Fix mistake in PR 530
     new 6ad816e  Merge [TRAFODION-2089] PR 567 Add include path for log4cxx to JDBC_T2 build
     new bfff535  fix potential string overflow issue
     new 4ff2b01  Modified Provisioning Guide and fixed build errors.
     new 8a8ed3c  Removed caching change required to remove local ERROR messages.
     new 6bf1fd8  Reverted the pom.xml files to original since build fails on github.
     new ef1bed6  Testing change to remove local build error messages.
     new 85328ac  Added fix for build errors to all pom.xml files.
     new 5f77bd2  Merge [TRAFODION-2086] PR-560 Support for largeint unsigned datatype
     new bb50c5a  Merge branch 'master' of git://git.apache.org/incubator-trafodion into TRAFODION-2046-1
     new d20599f  Moved where error is printed
     new 7975a58  Changes to move hdfFs handing to the context globals level and remove all disconnects from hdfs from the various components.
     new 5ecd3c6  Merge remote branch 'origin/master' into lobglobals_fix
     new 48e0d9f  regr fix
     new eb063d4  Merge PR-573 Regr fix
     new ac1b131  Regression fix and fixes for emptyDirectory().
     new 005f381  Merge branch 'master' of github.com:apache/incubator-trafodion into TRAFODION-2034
     new 000be49  Fix JIRA306
     new aaf59d2  Merge [TRAFODION-None] PR-571
     new f1b85ee  Merge [TRAFODION-306] PR-575 LP Bug: 1323868 - ODBC SQLGetTypeInfo api - all datatypes being returned as BIGINT
     new d3de685  Merge [TRAFODION-1676] PR-564 support better runtime error message when a SQL function meet fital error
     new c27dc0a  Merge [TRAFODION-None] PR-540
     new e801727  Merge [TRAFODION-1609] PR-562 Change swstatus to give a simple "up" or "down" answer, instead of the current, confusing display
     new 64ace98  Merge [TRAFODION-2036] PR-566 Write access permission denied for user TRAFODION on "/hbase/archive/data/default"
     new 160ac1c  Merge [TRAFODION-2034] PR-570 Cannot output bad records in the loaded file even if specified file for storing bad records
     new 7166c64  [TRAFODION-2094] Truncate option slow in ODB
     new 6857070  small fix for review and fix for a regr failure on jenkins cdh tests. Diff was due to cdh configuration not printing header for hive access causing hive/TEST005 to fail. So adding that to this PR.
     new 5f99c6b  Fix core file issue with udr test accessing null lobglobal. Commenting out hanging executor test that needs other fixes (JIRA 2083)
     new 947797d  initial support of WITH
     new 79b421f  add regression test for WITH support jira
     new ca49937  Updated release notes and download page for release 2.0.1
     new 1c2fec4  Merge PR #578 Updated release notes and download page for release 2.0.1
     new 9fc659a  Fix to correct loss of updates following a regionServer failure
     new a49afa1  Fix upgrade so repository upgrade will succeed
     new 0553eee  Modified website
     new 2fd0e4f  [TRAFODION-1988] Better Java exception handling in Trafodion - Part2
     new 4e26e1c  [TRAFODION-1988] Better Java exception handling in Trafodion - Part2
     new c74e3d6  Fix to correct loss of updates following a regionServer failure v2
     new 9a851e2  Re-enabling executor/TEST130. Changed hive/TEST018 to add a "sleep" after each Unload statement to avoid the EAGAIN error. The real rety fix will get addresssed in JIRA 2097
     new 67c1677  Merge pull #579 Modified website
     new 70631ba  Merge branch 'master' of github.com:apache/incubator-trafodion into TRAFODION-2034
     new 4fa6ca0  Need to add /user/trafodion for hive to work correctly
     new b9d0c66  [TRAFODION-1676] rework to solve TEST022 failure
     new cc51150  [TRAFODION-1676] rework to solve TEST022 failure
     new a06dfd8  Fix JIRA306
     new 024e001  [TRAFODION-2096] create all tpcds hive external tables from install_local_hadoop
     new 6a1de93  Merge remote branch 'origin/pr/584/head' into merge_584
     new 2dd9d3a  Merge remote branch 'origin/pr/574/head' into merge_574
     new d23e823  [TRAFODION-2092] Include "incubating" in installer package name
     new c75214e  Merge remote branch 'origin/pr/559/head' into merge_559
     new 026aefe  [TRAFODION-2092] (Backport to release2.0) Fix installer package name
     new f02c3bf  Backing out change for JIRA-2046 until exception handling is improved
     new 80c7c62  Merge remote branch 'origin/pr/588/head' into merge_588
     new 8b1df54  Merge remote branch 'origin/pr/582/head' into merge_582
     new d48a0c9  JIRA TRAFODION-2099 Add support for boolean datatype
     new 2f9af4d  [TRAFODION-206][TRAFODION-2018] Merge support for new catalog APIs, PROCEDURES and PROCEDURECOLUMNS
     new 1512123  This closes #572
     new e115a33  Merge [TRAFODION-2094] Truncate option slow in ODB
     new a694230  Update sqenvcom.sh
     new a0fd11e  Update sqenvcom.sh
     new fc3bb5a  update the checking table
     new 6b3b948  Merge [TRAFODION-2092] PR 586 Add 'incubating' to installer package name
     new 30f4189  Merge [TRAFODION-2092][TRAFODION-2093] PR 587 Fix installer package name
     new 822c35e  changes based on review comments
     new a8eef2d  Merge [TRAFODION-2099] PR-590 Support for boolean datatype
     new ea20874  Merge remote branch 'origin/pr/585/head' into merge_585
     new 1cfc0ed  Refactor and fix repository upgrade code
     new 301e22b  Merge in latest origin/master
     new 249dfef  Adding AQR retry for ENOENT and EAGAIN which may be encountered after an hdfsOpen on a file that has gone through a timestamp check. Squashed commit of the following:
     new 0787a52  Minor formatting updates.
     new 77899fd  JIRA TRAFODION-1843 TRAFODION-2106
     new 9305332  Merge [TRAFODION-1843] PR-592 JIRA TRAFODION-1843 TRAFODION-2106
     new 1f0e8a3  Merge pull request #3 from apache/master
     new 7ba2118  [TRAFODION-2079]Catalog API support get indexes
     new b938430  fix for comments
     new dab5b45  [TRAFODION-2110] core/TESTRTS is being incorrectly flagged as PASSED
     new 3d2bceb  Reworks
     new a71d832  [TRAFODION-1882]: Column Privilege: a user can grant column privilege to ... [TRAFODION-1788]: Grant and Revoke on table columns with referencing views ...
     new ff0dd26  [JIRA TRAFODION-2060] additional changes to tinyint change
     new e9d7ba4  Merge [TRAFODION-2060] PR-596 Phoenix regressions fix related to tinyint datatype
     new 3369cd0  fix parser and test037 issue
     new b452921  Cherry-pick changes for JIRA 2095
     new 440123a  Merge branch 'master' of github.com:apache/incubator-trafodion into sean_2095
     new 9bbee32  Merging HEAD into sbroeder_2095
     new 098784c  fix the reduce/reduce conflict
     new 0a5a0b8  Update traf_config_check
     new 42be08a  Merge pull request #4 from mashengchen/master
     new d571611  Merge remote branch 'origin/master' into TRAFODION-2001 Enabled node add/delete commands and monitor support
     new 3d6eda0  Merge branch 'TRAFODION-2001' of github.com:zcorrea/incubator-trafodion into TRAFODION-2001
     new 08be5c1  Merge [TRAFODION-2037] PR 565 Improve DDL concurrency + repos/metadt upgrade
     new 932acaa  [TRAFODION-2112] Avoid hard-coding DNS name in local Hadoop install
     new 6985578  [TRAFODION-2113] Fix for coring idtmsrv process
     new a7b4a70  [TRAFODION-1977] Merge forward 2.0.1 RC3 changes.
     new 419d2cd  Merge [TRAFODION-2095] PR 599 Fix for data loss after region server failure
     new 8bd9150  [TRAFODION-1988] Better java exception handling in the java/JNI layer of Trafodion - Part3
     new bc325ff  [TRAFODION-1673] support with clause
     new 44660e4  Merge [TRAFODION-2112] Avoid hard-coding DNS name in local Hadoop install PR-601
     new b7dd48c  Merge remote branch 'origin/pr/568/head' into merge_568
     new 5b9c2b4  Merge [TRAFODION-2113] PR 602 Fix for idtmsrv process core
     new 17e0e21  Merge [TRAFODION-1977] PR 603 Merge forward release2.0 changes to master
     new 81a455e  Merge [TRAFODION-2110] PR 595 core/TESTRTS is being incorrectly flagged as PASSED
     new 3ee5355  [TRAFODION-2095] code cleanup for jira 2095
     new a6b9b2d  Merge pull request #5 from apache/master
     new 7db7286  Change Windows ODBC driver precompile conditioning for ODBC DATE/TIME type definition Version compliance
     new 3b147b9  Fix JIRA2100
     new 7d77447  Fix JIRA2116
     new 304a7ca  Fix JIRA2100
     new 569b369  Change Driver manager to map type code based on app runtime version as Selva commented. This is the right behavior
     new 21d5cc4  Fix for issue where the writeOrdering list was not processed in a consistent order and could result in rows being truncated
     new 24cbb42  Merge [TRAFODION-2095] PR 608 Follow-on cleanups
     new 9f6edc6  [TRAFODION-2122] daily build master executor logs contain update statement exception
     new a83287b  [TRAFODION-2109] Load with log error rows returns SQL error 2034 at times
     new 825276e  Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-trafodion into mrg_593_2
     new a6df821  Remvoving some leftover debug code causing several "connection refused" messages in mon*.log files during regression runs.Related to [TRAFODION-2091]
     new d049046  Merge branch 'master' of github.com:apache/incubator-trafodion into sean_traf
     new d2ff1be  Merge PR 591 Minor formatting updates to documentation
     new d21d490  Merge [TRAFODION-2091] PR 614 Remove leftover debug code
     new da42f9f  [TRAFODION-1605] sqstart hangs if ulimits not correct
     new 59cd831  [TRAFODION-1988] Better java exception handling in the java/JNI layer of Trafodion - Part3
     new d01cbae  Merge [TRAFODION-2122] PR 613 Fix update statement exception
     new 63b0628  Merge PR 612 Fix issue that sometimes resulted in truncated rows
     new dee8448  Merge branch 'master' of github.com:apache/incubator-trafodion into sean_traf
     new 08d6309  [TRAFODION-2125] ID request times out to idtmsrv process
     new 97294fe  [TRAFODION-1988] Better java exception handling in the java/JNI     layer of Trafodion - Part3
     new 0e46090  [TRAFODION-2126] Add OS version and processor type to package names
     new 185f300  use better English words
     new ad6c2f3  [TRAFODION-2121] add support of HIVE data type of DECIMAL
     new b4fa69c  Create README.md
     new f444869  [TRAFODION-1605] PR 615 sqstart hangs if ulimits are not correct
     new a82b4e3  Merge [TRAFODION-2125] PR 616 ID request times out to idtmsrv process
     new c397bbe  Merge [TRAFODION-1988] PR 604 Better java exception handling, part 3
     new 0ec52bc  Merge [TRAFODION-2126] PR 617 Add OS version and processor type to pkg names
     new 07221f2  TRAFODION 2001 (Elasticity) and small changes
     new 38c60d1  [TRAFODION-1988] Better java exception handling in the java/JNI layer of TM The exception logged didn't have the type of exception. The output of Exception.toString() was concatenated after it was released and hence it was getting junk characters
     new 3701ca7  Added 'NodeChanged' system message when monitor shell 'node change' command is successfully processed.
     new 11689d1  Merge [TRAFODION-2100] PR-609 SQLGetTypeInfo Catalog API should return identifiers conforming to ODBC 3.0
     new acf48e9  Merge [TRAFODION-2116] PR-611 The ODBC Driver DSN functionality still using 'HP' prefix for configuration key name
     new d282505  fix comments issues
     new 8595112  Changes to sqconfig
     new aa3c189  Copyright error
     new a533579  Changing max cores
     new 7eadbc1  Merge pull request #1 from zcorrea/TRAF2001
     new 2321377  [TRAFODION-2128] update installer gitignore file
     new 522acc9  Merge [TRAFODION-1988] PR 621 Better java exception handling in TM
     new effe7b8  add more checking logic, espcially for buffer overrun
     new 6575102  Merging [TRAFODION-2001] PR-601 Adding Installer Elasticity scripts
     new 5771b56  Merge remote branch 'origin/master' into TRAFODION-2001
     new f9eaa76  Merge [TRAFODION-2121] add support of HIVE data type of DECIMAL PR-618
     new e7c24f1  Permissions
     new 0c23682  Merge pull request #2 from zcorrea/TRAF2001
     new d074ad1  Update .rat-excludes
     new 23fe6d5  [TRAFODION-2047] add support of SQL syntax INTERSECT
     new 1ca26fc  [TRAFODION-2130] Incorrect subquery unnesting
     new e18727c  Merge branch 'TRAFODION-2001' of github.com:zcorrea/incubator-trafodion into TRAFODION-2001
     new 5ca033a  Merge remote branch 'origin/master' into TRAFODION-2001
     new 5cc5945  Merge [TRAFODION-2128] PR 622 update installer gitignore file
     new 57c992c  Additional install changes to support TRAFODION-2067
     new ea65512  [TRAFODION-2131] Fix USTATS cores + some other issues
     new 675017b  [TRAFODION-2134] Change the overflow_mode to 'DISK' by default
     new ab2139a  fix regression test hive 005
     new 5b51bc2  Changed persist process management to use persist template. Changed sqgen scripts and removed old usage of PERSIST_RETRIES and PERSIST_ZONES via process names to use persist templates.
     new 6705424  Merge branch 'TRAFODION-2001' of github.com:zcorrea/incubator-trafodion into TRAFODION-2001
     new ae0ccee  Merge [TRAFODION-1605] PR 629 Fix ulimit -l unlimited bug + hive TEST005
     new c22962c  Merge [TRAFODION-2130] PR 624 Incorrect subquery unnesting
     new 5ee3cb3  Merge [TRAFODION-2131] PR 626 Fix UPDATE STATS cores + some other issues
     new c855e1f  Merge [TRAFODION-2134] PR 628 Change the overflow_mode to 'DISK' by default
     new b85c5fa  modify the syntax to be simpler
     new 4d73185  Merge branch 'master' of github.com:apache/incubator-trafodion into setschema
     new 73c9e27  add set schema
     new 3032a0c  add JDBC test for getIndexInfo
     new af1914c  fix hive regression test 001
     new b25f943  trafodion-1743 add connection session
     new f7ed9fe  add apache license for TestGetIndexInfo.java
     new 16acab5  Merge Install changes for [TRAFODION 2067]
     new dc338b7  Merge branch 'master' of github.com:apache/incubator-trafodion into TRAFODION-2034
     new fa389f8  Merge branch 'master' of github.com:apache/incubator-trafodion into TRAFODION-2034
     new 2d7a91f  Merge [TRAFODION-2115] PR 619 Better user experience for README on github
     new e0af177  fix a compilation failure of TestGetIndexInfo
     new 7fe9664  [TRAFODION-2129] Trafodion to avoid use of deprecated HBase APIs/Classes
     new 19c96b1  metadata access performance improvement for accessing traf objects
     new 15f7877  added missing file to git
     new 98b00b6  Merge [TRAFODION-2047] PR 623 Add SQL INTERSECT syntax
     new 71c2d35  Merge [TRAFODION-2137] PR-634 Metadata access performance  improvements
     new c44551e  fix regression test compGeneral TEST001
     new 112f1e8  Merge [TRAFODION-2047] PR 635 Fix compGeneral/TEST001 expected results
     new 141f6c5  Added slider for meetup event.
     new b43c38c  Added 'trafconf' program display configuration database values. The 'trafconf' used to set environment variables like $MY_NODES, as well as to regenerate the Trafodion configuration text files with current configuration database values.
     new 0f11e97  Merge remote branch 'origin/master' into TRAFODION-2001
     new 747b62b  Readded index.md.
     new 2a0a301  Merge PR 636 Add slider for meetup event to Trafodion web site
     new 6d26622  [TRAFODION-2138] Hive scan on wide tables can result in lost rows or error
     new 66d03a8  Merge remote branch 'origin' into traf-2094
     new f6966c7  JIRA-2137 Addnl change to metadata improvement based on review comments
     new bfd3cdb  Address comments by Hans
     new 97f239d  Changes for elasticity
     new 9f4dba7  Merge pull request #3 from zcorrea/amanda
     new 37901fb  Merge [TRAFODION-2137] PR-638 Addnl changes to MD performance improvements
     new 690bb9d  [TRAFODION-2117] add SQL support of EXCEPT
     new 498dd2f  [TRAFODION-2142] Add script to restart HBase for developer regressions
     new 92c8453  [JIRA TRAFODION-2141] Cluster view of hbase stats
     new 199f7e2  MY_NODES IS BACK!
     new 62f70aa  Merge branch 'master' of github.com:apache/incubator-trafodion into TRAFODION-2034
     new f374a33  Merge issues :p
     new 3a9f97f  One more
     new f9b4975  Merge pull request #4 from zcorrea/amanda
     new a1176da  [TRAFODION-2119] create table report strange WARNING when using store by and allow_nullable_unique_key_constraint CQD
     new 0e1dd17  fix to a core during retrieval of cluster stats
     new fa3cf70  add test to check if the getIndexOf return real null
     new c783089  updated expected file compGeneral/EXPECTED042
     new cd3d7e7  Merge branch 'master' into trafodion-1788
     new 5edd6b1  [TRAFODION-1882]: Column Privilege: a user can grant column privilege to ... [TRAFODION-1788]: Grant and Revoke on table columns with referencing views ...
     new 24e252c  Intial change for unnesting
     new f5a716d  Testware change due to rework.
     new a961511  Additions to addNode_step2 and deleteNode script
     new ea11b05  Merge [TRAFODION-2079] PR-594 Catalog API support get indexes
     new 7f3cdd6  Merge pull request #5 from zcorrea/amanda
     new a6b6211  Merge [TRAFODION-2142] PR-640 Add script to restart HBase for developer regressions
     new 3c0ce34  Fixes to persist process management
     new cb1a88b  Merge branch 'TRAFODION-2001' of github.com:zcorrea/incubator-trafodion into TRAFODION-2001
     new a50c179  Code clean up
     new 9f3542d  Merge [TRAFODION-2141] PR-641 Cluster view of hbase stats
     new 98a0daa  [TRAFODION-2129] Trafodion to avoid use of deprecated HBase APIs/Classes
     new 99042bd  Commented out HBase version check temporarily.
     new a72306e  Merge [TRAFODION-2138] PR-637 Hive scan on wide tables can result in lost rows or error
     new 84eeac7  Merge [TRAFODION-2117] PR-639 add SQL support of EXCEPT
     new aedb7ec  TRAFODION-2148 fix
     new d5aec75  Merge branch 'master' of github.com:apache/incubator-trafodion into TRAFODION-2034
     new df30f15  Fixing checkHbaseVersion error
     new 37303ed  Merge pull request #6 from zcorrea/amanda
     new 28bc274  Merge [TRAFODION-2129] Trafodion to avoid use of deprecated HBase APIs/Classes
     new 8fa07cd  Scratchfile creation cleanup and new code to use CQD SCRATCH_DISKS to specify scratch disk locations for overflow. Removed references to NSK volume patterns and validation routines that expected volume/subvolume format. Added new validation code for linux path names. Cleaned up and removed STFS_LOCATION envvar usage from ms.env and STFS layer. Added a  new method that can be called to tell STFS to honor the CQD specification over the envvar specification.
     new 34ab6c2  sqgen changes
     new 3d51fee  Merge branch 'TRAFODION-2001' of github.com:zcorrea/incubator-trafodion into amanda
     new 48a7e4c  Merge pull request #7 from zcorrea/amanda
     new 7ee17b2  fix issues in previous commit
     new f32e353  Merge pull request #2 from apache/master
     new 4d34b84  fix jira 2152
     new 3c1695a  [TRAFODION-2145]sqlcolumns returned error info for some datatype
     new 07a8c4a  correct the FS_DATA_TYPE of INTERVAL DAY for SQLColumns
     new 427aa4a  Merge [TRAFODION-2145] PR-643 sqlcolumns returned error info for some datatype
     new 021ebd6  [TRAFODION-2140] Move IUS feature to open source
     new aa21a2f  Merge branch 'TRAFODION-2001' of github.com:zcorrea/incubator-trafodion into amanda
     new 466b10e  MY_NODES and NEW_NODES will use hostname
     new c9e350e  Merge pull request #8 from zcorrea/amanda
     new 39e30d1  Merge [TRAFODION-2152] PR 648 Fix isClosed method in T4 prepared stmt class
     new 87e4ca4  Merge [TRAFODION-2119] PR-642 427aa4adc521725747e73ae31c488068472aac13
     new 258dd09  [TRAFODION-2129] Trafodion to avoid use of deprecated HBase APIs/Classes
     new 7d3643c  Changes from review -mem leak fix
     new d7ebca7  [TRAFODION-2140] Add code for Incremental Update Statistics
     new 0857372  Fixed a couple of issues with TRAFODION-1788 delivery
     new b23fefd  Merge remote branch 'origin/pr/647/head' into merge_647
     new 3cdea3f  Merge [TRAFODION-2129] PR 649  Trafodion to avoid use of deprecated HBase APIs/Classes
     new 61d9365  HA support
     new 71cbf8e  Merge pull request #9 from zcorrea/amanda
     new dda167c  Merge [TRAFODION-2140] PR-651 Add capability for incremental Update Statistics
     new c339315  [TRAFODION-2154] Add documentation for IF [NOT] EXISTS to CREATE/DROP SCHEMA
     new d4c0448  Fix regression failures for views that contains unions in select text plus buf size limit too small for ComViewColUsage.
     new adbef87  Fixes to node up, persist info, etc.
     new 7c6002b  Merge branch 'TRAFODION-2001' of github.com:zcorrea/incubator-trafodion into TRAFODION-2001
     new 3677b73  Merge remote branch 'origin/master' into TRAFODION-2001
     new 73e1e3a  [TRAFODION-2104]odb crashed when extract single table using xml format in linux reason: in function Oextract file handler etab[eid].fo is null and then fwite it, so odb return a Segmentation fault in the end. solution: judge file handler first, if it is null, do not fwrite.
     new 3f37b56  Uncommented creation of process registry tables.
     new d72a59d  Merge [TRAFODION-1986] PR 631 Add setSchema API implementation
     new a5b2b95  Merge [TRAFODION-2154] PR-652 Add documentation for IF [NOT] EXISTS to CREATE/DROP…
     new 52234cd  Various fixes, details listed below
     new 4363341  addNode_step1 can be run more than once now
     new d96e648  Merge pull request #10 from zcorrea/amanda
     new 6046671  Merge branch 'master' into trafodion-1788
     new bcda47c  Fix to sqlci abort on added node.
     new 7432ad5  Merge branch 'TRAFODION-2001' of github.com:zcorrea/incubator-trafodion into TRAFODION-2001
     new 8f53898  Merge [TRAFODION-1788] PR 644 grant and revoke on table columns ... not works
     new 7329e01  TRAFODION-2067 support cdh5.7 & hbase1.2
     new e1799e4  update SsccRegionEndpoint.java.tmpl
     new 9f2fff6  make a better fix on TRAFODION-2104
     new 399d2f7  change trafodion_install to support hbase1.0 both 1.2
     new 8be75cd  Update SQLMXConnection.cpp
     new c04f070  Merge [TRAFODION-2104] PR-653 odb crashed when extract single table using xml format
     new 216088d  Merge [TRAFODION-2154] PR-654 Various fixes, several related to tinyint
     new 5f1ca38  [TRAFODION-2160]: Metadata upgrade failed with internal error in PrivMgrMD.cpp
     new a0a6363  Merge [TRAFODION-2160] pr 656 Metadata upgrade failed with internal error
     new f0cae7f  Subquery unnest for subquery with explicit groupby
     new 4c83eca  showplan enhancement to display expr instruction
     new 8361098  Merge [TRAFODION-2162] PR-658 showplan enhancement to display expression instruction
     new 020cc75  Merge branch 'master' of github.com:apache/incubator-trafodion into TRAFODION-2034
     new 83acf13  Merge remote branch 'origin/master' into TRAFODION-2001
     new 0a31bbb  Merge [TRAFODION-2067] PR-655 support cdh5.7 & hbase1.2
     new f5520bc  Merge branch 'master' of github.com:apache/incubator-trafodion into TRAFODION-2034
     new c23ad35  TRAFODION [2137] Improve metadata access time during query compilation
     new d9e8233  Merge [TRAFODION-1743] PR 632 Add connection session
     new a497e20  Adding a new change that will allow unnest of two LeftJoin requiring subqueries as long as they are not nested within each other. Rework due to Dave's comments.
     new 78194bd  Fix merge error by removing an unneeded line
     new f4575e4  Merge branch 'master' of github.com:apache/incubator-trafodion into TRAFODION-2034
     new 0a2284e  TRAFODION 2168 CDH VERSION set to 5.5 when on 5.7 system
     new 7d668e4  Initial checkin of region transaction handling.  Do not merge.
     new a051b5c  Merge branch 'master' of github.com:apache/incubator-trafodion into sean_traf
     new 77532ef  Fixed review comments for TRAFODION [2137] Improve metadata access changes
     new 1696410  TRAFODION-2163 support MYSQL style function GROUP_CONCAT
     new e904ec0  Adding copyright
     new d93d06e  fix regression test issue
     new 47d924b  Merge TRAFODION-2137 pr 660 Improve metadata access time during query compilation
     new df7bf5a  TRAFODION [2171] 'get users' returned invalid character error when trying to ...
     new 88f2555  Merge [TRAFODION-2168] PR-662 CDH VERSION bug
     new 679b1b1  Merge [TRAFODION-2171] pr 665 get users returned invalid character
     new 06e7ae3  Fix for recovery IOException 2016-08-21 22:05:02,531 ERROR dtm.HBaseTxClient: Caught recovery thread exception for tmid: 0 retries: 0 java.io.IOException: Non-migratable/unknown version=1         at org.apache.hadoop.hbase.HRegionInfo.readFields(HRegionInfo.java:895)         at org.trafodion.dtm.HBaseTxClient$RecoveryThread.addRegionToTS(HBaseTxClient.java:967)         at org.trafodion.dtm.HBaseTxClient$RecoveryThread.run(HBaseTxClient.java:1094)
     new cb99772  [TRAFODION-2166] Fix UPDATE STATS ON NECESSARY COLUMNS for Hive tables
     new babeb4e  Mantis 657
     new a7b3b8d  Merge pull request #11 from zcorrea/amanda
     new afdca30  Merge [TRAFODION-2178] PR-667 TM Recovery exception in HRegionInfo.readFields
     new 0b0665b  Merge [TRAFODION-2159] PR-657 Unnest correlated subquery with explicit groupby
     new ccd0b90  Merge remote branch 'origin/master' into TRAFODION-2001
     new a8a68a1  Merge branch 'TRAFODION-2001' of github.com:zcorrea/incubator-trafodion into TRAFODION-2001
     new 9075957  Removed copy of 'sqconfig.db' at end of addNode_step2 script.
     new 8c7bd3e  Merge [TRAFODION-2166] PR 668 Fix UPDATE STATS ON NECESSARY COLUMNS for Hive
     new edddff2  TRAFODION ELASTICITY support and other changes
     new d1afef6  Removing some debugging code
     new 7388b1d  Adding Apache license
     new dc1884a  Merge branch 'master' of github.com:apache/incubator-trafodion into TRAFODION-2034
     new 5743270  [TRAFODION-2183] remove warning in ckillall
     new 48a2a10  Merge [TRAFODION-2183] PR-670
     new d9a4fb6  Merge branch 'master' of github.com:apache/incubator-trafodion into TRAFODION-2034
     new ca3215c  Merge [TRAFODION-2163] PR-664
     new 7a075e0  [TRAFODION-2161] Fix issue with upgrade failure when Repository views exist
     new 03acaa3  Merge TRAFODION Elasticity changes
     new 9a41e52  JIRA TRAFODION-2180 enable/externalize non-ansi sql syntax/functionality
     new 085502b  Merge branch 'master' of github.com:apache/incubator-trafodion into TRAFODION-2034
     new 3787cd2  [TRAFODION-2135] Add protobuf-2.5 to build tools
     new 48d5dcf  TRAFODION 2191 addNode_step2 adding extra lines to DCS server
     new 5caddd1  Support if one node has been added but another has not
     new 68226c4  Fix to prevent transaction and table hang when trying to close a region
     new 34621af  Merge [TRAFODION-2193] PR-677 Fix to prevent transaction and table hang when trying to close a region
     new b350399  Merge remote branch 'origin/master' into TRAFODION-2001
     new 426dbb5  [TRAFODION-2190] Problems with CQS and TMUDFs
     new c15458d  [TRAFODION-2198] Fix bad dependency in pyodbc test
     new e02519d  Merge [TRAFODION-2190] PR-678 Problems with CQS and TMUDFs
     new a0c8070  Merge [TRAFODION-2135] PR-676 Add protobuf-2.5 to build tools
     new 3baabb3  Merge [TRAFODION-2191] PR-675 Adding extra lines to DCS sever file
     new eb98b6d  Merge [TRAFODION-2180] PR-674 enable/externalize non-ansi sql syntax/functionality
     new e22b25c  Merge [TRAFODION-2161] PR-673 Fix issue with upgrade failure when Repository views
     new 2542002  Fix for timestamp mismatch error
     new 53e87ac  [TRAFODION-2147] showshape does not work for TMUDFs
     new c032f30  Merge [TRAFODION-2199] PR-680 SELECT on Hive partitioned table causes timestamp mismatch error
     new cd8fe4b  Merge [TRAFODION-2147] PR-681 showshape does not work for TMUDFs
     new 5d06605  Merge [TRAFODION-2198] PR-679 Fix bad dependency in pyodbc test
     new 483e1c0  [TRAFODION-2200] Add Javadoc and Doxygen for UDRs to document build
     new f83b00f  Fixed missing Apache license header.
     new a5e77e5  Adding some debug info to diagnose test failure in doc build.
     new 5fe014b  Take 4 for javadoc change - add HBase-trx build
     new 6387aab  Take 5 for javadoc. Deal with pipefail error in sh.
     new bf86fa4  Take 5 for javadoc change - taking a completely different approach
     new 1b51c43  Merge [TRAFODION-2200] Add Javadoc and Doxygen for UDRs to document build PR-682
     new 758bc38  [TRAFODION-1676] rework, fix executor regression test022 failures
     new 58e0061  Various JIRA fixes related to security
     new a2568f4  Additional changes to JIRA TRAFODION-2060 plus couple other fixes
     new c581a16  Merge [TRAFODION-2177, TRAFODION-2188, TRAFODION-2197] pr 685 Various JIRA fixes related to security
     new 8d75967  [TRAFODION-2202] in mode_special_4, sequence function is broken
     new f7ed14f  Merge remote branch 'origin/pr/686/head' into merge_686
     new c7bcf30  Merge remote branch 'origin/pr/687/head' into merge_687
     new 713be0d  [TRAFODION-2206] Fix phx T2 test references to trafodion jar files
     new 98463fd  further regression test core/030 seabase/038 and code refactor
     new ea6a933  Merge [TRAFODION-2206] PR-688
     new b1ca478  bug fix for print long value
     new 2980764  Merge [TRAFODION-1676] PR-684 rework, fix executor regression test022 failures
     new 8d0fce3  JIRA TRAFODION-2200 Vol/Ext opers with hive schema default return errors
     new fd083da  [TRAFODION-2129] Trafodion to avoid use of deprecated HBase APIs/Classes
     new 4fe01b8  Fixing a few small bugs
     new 451eb96  [TRAFODION-2129] Trafodion to avoid use of deprecated HBase APIs/Classes
     new 18480af  fixed seabase/test010
     new a29825b  Merge [TRAFODION-2129] PR-690 Trafodion to avoid use of deprecated HBase APIs/Classes
     new d557840  Supporting OLAP function LEAD and LAG, check compGeneral/TEST006.
     new 72e5aa9  Merge [TRAFODION-2210] PR-689 Vol/Ext opers with hive schema default return errors
     new 35342a4  Merge [TRAFODION-2212] PR-691 HDP_VERSION needs to be changed
     new 0363474  jira TRAFODION-1755 mxosrvr crashes during explain using EXPLAIN_STMT syntax
     new 48be43e  automatic creation of schemas
     new 9e8c75f  Merge [TRAFODION-1755] PR-694 mxosrvr crashes during explain
     new 81c1c6d  Merge remote branch 'origin/master' into ansharma_trafixes_br
     new 057ae46  Merge [TRAFODION-2215] PR-695 automatic creation of schemas
     new bd2d6b9  Error during traf_add_sudoAccess
     new 27b957b  [TRAFODION-2218] Memory leak from JVM used for TMUDF compile time interaction DeleteLocalRef added.
     new b6d71a2  [TRAFODION-2187] Fix DROP SCHEMA CASCADE when sample tables are present
     new cda727a  [TRAFODION-2219] charsets regression failures and retrieved columns
     new 3081b7f  Update log4j.hdfs.config
     new b3e5dfe  Update RMInterface.java
     new 3d76268  Update RMInterface.java
     new 454aa50  Update TransactionalTable.java
     new 8c7a9dc  Update TrxRegionEndpoint.java.tmpl
     new de00395  Update TrxRegionEndpoint.java.tmpl
     new e3b9e96  Update HTableClient.java
     new 7cb5d9e  Update HTableClient.java
     new af9c70e  [TRAFODION 2221] HDP 2.5 support
     new 121e2b3  jira TRAFODION-2184 groupby/orderby construct extensions and enablement
     new c246f49  Merge [TRAFODION-2219] charsets regression failures and retrieved columns PR-699
     new 92bba1f  [TRAFODION-2222] Trafodion on HDP 2.3 needs yarn client in class path
     new ba17bd3  [TRAFODION-2208] function support: log2,IS_IPV4,IS_IPV6 etc
     new dfbd075  jira TRAFODION-2184 additional changes
     new 0239792  Merge [TRAFODION-2187] PR 698 Fix for DROP SCHEMA CASCADE with pers samples
     new feae473  Adding static back for ReturnInfo
     new 7bab838  [TRAFODION-1794]: Log authentication Information
     new b3e01ba  [TRAFODION-2220] Change handling of manual persistent sample tables
     new ecde2b7  Merge branch 'master' of github.com:apache/incubator-trafodion into TRAFODION-2034
     new 5c1676b  Cores issues not fixed yet in Trafodion core code
     new ed90ca6  Merge [TRAFODION-2222] Trafodion on HDP 2.3 needs yarn client in class path PR-701
     new 1ace253  Merge [TRAFODION-2184] PR-700 groupby/orderby construct enhancements
     new 2e70db6  fix review comments
     new 9eaa186  Merge [TRAFODION-2218] PR-697 Memory leak from JVM used for TMUDF compile time interaction
     new 6f5ee46  Merge [TRAFODION-2214] PR-693 Supporting OLAP function LEAD and LAG, check compGeneral/TEST006
     new 1cb7a1a  Merge [TRAFODION-2220] PR-705 Change handling of manual persistent sample tables
     new 17ea935  sql regression test executor test022 fix, min largeint
     new 36446ce  [TRAFODION-2164] Incremental Update Statistics documentation
     new 4fea08e  jira TRAFODION-2181 Enable incompatible operations in sql queries
     new ae050f3  jira TRAFODION-2225 misc enhancement
     new 5c29c0d  Merge [TRAFODION-1435] PR-663 Initial region transaction changes (currently off by default)
     new a4a538e  Update error messages
     new 0c50d95  add test cases and change code according to review comments
     new 2a1e5fa  Merge [TRAFODION-2181] PR-708 Enable incompatible operations in SQL queries
     new d9644b2  Merge remote branch 'origin/master' into ansharma_br_misc
     new da7ab9c  fixed core/expected037
     new 6a8b0f4  Merge PR-706 String to largeint min value overflow was not detected correctly
     new 4418ed3  Merge [TRAFODION-2225] PR-709 Misc enhancements
     new 632f52f  jira TRAFIDION-1435 SQL support for region transactions
     new 66827b0  Merge [TRAFODION-2208] PR-703, new built-in functions added
     new b6b9f43  Merge [TRAFODION-2164] PR 707 Add incremental upd stats documentation
     new 77c6949  Merge branch 'master' into trafodion-1794
     new 19cc70c  Merge branch 'master' of github.com:apache/incubator-trafodion into TRAFODION-2034
     new cc392ff  Merge [TRAFODION-2217] PR-696
     new 56dbe75  [TRAFODION-1755] - Additional changes to handle error 8887.
     new 9439b68  Merge [TRAFODION-2148] PR 646 Propagate error codes of create/drop DDL statements to client
     new 16ebe09  Merge [TRAFODION-1755] PR 711 More changes to handle error 8887
     new 3e05c90  [TRAFODION-1794]: Log authentication Information
     new 1e4a88d  Second set of changes for JIRA [TRAFODION-1435] Region operations performed transactionally for delete, chackAndDelete Improved endpoint coprocessor exception logging
     new 33b235a  Merge branch 'master' of github.com:apache/incubator-trafodion into sean_traf
     new 0037eab  [TRAFODION-1988] Better java exception handling in the java/JNI layer
     new 7bcae3b  [TRAFODION-1988] Better java exception handling in the java/JNI layer
     new 552b949  Merge [TRAFODION-1435] PR-710 SQL support for region transactions
     new 6ad9a9a  jira TRAFODION-2184 Fix to order by on renamed expressions
     new f6bcb06  expected file update
     new af1b8e3  jira TRAFODION-2234 turn aligned format on, phase 1
     new cbf8fd0  Merge [TRAFODION-1794] pull 704 log authentication information
     new 25077b5  [TRAFODION-2223] Improve error reporting on bad incremental WHERE clause
     new f509c91  [TRAFODION-1988] Better java exception handling in the java/JNI layer
     new 6671744  Merge [TRAFODION-2184] PR-717 Fix to order by on renamed expressions
     new b07378d  Merge [TRAFODION-22234] PR-718 turn aligned format on, phase 1
     new 508b8cf  Merge branch 'master' of github.com:apache/incubator-trafodion into sean_traf
     new 594298f  Merging HEAD and addressing review comments for JIRA [TRAFODION-1435]
     new 3b45ca2  Merge branch 'master' of github.com:apache/incubator-trafodion into TRAFODION-2034
     new d81cba0  [TRAFODION-2233] Increased the number of cores limit to 256
     new fde3148  [TRAFODION-2233] (Installer) Increased the number of cores limit to 256
     new a84e052  JIRA [TRAFODION-2236] TM crashes during startup
     new 90539bf  Adding expected file for test116 for JIRA [TRAFODION-1435]
     new 06635c5  Merge [TRAFODION-2223] PR 719 Fix error reporting on bad incremental WHERE
     new cacdd0f  Merge [TRAFODION 2233] PR-722
     new 951c15d  Merge [TRAFODION 2233] PR-721
     new 7af1fd0  [TRAFODION-1988] Better java exception handling in the java/JNI layer
     new 941d8ad  Merge remote branch 'sbroeder_inctraf/sean_traf' into sean_traf
     new 3ad30f5  Merge [TRAFODION-1988] PR-714 Better java exception handling in the java/JNI layer
     new 3462099  Merge remote branch 'sbroeder_inctraf/sean_traf' into sean_traf
     new 8764170  Merge remote branch 'sbroeder_inctraf/sean_traf' into sean_traf
     new 5e55eb9  Merge branch 'master' of github.com:apache/incubator-trafodion into sean_traf
     new c7788c0  [TRAFODION-2235] Added sync thread epoll timeout logic and Zookeeper client thread to the monitor
     new c4e4596  TRAFODION-2231 support transactional ddl exceptions to sql.
     new 7bc317d  [TRAFODION-2245] Multiple sqcheck and jps processes running when monitor is downed and up as dcsserver checks if trafodion is up
     new b37c1a1  Merge [TRAFODION-1435] PR-720 Second set of region transaction changes, delete and checkAndDelete
     new 3756e10  Merge [TRAFODION-2236] PR-723 TM crashes during startup
     new 26fdf9b  [TRAFODION-2238] Compiler Internal Error: RelExpr with unknown arity encountered with combination of WITH clause and Intersect
     new e5f52d8  Recovery changes for region transaction changes Fixes are part of JIRA [TRAFODION-1435]
     new 7c9abd4  Merge remote branch 'origin/master' into TRAFODION-2001
     new daeb4ae  groupby rollup commit #1
     new 877a8e8  TRAFODION-2203 - a user can grant privileges that he doesn’t have ...
     new 587cbf1  [TRAFODION-2235] Fix to Zookeeper library directory
     new 34ddd4c  Merge [TRAFODION-1435] PR-728 Recovery changes for region transaction changes
     new 708f58f  Merge [TRAFODION-2238] compiler internal error, with and intersect not work together
     new 0ccafa2  Fix to handle bad TM ZK node entries during recovery This is the second fix for JIRA [TRAFODION-2236]
     new 810fc3b  [TRAFODION-2245] Multiple sqcheck and jps processes running when monitor is downed and up
     new 7eb190f  jira TRAFODION-2234. Turn aligned format on by default, phase 2.
     new 6dc469d  Merge remote branch 'origin/master' into TRAFODION-2235
     new 52d45b7  Merge remote branch 'origin/master' into TRAFODION-2001
     new fd4fadf  Update TransactionManager.java
     new 0386a66  updated phoenix test to handle bug reported by trafodion-2247
     new af63cce  Merge [TRAFODION-2245] PR-726 Multiple sqcheck and jps processes running when monitor is downed and up as dcsserver checks if trafodion is up
     new 953a411  Merge remote branch 'origin/master' into ansharma_aligned_br
     new 71b1f8c  Merge [TRAFODION-2234] PR-731 Traf aligned format is now ON by default
     new 2a5b632  Merge remote branch 'origin/master' into ansharma_rollup_br
     new addb9b1  Merge [TRAFODION-2203] PR 729 A user can grant a privilege he doesn't have to other users/roles successfully
     new 1e94882  Merge [TRAFODION-2235] PR-724 Enhance node failure detection and coordination
     new 1e29423  Merge remote branch 'origin/master' into TRAFODION-2001
     new 1e894b0  TRAFODION-2234 Updated phoenix tests to work around an upsert on aligned format pbm
     new d7232d3  Merge branch 'master' of github.com:apache/incubator-trafodion into sean_traf
     new 95b4a12  jira TRAFODION-2246 Add support for GROUP BY ROLLUP feature
     new 5c1fe9c  [TRAFODION-2252] Fix two memory leaks during UPSERT statements
     new b352dd8  Fix to handle bad TM ZK node entries during recovery
     new 032d1ca  Merge [TRAFODION-2234] PR-732 Update phx tests to work around an upsert/aligned table pbm
     new 88f9ad6  fixes to group by rollup change
     new 98a1ec6  Fix to handle bad TM ZK node entries during recovery
     new a62e76f  Merge remote branch 'sbroeder_inctraf/sean_traf' into sean_traf
     new 6ee98ca  Merge remote branch 'sbroeder_inctraf/sean_traf' into sean_traf
     new c1b22cf  Merge remote branch 'sbroeder_inctraf/sean_traf' into sean_traf
     new 66030b5  Addressing review comments
     new 3ae78e5  Merge [TRAFODION-2252] PR-734 Fix memory leak during certain insert
     new b583e90  [TRAFODION-2236] Fix to handle bad TM ZK node entries during recovery     This is the second fix for JIRA [TRAFODION-2236] [Author: Sean Broeder <sb...@edev06.esgyn.local>]
     new 056903f  Merge [TRAFODION-2246] PR-733 GROUP BY ROLLUP feature
     new 5a720fc  Merge branch 'master' of github.com:apache/incubator-trafodion into sean_traf
     new cc1f8f3  Fix for TLOG looping in deleteEntriesOlderThanASN JIRA [TRAFODION-2253]
     new fa0a03f  temporarily turned off ddl transactions during executor/test106
     new 70f7fc0  Merge PR-736 Temporarily turned off ddl xns during executor/test106 to prevent hang
     new c760dd9  Merge [TRAFODION-2253] Fix for TLOG looping in deleteEntriesOlderThanASN
     new 4d31d6e  [TRAFODION-2247] upsert on altered aligned format table with missing columns inserts incorrect values
     new b8e163a  [TRAFODION-2247] upsert on altered aligned format table with missing  columns inserts incorrect values
     new 2f34aa7  Reduce the usage of jps in dcscheck script some minor fixes
     new c3c4736  Merge branch 'master' of github.com:apache/incubator-trafodion into wrkbrnch
     new 8e65504  [TRAFODION-2255] Fix off-by-one error in incremental update stats
     new 074428e  similarity check changes, commit #1
     new 22cd2cb  [TRAFODION-2159] Promoting outputs of child with MapValueId node
     new 357c999  [TRAFODION-2257] Removing OLD meetup information from website
     new d12fc51  Merge [TRAFODION-2257]
     new 67673f4  Merge [TRAFODION-2255] PR 738 Fix off-by-one bug in incremental update stats
     new b8dc6da  Merge [TRAFODION-2257] Removing meetup.png
     new 9f3813f  [TRAFODION-2258] Need to edit HBase configs for Cloudera
     new ac2904d  Removed meetup notification.
     new 61cc7b5  [TRAFODION-2259] TopN sort changes. This includes first of changes related to sort implementation in executor. cqd gen_sort_topn_size 'N' forces sort to use topn. Subsequent changes in compiler will be able to push down topn to sort.
     new fd8f8d9  Address rework suggested by Hans.
     new 667cf65  Merge remote branch 'origin/master' into ansharma_simcheck_br
     new 8a7fe53  [TRAFODION-2251] Fix upd stats issues with long char/varchar columns
     new c1b0a87  [TRAFODION-2261] Mxosrvr or java core with starting from Java_org_trafodion_jdbc_t2_SQLMXConnection_close [TRAFODION-2262] Mxosrvr or Java core with the stack trace pointing to log4Cxx functions
     new d223ed9  Merge [TRAFODION-2159] PR-739 Outputs not promoted when MapValueId node is present
     new 392cb6a  Merge [TRAFODION-2247] PR-737 upsert on altered aligned format table with missing columns inserts incorrect values
     new e710eb6  Merge [TRAFODION-2258] PR-741 Need to edit HBase configs for Cloudera
     new 6841be9  Merge [TRAFODION-None] PR-742 Website Updates
     new 5eca188  Merge remote branch 'origin/master' into ansharma_simcheck_br
     new 3d41ee0  jira TRAFODION-2263 Similarity check changes and obsolete code removal.
     new 8039cf1  Merge [TRAFODION-2261] PR-745 Mxosrvr or java core with starting from Java_org_trafodion_jdbc_t2_SQLMXConnection_close
     new eb3986e  Create NACollection objects on NAHeap. Avoid use of system heap as far as possible
     new a143ba9  Merge remote branch 'origin/master' into memleak1
     new 4ac56f5  Rework to support delimited identifiers
     new 8efaffa  [TRAFODION-2194] Fix update stats core on tinyint unsigned column
     new 5cd718a  Merge [TRAFODION-2194] PR 747 Fix update stats core on tinyint unsigned
     new 6e93325  [TRAFODION-2259] changes from feedback, drive TopN sort from GETN
     new 1605595  Merge branch 'master' of github.com:apache/incubator-trafodion into wrkbrnch
     new a164c4b  Merge remote branch 'origin/master' into ansharma_simcheck_br
     new 7248725  changes based on review comments
     new c164c5b  Post merge commit. All files here relate to NAList
     new dd5ea5a  Merge [TRAFODION-2263] PR-746 Similarity check changes
     new ec54d8b  jira TRAFODION-2263 updated regression filter file
     new 9278776  TRAFODION-2265
     new fe5ca99  TRAFODION-2265
     new be54167  Merge [TRAFODION-2263] PR-749 Updated filter to handle hive regression failures
     new 777178a  Merge remote branch 'origin/master' into memleak1
     new 49bc9c5  Fix build failure due to recent change, plus one that slipped through
     new 12f602c  Merge [TRAFODION-2251] PR 744 Fix upd stats issues with long chars/varchars
     new 3cd201a  [TRAFODION-2259] TopN sort changes. This includes first of changes related to sort implementation in executor. cqd gen_sort_topn_size 'N' forces sort to use topn. Subsequent changes in compiler will be able to push down topn to sort.
     new 08081bd  [TRAFODION-2259] changes from feedback, drive TopN sort from GETN
     new fe0cc2f  Fix to take care of review comments by Dave Birdsall
     new 24cd124  [TRAFODION-2264] Add binder messages to message guide
     new f95f736  Update DIFF042.KNOWN file. Line numbers mismatch.
     new 9705292  Merge remote branch 'prashanth-vasudev/TopN' into TopN
     new 986dba8  [TRAFODION 2274] Removing sqconfig_persist from sqconfig
     new 670d9ed  [TRAFODION-2272] Insure adequate hbase.client.scanner.timeout.period
     new a2dcbba  Rework suggested by Selva
     new 8c9fce8  [TRAFODION-2262] Mxosrvr or java core with the stack trace pointing to log4Cxx functions
     new e3c8d7e  Merge [TRAFODION-2266] PR-748 Fix for a few memory leaks
     new 54abce6  Merge [TRAFODION-2264] PR-751 Add binder messages to message guide
     new e455053  Rework addressing Selva's comment
     new bf234eb  [TRAFODION-2264] Update regression test compGeneral/TEST001 expected file
     new 41c384e  Merge remote branch 'origin/master' into TRAFODION-2235
     new a9f34a6  [TRAFODION-2272] PR 753 Fix upd stats SocketTimeoutException issue
     new 3d65adc  TRAFODION-2235 - Fixed zclient logic to ignore ZNODEEXISTS error when creating directory tree.
     new 75048b0  Merge remote branch 'origin/pr/743/head' into merge_743
     new 43b005f  Merge [TRAFODION-2264] PR 755 Update compGeneral/TEST001 expected file
     new 3b43772  [TRAFODION-2167]: Invalid query invalidation keys not working properly
     new 56e498f  [TRAFODION-2278] rmscheck should use relative path
     new 15971f3  [TRAFODION-2277] Remove obsolete entry-sequenced code from compiler
     new 8a8c67a  Merge branch 'master' of github.com:apache/incubator-trafodion into bugFixesHacktober
     new 12ff1c4  [TRAFODION-2267] Fix ALTER TABLE RENAME documentation
     new 304be22  Reworks based on Roberta's comments
     new 2eec584  TRAFODION-2281 - Unable to install Kerberos
     new e77df86  Merge [TRAFODION-2262] Mxosrvr or java core with stack trace pointing to log4cxx
     new 66bc826  Merge [TRAFODION-2274] PR-752
     new b10bc1b  Merge branch 'master' into trafodion-2189
     new 0fbf499  Merge [TRAFODION-2235] PR-756 Enhance node failure detection and coordination
     new 533b383  [TRAFODION-1698]ODBC: trafodon doesn't support SQLForeginKeys
     new 495ab96  Merge [TRAFODION-2277] PR 759 Remove obsolete entry-sequenced compiler code
     new 36fe30e  Merge [TRAFODION-2267] PR 760 Fix ALTER TABLE RENAME documentation
     new ea16d38  Merge [TRAFODION-2281] pr 761 Unable to install Kerberos
     new 78139dd  TRAFODION-1893 Remove vcredist from win-odbc build
     new ca00ea2  Merge [TRAFODION-2278] rmscheck should use relative path
     new b12b45e  Merge [TRAFODION-2167] pr 757 Invalid Query Invalidation Keys not working properly
     new 1315eaf  Merge remote branch 'origin/master' into TRAFODION-2001
     new 95d4a88  [TRAFODION 1441] Cancel button dismisses the SQLDriverConnect prompt dialog but still tries to establish connection.
     new 8fad692  Re-enabled sqconfig persist section generation.
     new 1c93857  [TRAFODION-1758]: A user has dbroot role can't grant component privilege
     new cd04a84  [TRAFODION-1893]-Remove vcredist from win-odbc build & Version update
     new da9d08e  remove env variable VCREDIST defined in build_os.bat add Integer-type return variable in Exec func in installer.iss
     new 437108f  Merge [TRAFODION-2265] PR 750 ex_conv_clause::findInstruction() linearly searches convInstrInfo[]
     new 8805eb2  merge [TRAFODION-1758] PR 765 A user has dbroot role can't grant component privilege
     new cc915f3  Merge [TRAFODION-1698] ODBC support for SQLForeignKeys
     new 196e6f4  Merge [TRAFODION-1893] PR 763 Remove vcredist from win-odbc installer
     new 0bfc52b  [TRAFODION-2292] Add RPM packaging
     new 9a3cf2e  [TRAFODION-2282][TRAFODION-882] New scheme to invalidate histogram cache
     new f2edd4b  [TRAFODION-2292] fix path to tar file name for non-debug flavor
     new d457ac0  Merge branch 'master' of github.com:apache/incubator-trafodion into wrkbrnch
     new 85eaa6f  Merge [TRAFODION-2282][TRAFODION-882] PR 766 New hist cache invalidation
     new b349f40  [TRAFODION 2001] Need to revert to old version of elasticity for installer
     new 98561ca  [TRAFODION-2298] Fix issue with incremental stats and LOB columns
     new 624bafb  Merge [TRAFODION-1441] PR764 ODBC:Cancel button dismisses the SQLDriverConnect prompt dialog but still establish connection
     new 327e256  [TRAFODION-2282] Update hive/TEST018 expected results
     new 901cebd  Merge [ TRAFODION 2001] PR-769
     new 25da9af  Merge [TRAFODION-2282] PR 771 Update hive/TEST018 expected results
     new 7092997  Merge [TRAFODION-2298] PR 770 Fix issue with incremental stats and LOBs
     new 913d233  [TRAFODION-2301]: Hadoop crash with logs TMUDF
     new ee1cd85  [TRAFODION-2296] Consistent error reporting in abort, commit transaction. Changes to wait for all RS to respond when there is an exception in abort and commit transaction requests.
     new e0f18ae  [TRAFODION-2303] Limit the heap size of hbase processes for co-operative developer environment
     new 00ee5b7  Fix for JIRA [TRAFODION-2305] After a region split the transactions to check against list is not fully populated
     new 0a05c03  [TRAFODION-2306] Trafodion customization using its own configuration file
     new 5106c8c  [TRAFODION-2306] Trafodion customization using its own configuration
     new 802e6b5  [TRAFODION-2293] remove minor version for the hbase-trx-apache_*.jar
     new 5ba330e  [TRAFODION-2304] handle zero records in TOPN sort + regress TEST107 update/cleanup
     new 5569b68  [TRAFODION-2306] Trafodion customization using its own configuration
     new d7ac221  fix mantis 703 file download size in dbmgr
     new c1be763  Merge [TRAFODION-2301] pr 773 Hadoop crashes with logs TMUDF
     new 0a95638  [TRAFODION-2306] Trafodion customization using its own configuration
     new 449f48a  Documenation update for DCS and REST server Minor fixes in scripts
     new f5179a1  Merge branch 'master' of github.com:apache/incubator-trafodion into wrkbrnch
     new 524be5a  Merge [TRAFODION-2305] PR-776 Fix for JIRA [TRAFODION-2305]
     new 33a2acf  [TRAFODION-2306] Trafodion customization using its own configuration file
     new 44552d5  Merge [TRAFODION-2292] PR-767 [TRAFODION-2292] Add RPM packaging
     new de82dfb  Merge [TRAFODION-2304] PR-779 handle zero records in TOPN sort + regress TEST107 update/cleanup
     new 78a5f20  [TRAFODION-2306] Trafodion customization using its own configuration file
     new 087d91e  Merge [TRAFODION-2293] remove minor version for the hbase-trx-apache_*.jar
     new 94d7864  Added regression test privs2/TEST144
     new f7f1ee9  Updates to documentation
     new adaa03a  Merge branch 'master' of github.com:apache/incubator-trafodion into wrkbrnch
     new 1ad3983  [TRAFODION-2310] Changed soft down node processing to propagate node state change to remote monitor prior to killing processes.
     new 7f286d2  [TRAFODION-2309] Memory leak observed in Repository context
     new 961e0af  [TRAFODION-2293] add restrict in install_local_hadoop
     new 9c0e5ab  [TRAFODION-2306] Trafodion customization using its own configuration file
     new 8d8adf1  Merge new regression test, PR 781
     new b3d9afa  [TRAFODION-2313] dcscheck doesn't return in REST
     new a992f10  [TRAFODION-2312] Add support for GROUPING function for rollup aggr.
     new db66dc2  Merge [TRAFODION-2310] PR-782 DTM Lead Logic on very busy system resulted in trafodion crash
     new fe07eda  Merge [TRAFODION-2309] PR-783 Memory leak observed in Repository context
     new 6fb4a50  Merge remote branch 'origin/master' into TRAFODION-2001
     new e112e95  Merge branch 'master' of github.com:apache/incubator-trafodion into traf_properties
     new 356e6c4  [TRAFODION-2306] Trafodion customization using its own configuration file
     new 4859796  Code review change on retry count check.
     new dbc0fed  [TRAFODION-2298] Update expected results for test compGeneral/TEST023
     new aae2c09  Merge [TRAFODION-2310] PR-789 Code review change on retry count check
     new bbcfca5  Merge [TRAFODION-2306] PR 788 rafodion customization using its own configuration file
     new 3652a5b  [TRAFODION-2319]update dependencies and version of ODB for windows
     new 0cd14d5  Merge [TRAFODION-2318] PR-780 Fix the incorrect download size of a library code file
     new 7230c7b  Merge [TRAFODION-2312] PR-787 Add support for GROUPING function for rollup aggr.
     new cb50304  Merge [TRAFODION-2298] PR-790 Update expected results for test compGeneral/TEST023
     new ba3628b  Merge [TRAFODION-2307] PR-785 Documentation update for REST and DCS
     new 8fa6622  Merge [TRAFODION-2313] PR-786 dcscheck does not return in REST
     new 9585cf0  Merge [TRAFODION-2319] PR-791 update dependencies and version of ODB for windows
     new 0cc156d  [TRAFODION-2282] Update hive/TEST018 expected results, second attempt
     new 8fcf71a  Rebase fix - removed dormant code
     new a4a2034  Merge remote branch 'origin/master' into TRAFODION-2001
     new 23841d0  Fixed daily build failure related to privs2/TEST144
     new b90dc33  [TRAFODION-2317] Infrastructure for common subexpressions
     new 6afbeb7  Merge [TRAFODION-2282] PR 792 Update hive/TEST018 expected results, 2nd try
     new 2c3c7c5  Merge pr 793 Fixed daily build failure related to privs2/TEST144
     new e17de2b  Addressing review comments for TRAFODION-2317, PR 794
     new 3fb43cb  [TRAFODION-2270] support ORDER BY in PIVOT_GROUP/GROUP_CONCAT function
     new 8e90c51  [TRAFODION-2325] Reduce path length by avoiding expensive APIs
     new 4c4dfc4  [TRAFODION-2229] add hashing functions, commit set 1
     new 0bba8d6  [TRAFODION-2270] support ORDER BY in PIVOT_GROUP/GROUP_CONCAT function, fix review comments
     new 77eda26  jira [trafodion-2290] and few other bug fixes
     new 29bebca  [TRAFODION-2308]JDBC T4 support read LOB
     new b7a3f1e  [TRAFODION-2319]add missing file resource.h
     new 0ddd109  [TRAFODION-2235] Changed EPOLL timeout default values.
     new 994f51a  Merge [TRAFODION-2290] PR-798 Pcode for aligned added cols plus few other bug fixes
     new 83e574b  [TRAFODION-2324] Sequence operators are not parallel starting with the WITH clause support
     new 6dcb16e  Fix jira2295
     new a4a1f1b  [TRAFODION-2308][JDBC]add test case for CLOB
     new 2d93f39  Merge [TRAFODION-2293] remove minor version for the hbase-trx-apache_*.jar
     new 1c8f25b  TRAFODION-2327 Reduce I/O when loading objects into caches
     new 4f90fd7  Regression testware change for compGeneral/TEST042
     new 51ba8ee  Merge remote branch 'origin/master' into cses_1026
     new 8f48640  Fix char length calculation for equivalent hive char type.
     new 1323127  Merge remote branch 'origin/master' into TRAFODION-2001
     new c619c1e  Merge [TRAFODION-2235] PR-801 Changed EPOLL timeout default values.
     new 6a130fc  Merge [TRAFODION-2324] PR-802 Sequence operators are not parallel starting with the WITH clause support
     new cf2aece  Merge remote branch 'origin/master' into TRAFODION-2001
     new 07a77b8  Merge [TRAFODION-None] PR-804 Testware change for compGeneral/TEST042
     new a74957a  [TRAFODION-1077] AQR info missing from GET STATISTICS
     new 1b6dfef  Merge [TRAFODION-2317] Infrastructure for common subexpressions PR-794
     new 48f20cc  Merge [TRAFODION-2325] PR 796 Reduce path length by avoiding expensive APIs
     new 6ce6a8e  Merge TRAFODION-2327 pull 803 Reduce I/O's when loading objects into caches
     new 6cd6be8  TRAFODION-2330 Using trafci, a select from a table succeeds even if the user                does not have the priv
     new 904b53d  [TRAFODION-1839] Trafodion Installer Evolution
     new 59cbda3  Merge [TRAFODION-1077] PR-805 AQR info missing from GET STATISTICS
     new 9c712a4  Merge TRAFODION-2330 PR 806 a select from a table succeeds even if user has no priv
     new da748b4  Major reorganization of the Client Installation Guide.
     new 8c38f48  Update install_local_hadoop
     new a809714  edit .rat-excludes to avoid jenkins error and other improvements
     new f1c3340  edit .rat-excludes to avoid jenkins error
     new dfaaa41  [TRAFODION-2322] Improve UPDATE STATS performance on long char columns
     new 9d3ad45  Added links to the QQ Chinese Trafodion discussion group.
     new 79d36dc  second round of function support
     new 6862bf7  Merge [TRAFODION-2319]add missing file resource.h
     new e26b206  Merge [TRAFODION-2323] PR-808 Major reorganization of the Client Installation Guide
     new ece38ae  Merge branch 'master' of git://git.apache.org/incubator-trafodion into TRAFODION-2229
     new 9e37d9c  [TRAFODION-2331] UPD STATS sometimes fails silently after some other failure
     new ea03e81  [TRAFODION-2326] TopN sort reuse of released tuples
     new ee891fb  [TRAFODION-2332] SequenceFileReader cleanup.
     new cc29628  Merge [TRAFODION-2332] PR-816 SequenceFileReader cleanup
     new 294b8c6  Merge [TRAFODION-2331] PR 814 Fix silent UPDATE STATS failure
     new af79ac4  Merge [TRAFODION-2322] PR 811 Improve UPD STATS perf on long char cols
     new e31e35f  Update install_local_hadoop
     new 0237c95  Merge [TRAFODION 2295] Supporting SQL_WCHAR and SQL_WVARCHAR in SQLGetTypeInfo
     new 63e5338  fix for PR comments
     new 12ead26  Merge [TRAFODION-2293] remove minor version for the hbase-trx-apache_*.jar
     new e91c656  Try to close connection while got exception
     new 4c01077  [TRAFODION-2334] Installer should not set namenode heap size
     new a00f7bd  [TRAFODION-2326] feedback comments fixed.
     new 1b6ae7e  [TRAFODION-2326] additional change.
     new 1a93189  additional fix to address regression test failure.
     new 91a6aff  [TRAFODION-2340]need a installer for windows ODB
     new ed2f03e  add enable_ha env in bashrc
     new e54699f  [TRAFODION-2235] Changed EPOLL logic to use expired znode as definitive node down.
     new 449691b  [TRAFODION-2312] Add support for GROUPING_ID function
     new 9d3014f  [TRAFODION-2235] Changed interpretation of zclient library errors                  returned to correctly handle associated znode.
     new 9643700  Merge [TRAFODION-2235] PR-823 Changed EPOLL logic to use expired znode as definitive node down
     new 7a9000e  Merge [TRAFODION-2229] add Hashing functions to Trafodion
     new 5bad575  Additional minor change to enable/disable topn.
     new 2814df5  [TRAFODION-2029]odb.exe crashed on windows when several files in src reason: group mutex etab[i].gmutex was initialized only in etab[0] by function cimutex() at line 5120. But in gunction gclean(), etab[1].gmutex, etab[2].gmutex and so on are destoried because of for loop, so it retruned crashed. solution: only destrory group mutex in etab[0].
     new 44487fc  modify the default location to install ODB
     new d751c96  Merge [TRAFODION-2334] Installer should not set namenode heap size
     new 7ba7ee3  Merge [TRAFODION-1839] Trafodion Installer Evolution
     new 8517335  Changes to transform an upsert plan into an efficient plan when indexes are present and allow for rowset type operations.  The plan makes use of existing operators to eliminate duplicates at the source so we don't need to perform a row at a time check and put operation. The code is currently turned off with a CD traf_upsert_to_eff_tree.
     new 88b5c68  [TRAFODION-2256] installer not detecting true init errors
     new 7ea0dc1  Merge [TRAFODION-2338]Try to close connection while got exception
     new 0cf28ae  Merge [TRAFODION-2340]need a installer for windows ODB
     new dbcd412  error handle in mxosrvr side for get lob
     new 5e7acbb  [LOB]change exception to SQLException
     new 91390a3  fix more review comments for TRAFODION-2270
     new fd268be  [TRAFODION-2351] Bulk load with log error rows enhancements [Trafodion 2325] Reduce path length by avoiding expensive APIs
     new 5175653  Merge remote branch 'origin/master' into TRAFODION-2001
     new d2e7567  [TRAFODION-2352] UPDATE STATS may fail with error 8446 on Hive tables
     new 575490c  Merge [TRAFODION-2312] PR-824 Add support for GROUPING_ID function
     new efdda8b  fixes reuse of allocated pools.
     new e17bdcd  Merge [TRAFODION-2351] PR-829 Bulk load with log error rows enhancements
     new 99ecd26  Fix for [Trafodion-2348] TransactionState.hasConflict gets a null pointer exception
     new a209359  Merge [TRAFODION-2270] support ORDER BY in PIVOT_GROUP/GROUP_CONCAT function
     new f67784b  Added regression test and fixed all the review comments.
     new 62f8db9  Merge remote branch 'origin/pr/826/head' into merge_826
     new 44be0ab  Merge [TRAFODION-2270] support ORDER BY in PIVOT_GROUP/GROUP_CONCAT function
     new 088d16b  jira 2354
     new 8a49f90  jira 2227
     new 34772bc  Merge Fix for [Trafodion-2348]
     new 5162e5a  Merge [TRAFODION-2352] PR 830 Fix error 8446 in UPDATE STATS on Hive tables
     new 80e7212  Merge jira 2354 : TMUDF doesn't support DOUBLE as an output column type. PR-832
     new 25fb23e  [TRAFODION-2170] certain create table DDL will fail with core dump
     new 4bb6282  jira 2227
     new 4b806d1  jira 2227
     new 1c25e39  jira 2227 update license file
     new 190915b  jira 2227 update sqlparser.y
     new 45e2c16  [TRAFODION-2342] hdfs access threads init/cleanup changes
     new a9c039d  [TRAFODION-2256] Expand error check to initialize upgrade case as well
     new 31067c0  [TRAFODION-2256] installer should not flag already initialized as failure
     new a39e85b  [TRAFODION-2341] Redesign UPDATE STATISTICS retry logic
     new 05e19f2  [TRAFODION-2353] add Regexp support, iteration 1, changes in compiler
     new 11349fa  Merge Fix for [TRAFODION-2170] certain create table DDL will fail with core dump
     new 362b57f  Merge [TRAFODION-2326] PR 815 TopN sort reuse of released tuples
     new f659894  Merge [TRAFODION-2342] PR 835 hdfs access threads init/cleanup changes
     new 4355adf  [TRAFODION-2353] initial execution part
     new 580df31  jira 2227 - update license file
     new 642540c  Merge Fix for [TRAFODION-2308]JDBC T4 support read LOB
     new 5f89eb2  [TRAFODION-2235] Changed EPOLL logic and ZClient to handle transient                  errors with Zookeeper quorum.
     new 75ecdc7  [TRAFODION-2235] Changed EPOLL logic and ZClient to handle transient errors with Zookeeper quorum.
     new 7aabbab  [TRAFODION-2356] Trafodion process can dump core at times because JNIEnv is not initialized
     new 10e4bc8  Merge [TRAFODION-2235] PR-840 Changed EPOLL logic and ZClient to handle transient
     new 055f7bb  Merge branch 'trafodion-2356' of github.com:selvaganesang/incubator-trafodion into trafodion-2356
     new a596155  Merge [TRAFODION-2256] installer not detecting true init errors
     new e0dab3e  Merge branch 'master' of git://git.apache.org/incubator-trafodion into trafodion-2356
     new bbbd26e  Merge [TRAFODION-2341] Redesign UPDATE STATISTICS retry logic
     new 257a7a4  [TRAFODION-2353] support of the regexp operator, execution and test case
     new 79dccc2  Merge remote branch 'origin/master' into TRAFODION-2001
     new c9385f6  Implement builtin function SOUNDEX
     new 876ffec  [TRAFODION-2359] Smooth out UEC for last interval when last value is scarce
     new d0b1d59  Merge [TRAFODION-2356] PR-841 Trafodion process can dump core at times because JNI
     new 466048a  TRAFODION-2156 Update SQL reference manual for column level privileges
     new a17b2a3  [TRAFODION 2231] fix feedback comments
     new b7852a1  Merge [TRAFODION-2359] PR 844 Smooth UEC for scarce last interval
     new 734783c  TRAFODION-2363 Add support to return hive MD info in relational format
     new de7e7d4  convert trafci project into maven project
     new 39b0169  add Installer.java and Vpoc.java ignore
     new 1c35622  [TRAFODION-2356] HBase snapshot concept needs to be contained within HBaseClient in Trafodion
     new 9bac03e  add the copy right declaration
     new aba0352  add the copyright to installer_pom.xml
     new 1396fe0  fixed issue with repos upgrade
     new dfe4b56  replace ant with make
     new 3894730  remove the hard code env version
     new abb23ee  replace env.TRAFODION_VER with TRAFODION_VER
     new 4eadefd  add file ignore
     new ad92750  [Trafodion 2351] HBase snapshot concept needs to be contained within HBaseClient in Trafodion
     new 6787ff0  TRAFODION-2156 Update SQL reference manual for column level privileges
     new ebfdd3d  TRAFODION-2156 Update SQL reference manual for column level privileges
     new 4eea94b  Merge branch 'master' into test
     new e93d518  TRAFODION-2357 log4c++ build error
     new 22f577d  Merge [TRAFODION-2363] PR-846 Add support to return hive md info in relational format
     new b22097b  Fix feedback comments
     new 5dbf5ff  fix feedback comments
     new d42fd51  add the create trafci.zip action
     new c0892c3  Eliminating use of git command in pom.xml
     new 6723aea  cleanup
     new f96ae2d  ignore directory structure in trafci.zip
     new 19676c3  Updated .gitignore file
     new 93741f7  [TRAFODION-2367] EXPLAIN documentation updates + syntax tweak
     new 609482f  Merge [TRAFODION-2365] PR 850 HBase snapshot concept needs to be contained within HBaseClinet in Trafodion
     new 7098095  Merge [TRAFODION-2358] Implement builtin function SOUNDEX
     new e4838ec  Merge pull request #1 from apache/master
     new 2b3d98b  Merge pull request #1 from apache/master
     new ba01481  Merge branch 'master' of git://git.apache.org/incubator-trafodion into TRAFODION-2353
     new f1238e0  Merge Fix for [TRAFODION-2353] support of the regexp operator
     new 964fc40  [TRAFODION-2229]SHA2 function enhancement
     new e6ab815  return fixed length char for SHA2 function
     new 34465b7  update the error message for SHA2
     new 664a2bb  Merge [TRAFODION-2229] PR-849 SHA2 function enhancement
     new aef4f93  remove json files from .rat-excludes
     new c4a39d4  [TRAFODION-1262]ODBC:Varchar col operation fails fix bugs on varchar col(>32k) insert/select failure
     new 1f9071a  Implement LOG() function for any base
     new f4e83a3  Merge [TRAFODION-2357] pr 851 log4cxx build error
     new 4e7e478  Merge remote branch 'apache/master' into mrg-851
     new 13ee0e4  Merge [TRAFODION-2367] EXPLAIN doc updates + parser tweak
     new 2ff86e8  Merge branch 'master' into traf-2357
     new bfa51f1  Merge remote branch 'apache/master' into mrg_852
     new 3b31663  Merge [TRAFODION-2156] pr-845 update reference manual for column level privileges
     new 7656dd0  TRAFODION-2357 log4c++ build error - fixed typo
     new d474c67  Merge branch 'master' into traf-2357
     new 0bbd910  Merge [TRAFODION-2231] PR 725 support transactional ddl exceptions to sql
     new 8c71ef6  [TRAFODION-2371] Fix ALTER TALBE RENAME for IDENTITY columns
     new df1f430  Add tests for builtin function LOG() of any base
     new 6fc8775  Merge branch 'master' of https://github.com/apache/incubator-trafodion into a_t2m
     new 1daecf1  TRAFODION-2374
     new 95b9f27  add one junit test case for trafci
     new acedc3c  Merge [TRAFODION-2357] pr-855 log4cxx build error
     new 10b055e  [TRAFODION-2378] Update Messages Guide for messages 1002-1015
     new 3cea666  add the copyright declaration
     new c751a58  add copyright & one more test case
     new 9d9e388  [TRAFODION-2355] document about IP address/hashing functions
     new d82624f  [TRAFODION-2355] fix copyTopN defect for other functions
     new dff04c6  Merge [TRAFODION-2371] PR 856 Fix ALTER TABLE RENAME for IDENTITY columns
     new 5eca45d  Merge [TRAFODION-2378] PR 858 Update Messages Guide for msgs 1002-1015
     new 9c1ea1b  [TRAFODION 2381] Enhance awk script to support many variations of distros.
     new 833f8a9  Merge Fix for [TRAFODION-2355] document about IP address/hashing functions
     new cd7862c  Merge remote branch 'origin/master' into TRAFODION-2001
     new c1fadff  Merge Fix for [TRAFODION - 2345] Support LOG() function of any base
     new e0cf313  [TRAFODION-1262]ODBC:Varchar col operation fails use macro instead of 0x7fff and fix trancation of charset conv in unixodbc
     new f502bc5  [TRAFODION-1988] Better java exception handling in the java/JNI layer in TM
     new 685a1ce  [TRAFODION-1988] Merge branch 'master' of git://git.apache.org/incubator-trafodion into trafodion-1988
     new af9524e  [TRAFODION-2384] Trafodion node needs to be gracefully shutdown when the node is brought down
     new 450aa7d  updated expected files that changed due to a previous err msg checkin
     new 205959d  Merge PR-864 Updated regressions expected files that changed due to a previous checkin
     new 1430279  Merge Fix for TRAFODION-2374 insert data through jdbc while column type is numeric will insert error data
     new 691ba74  Merge pull request #3 from apache/master
     new 7dbfdb3  fix conflicts
     new 9ee378b  store the jdbc connection info in the properties
     new eb4a2df  [TRAFODION-2380] New script to help automate Message Guide updating work
     new 39e524f  Forgot to take a debug line out
     new ac833c4  [TRAFODION-2386]Add UT code for varchar 32k issue add source code, build files and readme files
     new 52ae208  Merge Fix for TRAFODION-2227 : support json fuction - JSON_OBJECT_FIELD_TEXT
     new fbb465a  [TRAFODION-2388] there should be only one ENV for Trafodion's root directory instead of many.
     new 971df7a  remove duplicate MY_SQROOT in sqenvcom.sh
     new 67a8fb4  Merge [TRAFODION-2380] PR 866 New script to help automate Messages Guide work
     new 03b4dce  [TRAFODION-2389] Update some messages in the range 1000-1059
     new 0d467ca  convert all MY_SQROOT to TRAF_HOME
     new 8c465fd  [TRAFODION-2375]SQLGetDiagRec return wrong msg len win/unix ODBC:SQLGetDiagRec return wrong len value when data truncate
     new 416b81c  [TRAFODION-2386]Add UT code for varchar 32k issue avoid stack corrupt when convert char* to numeric and modify tips for user
     new 82604a2  Merge [TRAFODION-2381] PR-860 Enhance awk script to support many variations of distros
     new 88f4a8b  [TRAFODION-2285] Document TO_DATE, TO_TIME and TO_TIMESTAMP functions
     new ee2c06b  Reworks addressing Roberta's comments
     new 547dda1  Merge [TRAFODION-1988] PR 861 etter java exception handling in the java/JNI layer in TM
     new 81005a7  Merge [TRAFODION-2389] PR 870 Update Messages Guide msgs 1000-1059
     new 672b6d1  Merge [TRAFODION-2386] PR 868 ODBC unit test for large varchar issue
     new 515ff4c  Merge Fix for [TRAFODION-2364]convert trafci project into maven project
     new 4731cbf  [TRAFODION-2384] Trafodion node needs to be gracefully shutdown when the node is brought down
     new 271f184  [TRAFODION-2391]: monitor failed to start when hostname contains uppercase.
     new 1973cbd  [TRAFODION-2375]SQLGetDiagRec return wrong msg len logic added:return actual number of characters needed when MessageText is NULL
     new a61e6bc  Merge [TRFODION-2384] PR 862 Trafodion node needs to be gracefully shutdown when node is brought down
     new 76cb8b4  Merge branch 'master' of git://git.apache.org/incubator-trafodion into trafodion-2351
     new 05640f1  Rework addressing Ming's comments
     new b4c7c81  Merge branch 'master' of https://github.com/apache/incubator-trafodion
     new 8d09100  Merge Fix for [TRAFODION-2391]: monitor failed to start when hostname contains uppercase
     new e36b9fc  [TRAFODION-2228]Add AES_ENCRYPT/AES_DECRYPT functions
     new b82c05b  [TRAFODION-2379] update sql reference manual about group_concat function
     new e0244dd  [TRAFODION-2351] Bulk load with log error rows enhancements
     new 9964572  [TRAFODION-2389] Update some messages in the range 1001-1099
     new ac1cdd7  TRAFODION-1586 Add support for external Traf tables mappedd to HBase tables
     new b1aabd6  updated known diff files
     new a0b7e21  change SQ_ROOT to TRAF_HOME for merging issue
     new 638328d  [TRAFODION-2285] Rework 2: Restrict TO_DATE and TO_TIME; also bug fixes
     new e0993dc  Merge [TRAFODION-2389] PR 877 Update messages in range 1001-1099
     new 97ee8a7  Merge [TRAFODION-2285] PR 872 Document TO_DATE, TO_TIME, TO_TIMESTAMP
     new b111430  Merge Fix for [TRAFODION-2388] there should be only one ENV for Trafodion's root directory instead of many.
     new a88b4dc  trafci can use history cmd
     new 3f91dbf  Merge Fix for [TRAFODION-2228]Add AES_ENCRYPT/AES_DECRYPT functions
     new 2581c0d  Merge Fix for [TRAFODION-2375]ODBC:SQLGetDiagRec return wrong msg length when data truncate
     new 1e921e3  Update sql_functions_and_expressions.adoc
     new 2886c02  [TRAFODION-2393] python installer - reorganize script directories for better user experience
     new 4d33839  Merge [TRAFODION-1586] PR-878 Support for external traf tables mapped to native hbase tables
     new d6a5b79  Merge [TRAFODION-1262] PR-853 ODBC:Varchar col operation fails
     new eb2dcd9  allow ctrl-c behavior
     new 884eee0  [TRAFODION-2351] Bulk load with log error rows enhancements
     new ac483c9  Merge [TRAFODION-2379] PR 875 Add GROUP_CONCAT to SQL Reference Manual
     new c5568f2  Merge [TRAFODION-2351] PR 876 Bulk load with log error rows enhancements
     new 6d5cd94  [TRAFODION-2314] MXOSRVR sometimes exit abnormally with NAMutex assert
     new f9eda0a  Merge Fix for [TRAFODION-2393] python installer - reorganize script directories
     new c0e92d8  Merge [TRAFODION-2214] PR 881 MXOSRVR sometimes exit abnormally with NAMutex assert
     new 91a809b  [TRAFODION-2382] No plan produced when joining two TMUDFs
     new 1417baf  [TRAFODION-2399] Syntax error when loading from salted table
     new 2faae45  [TRAFODION-2382] Support tinyint and boolean in tmudfs
     new 5097291  [TRAFODION-2400] wrong results for passthru cols
     new 49945da  [TRAFODION-2403] update sql reference manual about REGEXP function
     new 37fa8dc  [TRAFODION-2228]fix shift/reduce conflict for AES_ENCRYPT/AES_DECRYPT
     new 7155a0e  change back the copyright in all .xml files
     new 7baf325  Changes to support new syntax and implementation empty_blob/empty_clob for insert/updates Changes to support new syntax for  updating a lob directly through a lobhandle without scanning the table.This is done via  new ExeUtil operator. Changes to add columnname info to LOBMD_ table. This helps in mapping any given lobhandle back to the table and the column. Added new sections to the regression test executor/TEST130 to test these changes
     new f364d03  Merge remote branch 'origin/master' into empty_lob_work
     new 4a63d90  [TRAFODION-2414] enhance 8616 commit conflict error message to include tx conflict details.
     new 763f15b  Merge Fix for [TRAFODION-2211] trafci can use history cmd
     new 76e9e87  TRAFODION-2402
     new c69b501  Merge Fix for [TRAFODION-2228]fix shift/reduce conflict for AES_ENCRYPT/AES_DECRYPT
     new 0273bbb  [TRAFODION-2403] update according review comments
     new 7aa84e0  [TRAFODION-2406] update sql reference manual about INTERSECT/EXCEPT syntax
     new 92e7c6f  [TRAFODION-2417] Installer pre-work for ambari integration
     new 31ddb9d  Replace original file.
     new acd08ef  [TRAFODION-2382] rework from git review
     new 93bd6bc  [TRAFODION-2394] Add documentation for TO_CHAR + fix some bugs in it
     new 35e928b  [TRAFODION-2411] Conn aborted when connecting with a reregisterd user
     new bca9aa4  [TRAFODION-2403] fix typos
     new ccd7c55  Merge Fix for [TRAFODION-2403] update sql reference manual about REGEXP function
     new 38ba20c  [TRAFODION-2351] Bulk load with log error rows enhancements
     new 6400ecb  Merge [TRAFODION-2411] PR 891 Conn aborted when connecting with a reregisterd user
     new f400093  Merge TMUDF fixes and related changes
     new 7894cc8  [TRAFODION-2418] Allow group by push-down to a fact table
     new 31d4e6e  address review comments.
     new 9b2b567  Merge [TRAFODION-2351] PR Bulk load with log error rows enhancements
     new 9a888d2  [TRAFODION-2410] Support install Trafodion on customized CDH parcel directory
     new e203d42  Merge Fix for [TRAFODION-2402]
     new d7c0551  TRAFODION-2421
     new ce6b446  [TRAFODION-2420] RMS enhancements
     new 8e6be59  [TRAFODION-2351] Bulk load with log error rows enhancements
     new a2439c5  change the wait time smooth
     new 872051e  [TRAFODION-2420] RMS enhancements and cleanup
     new b7f483f  [TRAFODION-2422] populateSortCols was flagged as major perf offender during profiling the reason being an unbound iterative string search on huge string. Added a minor fix: When not setting category in log conf file, extra code is executed, potentially impacting performance
     new 1c26c93  Merge [TRAFODION-2394] Add documentation for TO_CHAR + bug fixes
     new e794648  [TRAFODION-2400] RMS enhancements
     new 26303ed  Merge [TRAFODION-2406] PR 887 Documentation for INSERT and EXCEPT
     new 848852d  Merge [TRAFODION-2418] Allow group by push-down to a fact table
     new e7d54c6  Merge [TRAFODION-2351] PR 899 Bulk load with log error rows enhancements
     new 5610bb1  Merge [TRAFODION-2422] by eowhadi
     new 0b79c84   Fixed misc issues from review and testware issues
     new 5937620  [TRAFODION-2400] RMS enhancements
     new 403f9f7  Merge [TRAFODION-2417] Installer pre-work for ambari
     new 4e2c746  [TRAFODION-2400] RMS enhancements
     new d8a150c  [TRAFODION-2291] Ambari integration
     new e14a099  Merge remote branch 'origin/pr/889/head' into merge_trafodion889
     new 989e2c8  additional changes to address review feedback.
     new df254b0  Merge remote branch 'origin/master' into empty_lob_work
     new 244f464  Merge remote branch 'origin/pr/889/head' into merge_trafodion889
     new ae2dd70  Merge [TRAFODION-2420] PR-898 RMS enhancements
     new 09342a0  Merge Fix for [TRAFODION-2410] Support install Trafodion on customized CDH parcel
     new 548a193  Merge [TRAFODION-2414] PR 885 enhance 8616 commit conflict error message to include tx conflict details
     new 5b89187  Testware changes to address memory corruption
     new ba6136d  [TRAFODION-2429] python installer - remove all templates file
     new a5dd41d  [TRAFODION-2430] python installer - need to modify Makefile for building a tar package
     new 153f333  build python installer in another make target
     new 94d2d78  Squashed commit of the following:
     new 8f06af3  The cause ffor the core could be due to the use of an address of a stack variable being passed out of scope. Removed the use of the stack intermediate variable and simplified the passing of a user buffer address to the LOB interfaces. In all cases now, the user buffer address contents are used directly eliminating one  level of indirection.
     new cf6b979  [TRAFODION-2291] Ambari integration
     new 6046c6e  Merge remote branch 'origin/pr/903/head' into merge_903
     new ece09b1  [TRAFODION-2291] Ambari integration - clarify documentation
     new 271a5d0  [TRAFODION-2259] Add TopN stats counter and realign BMO stats.
     new e9785bb  Merge branch 'master' of git://git.apache.org/incubator-trafodion into topn
     new c71ebdc  additional minor cleanup.
     new b90b84f  [TRAFODION-2291] Ambari integration, ldap fix
     new e1fb1df  Merge Fix for [TRAFODION-2429] python installer - remove all templates file
     new 1e0f840  Merge Fix for TRAFODION-2430] python installer - need to modify Makefile for building a tar package
     new 81432af  Merge branch 'master' into ambari_mpack_2291
     new 624d61e  Merge [TRAFODION-2291] PR-901 Ambari Integration
     new 73446d8  Merge [TRAFODION-2421] PR 897 Change progression of wait timeouts
     new d858644  [TRAFODION-2426] Do not set hbase master log splitting property
     new 702b6dd  [TRAFODION-2431] python installer - add python lib dependencies
     new 28c98a6  update .rat-excludes for pyinstaller dependencies
     new 8c7ff9a  Merge [TRAFODION-2259] PR 907 Add TopN stats counter and realign BMO stats
     new 2824d8d  Empty commit. Close mis-directed PR.
     new c572f63  Merge remote branch 'origin/release2.0'
     new 4261a9d  Merge Fix for [TRAFODION-2431] python installer - add python lib dependencies
     new 8b5e8a0  TRAFODION-2439 add support for traf views on hive tables
     new 0a3fcb7  [TRAFODION-2351] Bulk load with log error rows enhancements
     new e97a767  [TRAFPDION-2351] Bulk load with log error rows enhancements
     new 49498df  [TRAFODION-2440] Replace fixed length buffers with strings in LOB code
     new fe46974  TRAFODION-2442  timestamp/date comparison bug. And couple other fixes.
     new 13973b2  [TRAFODION-2450] copy file error for python-installer/templates
     new d9e2494  Merge [TRAFODION-2351] PR 914 Bulk load with log error rows enhancements
     new bafb29a  Merge [TRAFODION-2442] PR-916 timestamp/date comparison bug. And couple other fixes
     new 52d050f  update based on review comment about better error message.
     new 30c8a83  [TRAFODION-2150] and [TRAFODION-2151] TM long prepare and chore thread issues.
     new 2eea953  Merge Fix for [TRAFODION-2426] Do not set hbase master log splitting property
     new 45ff954  [TRAFODION-2420] RMS Enhancements
     new ed2e4fa  Merge [TRAFODION-2439] PR-913 Support for traf views on hive tables
     new f35318b  [TRAFODION-2453] pyinstaller error on hdp with kerberos enabled.
     new 6ac3516  [TRAFODION-2454] pyinstaller: don't restart all hdp services
     new 0ab8ac4  fix feedback comments.
     new 237f9e8  Reworks
     new a9ce210  Various TRAFODION jira fixes, details below.
     new 1450e83  [TRAFODION-2438] Unnecessary and sometimes wrong delete during upsert/merge with IM
     new f87198f  Merge PR-921 Various TRAFODION jira fixes
     new fb2f137  [TRAFODION-2452] Fix upgrade or removal of Ambari mpack
     new 751a253  [TRAFODION-2351] Bulk load with log error rows enhancements
     new 8f60798  Merge Fix for [TRAFODION-2450] copy file error for python-installer/templates
     new 4d4cc2e  handling of known failures for executor/TEST015 and compGeneral/TEST041
     new 0f5b1a4  Merge PR-925 Regr updates for known failures
     new 9bb8185  Merge Fix for [TRAFODION-2453] pyinstaller error on hdp with kerberos enabled.
     new 643f82b  Merge Fix for [TRAFODION-2454] pyinstaller: don't restart all hdp services
     new 67288b3  Merge remote branch 'origin/pr/917/head' into merge_PR917
     new 478478c  Fix for seabase/test020 failure
     new 729472c  Second rework
     new 940ad6f  Merge [TRAFODION-2438] PR-922 Unnecessary and sometimes wrong delete during upsert/merge with IM
     new 932c219  [TRAFODION-2440] Add retry to row count estimation logic
     new f165363  Comment change
     new c5d3927  Merge [TRAFODION-2351] PR-924 Bulk load with log error rows enhancements
     new a89a658  Merge [TRAFODION-2420] PR-918 RMS Enhancements
     new 5c8532f  [TRAFODION-2451] uninstall script for pyinstaller
     new 660c80e  Merge [TRAFODION-2440] PR 915 Replace fixed len buffs with strings in LOB code
     new 5c01e4a  [TRAFODION-2452] Clean-up of install/upgrade via ambari
     new 7c3ae96  [TRAFODION-2460] pyinstaller-should not overwrite previous hbase.coprocessor.region.class settings when modify HDP settings.
     new 2d41556  [TRAFODION-2315] Heuristic decision for common subexpressions
     new dbc6c08  [TRAFODION-2455] More refinements to row count estimation retry logic
     new bbe8066  [TRAFODION-2452] Clean-up of install/upgrade via ambari
     new 7c3ae27  [TRAFODION-2398] Update Messages Guide for messages 1100-1108 as needed
     new 3fb9098  [TRAFODION-2351] Bulk load with log error rows enhancements
     new 60cdb45  TRAFODION-2175 a user should only see specific schemas/tables that he has privs TRAFODION-1573 Additional GET commands for privileges
     new ad6e752  Merge [TRAFODION-2398] PR 930 Update Messages Guide for msgs 1100-1108
     new 14578e0  Rework based on Selva's comments
     new 6016992  Merge [TRAFODION-2351] PR-931 Bulk load with log error rows enhancements
     new d92de57  Changes to remove restriction to use vsbb for upserts on base table.
     new 22a46a3  Merge remote branch 'origin/master' into vsbb_upsert
     new b6478e5  Merge [TRAFODION-2455] PR 929 Add retry to row count estimation logic
     new 26a3334  [TRAFODION-2351] Bulkload enhancements
     new c53b1cf  [TRAFODION-2446] Remove java 1.8 check from ambari plug-in
     new 222b6b7  Merge [TRAFODION-2315] PR-928 Heuristic decision for common subexpressions
     new db84528  [TRAFODION-2464] failure to upsert into a table with an index
     new 91c3375  Merge [TRAFODION-2351] Missed out file for PR 931
     new 17959e9  [TRAFODION-2466]Handle sortReclen limit in sort overflow.
     new b674558  Merge [TRAFODION-2175] PR-932 a user should only see specific tables and schemas ...
     new 3209431  Trafodion-2175
     new a47d454  [TRAFODION-2465] Fix two bugs
     new bc5ae49  [TRAFODION-2456] Improve documentation for UDF parallelism
     new 2d86dd6  fix feedback comments.
     new 2e18c79  Merge [TRAFODION-2452] Fix upgrade/removal of Ambari MPack
     new 8559981  Merge [TRAFODION-2451] uninstall script for pyinstaller
     new f3f4545  Merge [TRAFODION-2460] pyinstaller should not overwrite region class settings
     new d66ffad  Merge [TRAFODION-2446] Remove java 1.8 check from ambari plug-in
     new c47d84f  Merge [TRAFODION-2465] PR 938 Fix two UPDATE STATISTICS bugs
     new 598dc5e  Merge branch 'master' into mrg-932
     new 3d215a4  Merge [TRAFODION-2456] Improve documentation for UDF parallelism PR-939
     new 715d8b0  [TRAFODION-2457] Re-enable compGeneral/TEST042 and try to stabilize
     new 9e92584  TRAFODION-2175 a user should only see specific schemas/tables that he has privs
     new a319486  add a test case in regression test to test sortReclen
     new 60c0c42  merge [TRAFODION-2175] pr 937 a user should only see specific schema/tables ...
     new 3243730  Merge [TRAFODION-2457] Re-enable compGeneral/TEST042 and try to stabilize PR-940
     new 81c2479  Merge remote branch 'origin/pr/936/head' into merge_936
     new 911ca41  [TRAFODION-2467] HBase region start key straddling a datetime key error
     new b08f755  fixing a typo
     new a5e5c24  Rework, fix for bug found by Dave.
     new 06d26c4  Merge [TRAFODION-2467] HBase region start key straddling a datetime key error PR-941
     new 8785bb5  [TRAFODION-2469] TM clients like dtmci don't exit cleanly
     new 24e93d8  [TRAFODION-2470] Fixed one cause of 6004 warnings
     new 51f8743  [TRAFODION-2433] Capture and log call trace upon internal assert failure.
     new bd8b308  Rework based on Hans' comment
     new 0de9660  Merge [TRAFODION-2464] PR-935 failure to upsert into a table with an index
     new 905620c  Merge [TRAFODION-2470] PR-943 Fixed one cause of 6004 warnings
     new ee8b16d  Merge [TRAFODION-2469] PR 942 TM clients like dtmci don't exit cleanly
     new 7760c9f  Turning on CQD TRAF_UPSERT_TO_EFF_TREE 'ON' by default. Fixed a couple of issues during inlining.1. RI constraints had to be handled .2.  The Sequence node had to be modified to avoid an unneeded copyTree that was causing problems with subqueries. 3. A new flag introduced to  identify that we are int he midst of this transformation.  Modified TEST015 to print out the details for the new transformation.
     new 6b5799b  Merge remote branch 'origin/master' into vsbb_upsert
     new 01fcd3c  Improve concurrency of drop constraint, log memory pressure
     new 110c26f  expected file updates for executor/qat regrs caused by previous checkins.
     new 8ad3a10  Merge PR-945 exe/qat expected files updates caused by previous checkins
     new 437ae6d  Separate the transformation cases to be merge or the new eff tree.
     new d9d5d88  Merge remote branch 'origin/master' into vsbb_upsert
     new 09f3c9d  Merge Improve concurrency of drop constraint, log memory pressure PR-944
     new b4c3201  [TRAFODION-2472] disable transactional alter command for hbase options.
     new 96c46da  [TRAFODION-2442] Small correction to previous fix
     new 2f41e35  fix for feedback comments.
     new 099ce53  Merge [TRAFODION-2442] PR 948 Small correction to previous fix
     new bce610d  Merge [TRAFODION-2472] PR 947 Disallow transactional ALTER xx HBASE_OPTIONS
     new 717a55b  Changes from review
     new a2b7575  [TRAFODION-2475] Create table/index or alter does not work with unavailable compression options
     new 0c3cdbd  [TRAFODION-2471] pyinstaller: error command when grant privilege in HBase.
     new e886d92  Fixed reviews comments.  Reworked "if" statement in method isUpsertThatNeedsTransformation. Added test cases to distinguish the merge transformation from the new transformation in cases with omitted columns.
     new 293dbd5  [TRAFODION-2314] MXOSRVR sometimes exits abnormally with NAMutex assert
     new 18cc630  Merge [TRAFODION-2475] Create table/index or alter does not work with unavailable compression
     new a265a21  [TRAFODION-2473] sqnodestatus report wrong status if ssh banner is configured.
     new bd21beb  [TRAFODION-2476] pyinstaller - error in DCS HA configuration
     new 554cd32  Merge [TRAFODION-2314] PR 951 MXOSRVR sometimes exits abnormally with NAMutex assert
     new 3d7df2d  [TRAFODION-2478] Reduce the number of memory monitoring threads in Trafodion SQL processes
     new 5b86a06  [TRAFODION-2479] pyinstaller - firewall status should not block the installation process
     new 001cc3a  [TRAFODION-2480] monitor should not check hostname strictly
     new 3d7a612  Merge Fix for [TRAFODION-2471] pyinstaller: error command when grant privilege in HBase.
     new db14e39  TRAFODION-2441 user has only select privilege on a table can do ... TRAFODION-2409 support privilege control(column privileges) for hive tables TRAFODION-2423 any user can perform 'initialize trafodion, drop' TRAFODION-2435 Any user can perform TRUNCATE on native Hive tables. TRAFODION-2463 Hive: Any user can do update statistics for hive tables
     new 8ba597f  [TRAFODION-2478] Reduce the number of memory monitoring threads in Trafodion SQL processes
     new 95fe295  Further review fixes. Adde dtests to detect vsbb plans for upserts with more than one row.
     new 5881cf1  Merge remote branch 'origin/pr/946/head' into merge_946
     new 5b84281  [TRAFODION-2235] Added monitoring of local monitor's znode to detect errors with Zookeeper quorum.
     new f6f4402  Merge [TRAFODION-2478] PR 953 Reduce the number of memory monitoring threads in Trafodion
     new cc13c6c  Merge [TRAFODION-2441] and others pr-957 various fixes for native Hive tables and privileges
     new bcb8bdb  Fix for regression failure caused because preCondition expression was not being generated for the code path with the new efficient tree. This caused deletes and inserts to compete and cause inconsistencies in the index depending on timing. Fix is to ensure the delete precondition is set for efficient upserts just like it is for updates and mergeUpdates.
     new 51abeb4  [TRAFODION-2481] Update provisioning doc
     new 60fcb54  Merge [TRAFODION-2479] PR-955 pyinstaller - firewall status
     new 6973d3a  [TRAFODION-2854] Improve SET STATISTICS command to display the information in new format
     new ec57afc  add identity column
     new f639836  add sequence_index
     new ff4421d  [TRAFODION-2487] pyinstaller - error handling home_dir variable
     new 93b5baa  [TRAFODION-2475] Improved error handling for HBASE_OPTIONS clause
     new da2bd7b  Merge [TRAFODION-2854] PR-961 Improve SET STATISTICS command
     new 57729e1  Added FILTER144 to privs2 regression
     new 4cc4305  Merge [TRAFODION-2473] PR-952 sqnodestatus report wrong status if ssh banner is configured
     new 0465926  Merge [TRAFODION-2476] PR-954 pyinstaller - error in DCS HA configuration
     new d78723d  Merge [TRAFODION-2487] PR-964 pyinstaller - error handling home_dir variable
     new df7cd6d  Merge [TRAFODION-2481] PR-960 Update provisioning doc
     new c6b3873  Merge [TRAFODION-2412] PR-962 Add CREATE/DROP/ALTER SEQUENCE Statement + Update CREATE INDEX Statement
     new 59025cc  Merge [TRAFODION-2486] PR-963 Add Identity Column
     new a7a295e  Merge regression fix for privs2 failure pr-966
     new 965f659  Merge remote branch 'origin/pr/959/head' into merge_959
     new ded3fa2  Fix testware
     new fcfc579  Changing minor version for main branch to 2.
     new d3509da  Merge remote branch 'origin/pr/968/head' into merge_968
     new 63f947c  [TRAFODION-2489] pyinstaller - sqconfig on single node [TRAFODION-2490] pyinstaller - admin user setup gives syntax error
     new 3fabd68  Merge Fix for [TRAFODION-2480] monitor should not check hostname strictly
     new 1ce7665  [TRAFODION-2481] Improve ambari section of provisioning guide
     new cd83797  Merge Fix for [TRAFODION-2489] [TRAFODION-2490] fix for pyinstaller
     new 34715ee  [TRAFODION-2481] Add section on initializing meta-data via Ambari
     new 5374d9d  TRAFODION-2441 user has only select privilege on a table can do ...
     new 4c3077c  TRAFODION-2492 Support for native hive views, plus few more changes
     new b5e7300  Merge [TRAFODION-2235] PR-958 Added monitoring of local monitors znode to detect errors with Zookeeper quorum
     new c50fc92  Fix for a potential stack memory corruption.
     new dc58c85  [TRAFODION-2496] pyinstaller - better handle constants
     new 3e0d531  Merge [TRAFODION-2481] PR-974 Improve ambari section of provisioning guide
     new b44e5d0  Merge [TRAFODION-2441] PR-975 user has only select privilege on a table can do ...
     new 549850a  Merge [TRAFODION-2492] PR-976 Support for native hive views, plus few more changes
     new bd5f2b0  Fixes from review
     new 8c2ccd7  Merge remote branch 'origin/master' into 2.2_work
     new ca4f9da  Merge branch 'master' of github.com:apache/incubator-trafodion into compress1
     new d779350  Merge [TRAFODION-2475] PR-965 Improved error handling for HBASE_OPTIONS clause
     new 92c80fd  [TRAFODION-2482] documentation for python installer
     new 2aeb4d1  review comment #2
     new 2abcb03  Merge remote branch 'origin/pr/977/head' into merge_977
     new 9523fd2  Merge remote branch 'origin/master' into TRAFODION-2001
     new e9389fa  TRAFODION-2498 Add support to run hive stmts from traf interface
     new 04040d3  Trafodion configuration API changes
     new fd1c115  Trafodion configuration API changes - new library files
     new 145cd9b  Merge branch 'TRAFODION-2001' of github.com:zcorrea/incubator-trafodion into TRAFODION-2001
     new 476519d  [TRAFODION-2510] pyinstaller - remove DB__ADMIN from installer
     new 6ac51ca  Reverting minor version back to 1
     new 63ab728  Merge [TRAFODION-2498] PR-979 Add support to run hive stmts from traf interface
     new ff8a121  Merge PR 981
     new feb3bea  fix jira 2462
     new 3d54fdd  [TRAFODION-2499] TMUDF does not pass error to client
     new 85d1596  [TRAFODION-2514] Obscure cores seen in Trafodion while running jenkins tests with RH7
     new 8c5ade7  Merge [TRAFODION-2499] TMUDF does not pass error to client PR-984
     new 079b210  [TRAFODION-2477] Invalid characters in translation are ignored
     new 6cc8957  Merge Trafodion 2477 to 2.1
     new 58caf9f  Merge Trafodion 2496 to 2.1
     new b19286b  Merge [TRAFODION-2477] Invalid characters in translation are ignored PR-986
     new 928adc6  [TRAFODION-2517] Allow scalar UDFs with delimited identifiers
     new e0128df  Merge [TRAFODION-2514] PR 985 Obscure cores seen in Trafodion while running jenkins tests with RH7
     new b02f197  Python documentation TRAFODION-2482 to 2.1
     new c00c034  [TRAFODION-2514] Obscure cores seen in Trafodion while running jenkins tests with RH7
     new dc6e7bd  [TRAFODION-2518] pyinstaller - remove unused db_admin settings.
     new d15b5b6  Merge [TRAFODION-2517] Allow scalar UDFs with delimited identifiers PR-987
     new 6c4c366  [TRAFODION-2514] Obscure cores seen in Trafodion while running jenkins
     new a397607  Year change for banner
     new d133d62  [TRAFODION-2468] DDL HA , step 2 changes(please refer jira).
     new 079f1ce  optimize ps command in uninstall script
     new 3eddda4   Merge copyright header
     new 92b6f97  OLAP functions
     new 7651d54  OLAP Functions 2
     new d7c8adf  As debugged by Arvind: Increase size of the buffer that reads cmdline arg
     new fb6c16e  add scratch_disks_CQD
     new a567996  Merge [TRAFODION-2520] Add details for OLAP function + Add LEAD, LAG, FIRST_VALUE &amp; LAST_VALUE window functions PR-990
     new ba33ebb  Fix regression failures for privs1 and privs2
     new 8a3cfd6  Handle unsafe sprintf call causing DCS Master to core on Centos 7.x
     new 39251ff  OLAP functions
     new db18be9  OLAP Functions 2
     new 8b9b214  [TRAFODION-2525] pyinstaller - support HBase1.2 version in config file
     new 90aec80  [TRAFODION-2527] process abend when updating primary key with TRAF_RELOAD_NATABLE_CACHE 'ON'
     new 74a86b9  Merge Cherry-pick two documentation changes from 2.2 into 2.1 PR-998
     new 4e8dd59  Merge [TRAFODION-2524] Increase cmdline buffer size
     new 4348ce6  Merge [TRAFODION-2518] Remove unused db_admin settings from pyinstaller
     new b347946  Merge privs1 and privs2 regress fix pr 997
     new ffe3261  Merge [TRAFODION-2527] PR-1000 process abend when updating primary key with TRAF_RELOAD_NATABLE_CACHE ON
     new 4e6456f  Merge [TRAFODION-2462] PR 982 Fix trafci GUI installer
     new 29c08ed  Merge [TRAFODION-2525] PR 999 Add HBase1.2 version to pyinstaller config file
     new 1085307  Change file location of Hadoop hdfs jar file
     new c875b87  [TRAFODION-2530] Add explicit transaction control in CreateHistTables
     new e48a2be  Merge [TRAFODION-2528] classpath change
     new 2aac3f7  Merge [TRAFODION-2530] PR 1003 Add explicit trans ctrl in CreateHistTables
     new 6e60c47  jdbcT4 profile configuration for publish to maven central
     new 71f581f  incorporate comments for scratch dirs CQD
     new 5d35795  [TRAFODION-2533] pyinstaller - check ssh pam settings during installation
     new b281c92  fix memory corruption caused by Int32 vs Int64 in executeImmediate calls. (cherry picked from commit dd2ad5c59c85882466c1c170e0edd6527a6d13a8)
     new aff0f49  fix review comments. (cherry picked from commit 429f42604459874a1190d833fe9ec0e3666856d7)
     new a48a06d  Merge [TRAFODION-2513] jdbcT4 maven publishing
     new 03fd040  Merge [TRAFODION-2523] PR 1006 Fix drop schema cascade memory corruption
     new 1664d1b  [TRAFODION-2529] Pass proper table name to getRowCount for _CELL_ and _ROW_
     new 181f630  [TRAFODION-2535] Create index succeeds but resulting index is empty, if dop > 32
     new f8f48cf  incorporate comments for WITH clause
     new ed3db26  fix identity
     new 2ba737c  Merge [TRAFODION-2529] PR 1007 Fix name passed to estimateRowCount for CELL
     new 8aa5323  Various fixes, details below
     new a78064b  TRAFODION-2538 Revoking privileges from role not invoking query invalidation
     new 7e9a6ee  [TRAFODION-2474] Add opt_error.h to files read by analyzeMessageGuide.py
     new eea1054  Merge [TRAFODION-1702] PR-1009 Various fixes, details below
     new 452b7e7  Merge [TRAFODION-2535] PR-1008 Create index succeeds but resulting index is empty, if dop > 32
     new 6155ff1  Merge [TRAFODION-2474] PR-1011 Add opt_error.h to files read by analyzeMessageGuide.py
     new e5e1356  [TRAFODION-2537] Add file_desc to salted secondary indexes indexes_desc
     new ee04227  [TRAFODION-2448] Change TM SplitHelper to get configured parent znode instead of hard-coded /hbase
     new 1b724a8  Merge [TRAFODION-2538] PR-1010 Revoking privileges from role not invoking query invalidation
     new 3f85cf8  [TRAFODION-2539] pyinstaller - set actual trafodion group if trafodion user exists
     new 39de987  [TRAFODION-2537] PR 1012 Fix to enable parallel plans on salted indexes
     new 76baf82  incorporate comments for clause 2
     new 2da0955  Trivial typo
     new 869954c  incorporate comments for WITH clause 3
     new 5d21a1e  Merge [TRAFODION-2522] PR 1001 Add WITH clause to SQL reference guide
     new a010b2e  [TRAFODION-2522] Fix WITH syntax diagram
     new 482489c  [TRAFODION-2522] Removing carriage returns from the ends of lines.
     new badda05  Merge [TRAFODION-2522] Removing carriage returns from the ends of lines. PR-1019
     new 3c1c4ad  Merge Trivial typo PR-1018
     new da024aa  [TRAFODION-2541]"UPDATE LOB" default max lob size error
     new 8f3b836  fix based on review comments.
     new f7e27c5  Merge [TRAFODION-2468] PR 993 DDL HA changes, part 2
     new 0d42cb6  Merge remote branch 'origin/pr/1020/head' into merge_1020
     new c978ab5  Merge [TRAFODION-2448] PR 1013 TM SplitHelper change to get conf parent znode
     new 91c8bae  [TRAFODION-2398] Edit some of the messages in range 1111-1145
     new e8a88e5  Merge [TRAFODION-2553] PR-1001 pyinstaller - check ssh pam settings during installation
     new b517466  incorporate comments for scratch dirs CQD 2
     new d3d707a  Support for insert-select from varchar/char colummns into lob columns. Supposed for insert with parameter.This work is done as part of  [TRAFODION-2516]
     new 299b538  Merge Fix for [TRAFODION-2521] Add SCRATCH_DISKS CQD
     new 0c6089d  Merge [TRAFODION-2398] PR 1021 Fix some messages in range 1111-1145
     new 22ef1e2  Merge remote branch 'origin/master' into 2.2_work
     new 66d837f  [TRAFODION-2552] Use column stats when SUBSTR takes a column prefix
     new 47e31f5  Fix cut-and-paste error
     new c58a180  Merge [TRAFODION-2539] PR-1014 pyinstaller - set actual trafodion group if trafodion user exists
     new c2704e7  [TRAFODION-2532] clean up the error message 'monitor.ini not found'
     new a9f38cb  Merge [TRAFODION-2522] PR 1001 Add WITH clause to SQL reference guide
     new 08c1247  [TRAFODION-2522] Fix WITH syntax diagram
     new ee449ad  Merge Cherry-pick WITH clause documentation changes into 2.1 release PR-1026
     new d878a12  Merge [TRAFODION-2552] PR 1023 Use column stats for SUBSTR when possible
     new ae3eca8  [TRAFODION-2420] RMS enhancements Introduced 2 new counters HeapWM: - "SQL Heap WM" - Tracks the high water mark of the used memory         including space buffer and bmo operator memory. It is enough to         monitor this counter alone to track the memory utilization of the         query.
     new 0a3af6f  [TRAFODION-2449] dtmci - Adding 'status regions' command
     new b0e067d  [TRAFODION-2420] RMS enhancements
     new 45bbb16  Removing commented out code
     new 9b3c71e  Merge remote branch 'origin/pr/1022/head' into merge_1022
     new 3366fdb  [TRAFODION-2376] Improve UPDATE STATS performance on varchar columns
     new 4716b3a  Merge [TRAFODION-2420] PR-1027 RMS Enhancements
     new 3f75c15  Merge [TRAFODION-2532] PR 1025 Clean up 'monitor.ini not found' logic
     new 34fdb71  [TRAFODION-2559] Fix bug in RIGHT function
     new 8691d78  Merge [TRAFODION-2559] PR 1032 Fix bug in RIGHT function
     new da1b7b8  TRAFODION-2534 CLASSPATH for Java UDRs
     new 6f38be8  FIX [TRAFODION-2544]
     new ad20cf4  Exception is thrown, when using TrafT4DataSource in jdbcT4
     new 2ecf49d  [TRAFODION-2449] dtmci - Adding 'status regions' command
     new 9bca2b6  Convert into Maven project
     new 3877a46  change the jdbcT4 group id for the missed xml
     new b7c3072  [TRAFODION-2565] JDBC T2 Vproc needs updating . Causes build or initialize issues for 2.1 release
     new eb4b0a3  [TRAFODION-2496] pyinstaller - better handle constants
     new dac0a44  [TRAFODION-2539] pyinstaller - set actual trafodion group if trafodion user exists
     new 9542a8f  [TRAFODION-2533] pyinstaller - check ssh pam settings during installation
     new 71f0a62  [TRAFODION-2525] pyinstaller - support HBase1.2 version in config file
     new 6a65dca  optimize ps command in uninstall script
     new eaa45f6  [TRAFODION-2518] pyinstaller - remove unused db_admin settings.
     new 40d3352  [TRAFODION-2510] pyinstaller - remove DB__ADMIN from installer
     new ce61a28  [TRAFODION-2482] documentation for python installer
     new 51a83dc  Refact package name
     new f4e4cde  Change Exception to SQLException
     new 0638dfe  Remove testing variable
     new 560ad85  Merge {TRAFODION-2565
     new 6221630  Added Notice,License, Disclaimer to amabari install RPM package
     new 29307b4  Merge [TRAFODION-2376] PR 1029 UPDATE STATS perf improvement for varchars
     new d0f60fa  Merge [TRAFODION-2551] PR 1035 Exception is thrown, when using TrafT4DataSource in jdbcT4
     new 1bd6c78  Merge PR-1038 cherry-pick pyinstaller changes from release2.1 to master
     new 357ad47  Remove misleading Hadoop distro version messages.
     new ac9b227  Rework the fix for [TRAFODION-2516] to returntype for param as LOB instead of coercing the type by default to char type since it confuses JDBC and Catalog APIs. The expected input param still is expected as a varchar format. Also added  testcases both for the regression as well as the clitestdriver program.
     new cfda8c1  Rework PR-1009 for pyinstaller config change
     new 14fd37b  Merge TRAFODION-2570/2572
     new 0c88f43  Merge TRAFODION-2534 CLASSPATH for Java UDRs PR-1033
     new 55e65d2  [TRAFODION-25] Temporary code for UPDATE costing
     new 20d0fac  Fixed typo; added script
     new 35d5cb8  Fixing incorrect cast
     new 2e1e3ff  Merge PR-1042 Rework PR-1009 for pyinstaller config change
     new 1926da9  Merge [TRAFODION-25] PR 1043 Temporary UPDATE costing code
     new 58155be  Trivial change to do another push after git RPC error
     new a955827  Tickle commit infrastructure again after RPC error
     new ca7c9c5  [TRAFODION-2575] Truncate long strings when computing USTAT aggregates
     new f288cc9  [TRAFODION-2566] Reduce the virtual memory allocated in Trafodion processes with JDK1.8
     new 738c15e  Changed return lobtype iafter prepare during describe, to be FS type 160.Changed a few limits for lob chunksize to handle large files faster. Changed sqlci to handle param input as LOB.
     new 8de5888  Merge [TRAFODION-2449] PR 1028 Adding dtmci 'status regions' command
     new ebf98de  [TRAFODION-2576] Fix long varchar bug in incremental UPDATE STATISTICS
     new 5aa8799  More changes from MY_SQROOT to TRAF_HOME.
     new cc80a5e  [TRAFODION-2577] Add missing config variables in Ambari install
     new 48c7c60  Merge [TRAFODION-2575] PR 1044 Truncate long strings when doing USTAT aggs
     new aefaa3b  Change to expect lob input from client as a varchar format with 4 byte length
     new 34c70d0  [TRAFODION-2526] pyinstaller - don't use sudo command in root user during installation
     new 4de1923  [TRAFODION-2579] installers should allow multiple ldap hosts and ldap UID lines
     new dc3d97f  Merge Trafodion-2577
     new d83c9b1  [TRAFODION-2579] Allow multiple LDAP values in ambari-installer
     new 0d75af1  Merge [TRAFODION-2576] PR 1046 Fix long varchar bug in incr UPDATE STATS
     new 8f92b92  [TRAAFODION-2568] [TRAFODION-2574]
     new b9d4104  Merge [TRAFODION-2566] PR 1045 Reduce the virtual memory allocated in Trafodion processes
     new b93168a  Change testware to always register users for priv tests
     new 0c10290  [TRAFODION-2420] RMS enhancements
     new 44f361e  Merge [TRAFODION-2526] PR-1048 pyinstaller - don't use sudo command in root user during installation
     new a0b4d85  Merge [TRAFODION-2579] PR-1049 installers should allow multiple ldap hosts and ldap UID lines
     new ffa72fa  [TRAFODION-2483] Trafodion treat '\' as NULL in hive table
     new 20ad19a  [TRAFODION-2512] index access with MDAM not chosen with LIKE predicicate
     new 7cb964f  [TRAFODION-2569] Improve handling of index hints
     new bd4d581  [TRAFODION-1906] Dop is reported incorrectly in RMS operator stats
     new 660c818  [TRAFODION-2583] Remove deprecated CQD HIVE_MAX_STRING_LENGTH
     new 0e7ec84  Merge [TRAFODION-2583] PR 1058 Remove deprecated CQD HIVE_MAX_STRING_LENGTH
     new 114f2e9  [TRAFODION-2420] RMS enhancements
     new 7430548  [TRAFODION-2586] UPSERT USING LOAD running slower than UPSERT with transactions disabled
     new 82052c2  [TRAFODION-2493] to_char with format 'MONTH DD, YYYY, HH:MI' is wrong
     new 18ad65a  [TRAFODION-2588] monitor failed to start if part of zookeeper server is down
     new f45c3aa  [TRAFODION-2589] pyinstaller - do remote node initialize in parallel
     new af1652d  [TRAFODION-2483] Trafodion treat '\' as NULL in hive table
     new d19b8cf  Merge [TRAFODION-2569] Improve handling of index hints PR-1057
     new bdb4e69  Merge [TRAFODION-2579] PR-1050 Allow multiple LDAP values in ambari-installer
     new 05ff0e8  Merge [TRAFODION-2512] PR-1056 Index access with MDAM not chosen with LIKE predicate
     new 322fdda  Merge [TRAFODION-2493] PR-1060 to_char with format MONTH DD, YYYY, HH:MI is wrong
     new aa47bdd  Merge [TRAFODION-2586] PR-1059 UPSERT USING LOAD running slower than UPSERT
     new dc022cc  Merge [TRAFODION-2420] PR 1052 RMS enhancements
     new 1855b27  Rework suggested by Hans.
     new d7fe312  Merge [TRAFODION-2589] PR-1062 pyinstaller - do remote node initialize in parallel
     new ebfd515  [TRAFODION-2592] Better error message when HBase is down at startup.
     new 4ce851b  [TRAFODION-1989] Add earlier fix to ambari installer
     new 5b686a6  Merge [TRAFODION-2592] Better error message when HBase is down at startup. PR-1063
     new 0751af0  Merge [TRAFODION-2568] PR-1051 [TRAAFODION-2568] [TRAFODION-2574]
     new 19387d5  Merge [TRAFODION-1989] PR-1064 Add earlier fix to ambari installer
     new d14bfb5  Merge [TRAFODION-2588] PR-1061 monitor failed to start if part of zookeeper server is down
     new 9c58649  [TRAFODION-2584] Add support to register hive objects in traf metadata
     new b53136f  Merge pr-1065 testware fix for privs regress
     new bf473d3  TRAFODION-2593 Update Apache Incubator logo on the web site.
     new acc3b34  Merge TRAFODION-2593 Update Apache Incubator logo on the web site. PR-1067
     new a4df330  [TRAFODION-2594] Trafodion logs the same message twice in most of its log4j and log4cxx logs [TRAFODION-2420] RMS enhancements [TRAFODION-2478] Memory monitor Thread enhancements
     new 2f07a06  Merge remote branch 'origin/pr/1041/head' into merge_1041
     new f894c3f  Merge [TRAFODION-2584] PR-1066 Add support to register hive objects in traf metadata
     new 5dbf350  [TRAFODION-2594] Trafodion logs the same message twice in most of its log4j and log4cxx log
     new 6c72547  Merge [TRAFODION-2554] PR 1036 Convert JDBC T2 to Maven project
     new 7112951  [TRAFODION-2594] Trafodion logs the same message twice
     new a7148eb  JIRA 2485,2540,2582,2591, plus other bug fixes
     new f8c57fd  Merge PR 1068
     new 2b345cb  fixed an issue related to hive register command
     new dd57628  PR-1069 JIRA 2485,2540,2582,2591, plus other bug fixes
     new 6842a3a  compGeneral/TESTTOK2 fix
     new 7ba396e  PR-1071 regress/compGeneral/TESTTOK2 fix
     new 57629a0  Merge [TRAFODION-2483] PR 1055 Trafodion treat '\' as NULL in hive table
     new b5eb1cf  Merge [TRAFODION-2544] PR 1034 Change JDBCT4 group id to org.apache.trafodion
     new b8cfdc8  Support for insert-select for tables containing LOB columns.
     new 7e10b5a  Merge remote branch 'origin/master'
     new c502f83  add cleanup statement
     new b36003c  [TRAFODION-2596] Improve the log4j and log4cxx infrastructure in Trafodion
     new 9e37f06  [TRAFODION-2294] Fix permissions hole in Explain
     new fe262aa  Merge remote branch 'origin/master' into lob_inssel_work
     new 53e103c  Fixed review comments
     new 91794b5  This is a large contribution of changes from Esgyn TransactionManager and libraries that are collectively much better tested and hardened than Trafodion, but are too numerous and complex to cherry pick individually.
     new b791f88  Merge [TRAFODION-2294] PR 1074 Fix permissions hole in Explain
     new 19edeb4  Added copyright to the generated protobufs
     new 4d378a6  Merge fixes
     new d9c2ec5  Added missed template file
     new 3e64d5d  [TRAFODION-2602] Update Trafodion web site with new 2.1.0 release
     new cd75b42  Updated .gitignore file
     new 16ef85d  Merge remote branch 'origin/master' into TRAFODION-2001
     new e42961b  [TRAFODION-2602] Very minor white space changes.
     new a8d197a  [TRAFODION-2536] memory out of bound when fetch LONGVARCHAR UCS2 column with a TIMESTAMP_STRUCT
     new f094aa0  Changes to move all Trafodion created hdfs files under /user/trafodion
     new d0c4d73  Merge remote branch 'origin/pr/1072/head' into merge_1072
     new 4b27589  Merge remote branch 'origin/master' into hdfs_chdir_work
     new 5cfd92d  Merge branch 'master' of github.com:apache/incubator-trafodion into sean_traf
     new bb531e6  Updated expected seabase/expected022
     new 6c79f46  [TRAFODION-2602] review comments
     new 7af3fd2  [TRAFODION-2602] minor typo
     new a9ec249  Merge [TRAFODION-2602] Update Trafodion web site with new 2.1.0 release PR-1076
     new 2733451  Fixing a broken link (already fixed on the actual site).
     new 9841390  [TRAFODION-2603] Remove obsolete utilities and component privileges
     new 994bb62  Merge Fixing a broken link (already fixed on the actual site). PR-1079
     new 8a7deed  [TRAFODION-2604] sort merge phase memory pool improvements
     new 2158787  Rework per review comments
     new 5196656  Added persist node section to Python installer scripts.
     new 7d47831  incorporate comments for CLEANUP Statement 1
     new f3e222c  Merge [TRAFODION-2603] PR 1080 Remove obsolete utils and component privs
     new 69a4b7e  Fix to Python installer scripts.
     new d839aea  Merge [TRAFODION-2550] PR 1073 Add metadata cleanup command to ref manual
     new c8f07c1  Fix to default bashrc file to setup node membership of MY_NODES env var.
     new 7a7cfa3  Updated seabase/EXPECTED022
     new befb8fd  Updated seabase/TEST022
     new bf422c3  [TRAFODION-2294] Add known diffs file for executor/TEST140
     new f60c1b0  Merge [TRAFODION-2294] Add known diffs file for executor/TEST140 PR-1082
     new a14a3ee  Expected file change for TEST130
     new 5d00a87  fix to address review comments. NADELETE used where needed.
     new b49f159  [TRAFODION-2607] pyinstaller - donnot convert hostname to short name
     new b389ce5  Merge remote branch 'origin/release2.1'
     new 33a9005  Merge remote branch 'origin/pr/1083/head' into merge_1083
     new f52ab91  Corrected minor version.
     new bf3e8d0  Merge [TRAFODION-1604] PR 1081 sort merge phase memory pool improvements
     new 14662da  clean ant for jdbc_type2
     new 7223268  Correcting error from manual merge.
     new e771901  [TRAFODION-2420] RMS enhancements
     new 1449032  Merge branch 'master' of git://git.apache.org/incubator-trafodion into trafodion-2420_4
     new c9c0060  Additional check in regr test env script to test for existence of ship_mode hdfs directory to decide whther to shortcut the hive setup process
     new 23bb89a  Restored nodeAdd scripts to support new node add logic. Fixed 'shell node add' logic in Trafodion Configuration library module.
     new ef4a294  Merge remote branch 'origin/pr/1089/head' into merge_1089
     new 42bd318  Merge remote branch 'origin/master' into merge2.1
     new 42d63be  [TRAFODION-2420] RMS enhancements
     new 6ffe0b5  TRAFODION-2610 Register native HBase tables in traf MD plus couple more
     new 41fcd8d  Manual merge fixes
     new f28cc08  Merge [TRAFODION-2420] PR 1087 RMS Enhancements
     new 65c02af  Add -p option so parent directories get created if they don't exist
     new 8216550  Merge remote branch 'origin/pr/1091/head' into merge_1091
     new 85115b0  Merge branch 'master' of github.com:apache/incubator-trafodion into sean_traf
     new 80ac298  Disabling part of seabase/TEST022 and open JIRA TRAFODION-2613
     new 568c723  [TRAFODION-2612] Internal error in CLEANUP in rare cases.
     new 2a92ad8  [TRAFODION-2611] TMUDF with input parameters returns wrong answer
     new d4677b5  [TRAFODION-2615] TMUDF returns wrong results with small numeric inputs
     new fa55b83  [Trafodion-2608] Skips file flush in case of insert drop same transaction.
     new 279ab34  Merge [TRAFODION-2602] PR 1078 Fix out of bounds error for UCS2 LONGVARCHAR
     new ea31105  Merge [TRAFODION-2607] PR 1084 Install: Don't convert hostname to short form
     new 54a1b73  Updating expected file for TEST022
     new c25694d  Merge remote branch 'origin/pr/1085/head' into merge_1085
     new 7224c05  Merge branch 'master' of github.com:apache/incubator-trafodion into sean_traf
     new 74b2063  Merged seabase/EXPECTED022
     new 815d033  Merge remote branch 'origin/pr/1075/head' into merge_1075
     new 6bbb01f  Fix for [Trafodion-2614] HBaseTxClient throws TableNotFoundException for TRAFODION._DTM_.TDDL
     new 1767649  Merge remote branch 'origin/pr/1093/head' into merge_1093
     new 5bba133  TRAFODION-2462 jline not work will
     new a44a909  Merge remote branch 'origin/master' into ansharma_hbasereg_deliver_br
     new 3298f0b  expected files update
     new 113c4de  PR-1090 [TRAFODION-2610] Register native HBase tables in traf MD
     new a5329dd  add data-type mappings of hive and trafodion
     new 363df1f  Fixed persistent process restart on node up. Fixed rmscheck, missing code from last merge. Changed sqgen to source in node section from 'sqconfig.file' and persist section from 'sqconfig.persist' file and changed bash and and python install scripts to account for this change. Fixed logic to account for name change of TMID process.
     new f7f6952  Merge remote branch 'origin/master' into TRAFODION-2001
     new 1e6657d  add numeric (precision, scale)
     new 40647ad  add if p is less than or equal to 18
     new 9a9833a  Merge [TRAFODION-2611] TMUDF with input parameters returns wrong answer PR-1092
     new e32f6b9  TRAFODION-2385 jdbcT4 support boolean, tinyint, largeint
     new ced104a  Merge Fix for [TRAFODION-2549] update sql reference manual about new hive data type
     new 1caf7f2  [TRAFODION-2605] Rework of fix for TRAFODION-2294
     new 790b04a  [TRAFODION-2618] Option to skip rowcount estimation in update stats
     new 3f1485f  Merge [TRAFODION-2605] PR 1099 Rework fix for TRAFODION-2294
     new d3c0bb9  Merge Fix for TRAFODION-2462 jline not work well
     new 9d945fa  Merge [TRAFODION-2618] Option to skip rowcount estimation in update stats PR-1100
     new 7362068  [TRAFODION-2420] RMS enhancements
     new 514679f  Merge PR 11101 [TRAFODION-2420] RMS enhancements
     new 9a1ccf0  Fixes from testing  JDBC usage of blob datatype.
     new 14c02c1  Merge remote branch 'origin/master' into lob_inssel_work
     new b1f77f4  Fix to SQL regression core (test116) and other fixes.
     new 78d4aeb  Merge [TRAFODION-2609] PR 1086 Clean up ant for jdbc_type2 make cleanall
     new 3cf6bf5  Merge [TRAFODION-2614] PR 1094 Fix tableNotFoundException for DTM TDDL
     new b109e2c  jira trafodion-2621, trafodion-2619 + others
     new fee5a94  change insert short to byte when boolean
     new 8fb47ef  Fixes for CLOB datatype
     new 53148a7  Fixes addressing multiple failure in SQL Regressions (core 116).
     new 22b739e  PR-1102 jira trafodion-2621, trafodion-2619 + others
     new 84abd5c  [TRAFODION-2616] Nested join regression after fix for TRAFODION-2569
     new 18edb52  [TRAFODION-2625] Memory "leak" for large TMUDFs
     new 8fe0d62  Merge [TRAFODION-2385] PR 1098 JDBCT4 boolean, tinyint, largeint uns support
     new c9ff843  Merge remote branch 'origin/pr/1103/head' into merge_1103
     new 3ed2d88  [TRAFODION-2629] pyinstaller detects CDH parcel incorrectly.
     new 7643e58  Merge [TRAFODION-2001] PR-1077 Trafodion Elasticity enhancements
     new e96e2b8  Merge [TRAFODION-2616] Nested join regression after fix for TRAFODION-2569 PR-1104
     new 0530f22  rework of TRAFODION-2001
     new 78a8390  Merge [TRAFODION-2629] PR 1105 Fix pyinstaller CDH parcel detection
     new b3594b3  [TRAFODION-2631] Disk IO counter is not populated for hdfs/hive IOs
     new 63b275d  TRAFODION - 2632 Performing update statistics on metadata tables causes issues
     new 8bb7d25  [TRAFODION-2385] linux odbc support tinyint,boolean,largeint unsigned
     new fe53516  [TRAFODION-2385] windows odbc support tinyint,boolean,largeint unsigned
     new 52cca83  Merge [TRAFODION-1860] PR 1106 Missing ctype.pl file on CentOS7
     new 14e132b  [TRAFODION-2634] Change return type of FLOOR/CEIL to an integer type
     new d62eea5  Update expected results for core/TEST038
     new cb0a724  Merge PR 1108 [TRAFODION-2631] Disk IO counter is not populated for hdfs/hive IOs
     new d87f71d  Update statistics auth check update from code review
     new 6a9d368  [TRAFODION-2626] make location of tmp directory configurable
     new e57890a  Merge [TRAFODION-2634] PR 1111 Change return of FLOOR/CEIL to integer type
     new 5c0abc9  Merge [TRAFODION 2632] pr #1106 update stats fix
     new 9dd45d2  [TRAFODION-2636] Memory leak in metadata context
     new dbd078c  Merge [TRAFODION-2636] Memory leak in metadata context PR-1113
     new ca5df28  [TRAFODION-2626] Fix pre-existing pyinstaller problem
     new 8d9c1d1  [TRAFODION-2635] Fix two bugs concerning HBASE CELL access on Traf objects
     new e0e3aec  Rework: Properly initialize TrafDesc objects
     new f13d0d3  [TRAFODION-2640]JDBC T2 support UTF-8
     new ccb5684  Merge [TRAFODION-2635] PR 1114 Fix 2 bugs in Hbase CELL access to Traf objs
     new 2b98720  [TRAFODION-2385] linux SQLTYPECODE_BOOLEAN using
     new 9ebd0fb  [TRAFODION-2643] Release date for 2.1
     new bf99905  [TRAFODION-2643] Document revision release dates
     new 3bb2941  [TRAFODION-2385] windows SQLTYPECODE_BOOLEAN using
     new ca36fd6  fix jira TRAFODION-2639
     new bc726d3  odb timestamp size add to display size of timestamp(9)
     new 1e428a7  [TRAFODION-2639]parallelize commmands with randomizes execution order core dumped
     new f754758  Merge [TRAFODION-2639] parallelize commmands with randomizes execution order core dumped PR-1119
     new 8e67ca9  ra TRAFODION-2584 Add support to register hive schemas in traf MD
     new 8784b5e  Merge [TRAFODION-2626] make location of tmp directory configurable
     new 1083be3  Merge [TRAFODION-2643] Document release dates
     new 0abe062  [TRAFODION-2346] ODB copy incorrect rows when using rowset and parallel
     new 78cabae  [TRAFODION-2337] odb on windows can not use parameter with absolute path
     new cce0e5d  [TRAFODION-2646]mxosrvr change to AVAILABLE after timeout if no client connect
     new e57b146  Merge [TRAFODION-2035] PR-1118 Not able to copy table where there is column with type timestamp(0), error out with ERROR 8102
     new 59926c8  PR-1120 [TRAFODION-2584] Add support to register hive schemas in traf MD
     new e247472  TRAFODION-2385 bug fix
     new eb41818  [TRAFODION-1975] odb encounters segmentation error with Mac formatted DSRAND file
     new d4cbd83  Multiple fixes: REPLACE func maxlen, hbase unregister, DDLExpr cleanup
     new 9fe217c  [TRAFODION-2647] Restored sqgen 'overflow' configuration section processing
     new ec78f49  Merge [TRAFODION-2647] PR-1127 Restored sqgen overflow configuration section
     new be5dc59  [TRAFODION-2652] run cmd “./odb64luo -l src=nofile:tgt=ldata:map=map:max=300000:rows=K1:parallel=16” core dumped
     new abef303  fix all similar issue
     new 604879b  fix all similar issue
     new 43681fb  Merge [TRAFODION-1975] PR-1125 odb load error with different system formatted LF
     new fcc4c4e  Merge [TRAFODION-2337] PR-1123 odb on windows can not use parameter with absolute path
     new 28e6efd  Merge [TRAFODION-2346] PR-1121 ODB copy incorrect rows when using rowset and parallel
     new 5ea4af2  PR-1126 Multiple fixes: REPLACE func maxlen, hbase unreg, DDLExpr cleanup
     new 5445995  [TRAFODION-2644] Obsolete bash installer
     new 47d54af  [TRAFODION-2648] Added support for <persist-process-prefix>_PROGRAM_ARGS [TRAFODION-2650] Preliminary code restructing to support multiple Trafodion Configuration storage methods
     new 89adb53  add tinyint data type
     new d8dc53f  remove automating update statistics
     new 9ad4960  [TRAFODION-2659]update win ODBC/ODB version number to 2.2.0
     new 802029e  [TRAFODION-2655] Fix two MDAM optimizer bugs. Update optimizer simulator.
     new c65e35d  incorporate comments for char nchar varchar etc.
     new 17acefb  Merge [TRAFODION-2548] Add tinyint data type for sql reference manual  PR-1133
     new 4486668  update win odbc/odc copyright to 2017
     new d05dcfd  Merge Fix for [TRAFODION-2385] odbc support boolean,tinyint,largeint unsigned
     new 33efa13  Merge Fix for [TRAFODION-2640]JDBC T2 support UTF-8
     new 3c2f37d  update Character String Data Types
     new 5aeed3d  [TRAFODION-2644] Also remove doc references to bash installer
     new 1555d5c  Merge [TRAFODION-2648] PR-1132 Added support for <persist-process-prefix>_PROGRAM_ARGS
     new 616390c  [TRAFODION-2649] Fixed 'rmscheck' method for obtaining status It now generates the 'rmscheck.sql' logic in a temporary file which obtains the node-ids from the 'trafconf' utility. The tempory file is created at 'rmscheck' invocation.
     new 012d654  TRAFODION [2641] User who has MANAGE_STATISTICS privilege can't do update    statistics on HIVE tables
     new 86ae544  Code review fixes.
     new aaa5abf  [TRAFODION-2663] Simplify HBase config settings in installers
     new ba20e3f  [TRAFODION-2637] Library management with Cloudera parcels
     new 8eacf5b  Merge [TRAFODION-2655] 2 MDAM opt fixes + update to Optimizer Simulator
     new a732b5b  [TRAFODION-2662] Fix incr stats bug when enormous sample tables are used
     new e458290  [TRAFODION-2654] Change the location of trafodion-site.xml from $TRAF_HOME/etc to config [TRAFODION-2653] Sort operator loops at times
     new d8e86dd  Merge branch 'master' of git://git.apache.org/incubator-trafodion into trafodion-2654
     new 8994faa  Fix in the commit e458290
     new 34d4efe  incorporate comment 1
     new 0cdec64  update version of drvr35msg
     new 746a9de  Merge [TRAFODION-2665] Update Character String Data Types PR-1137
     new 85478bb  Merge [TRAFODION-2657] Remove Automating Update Statistics for SQL Reference Manual PR-1134
     new baaaf8c  TRAFODION-2668 one mxosrvr cant startup, dcsServer down
     new 72638ed  Reverted the changes made by sqgen in commit e4582909
     new 21c5e5e  Removed the inadverent change made in sqgen from the commit e45829
     new 2e3e08b  Merge [TRAFODION-2649] PR-1138 Fixed rmscheck method for obtaining status
     new 023b601  Merge [TRAFODION-2385] PR-1124 bug fix
     new c902f09  Merge [TRAFODION-2652] PR-1128 run cmd ./odb64luo -l src=nofile:tgt=ldata:map=map:max=300000:rows=K1:parallel=16 core dumped
     new ee20f79  Merge [TRAFODION-2644] PR-1131 Obsolete bash installer
     new 01efda5  Merge [TRAFODION-2659] PR-1135 update win ODBC/ODB version number to 2.2.0
     new a5ab3d3  Merge [TRAFODION-2662] PR-1142 Fix incr stats bug when enormous sample tables are used
     new 885acb7  Merge [TRAFODION-2641] pr-1139 user who has MANAGE_STATISTICS privilege can't do update stats
     new 498b89f  Merge branch 'master' of github.com:apache/incubator-trafodion into mrg-1139
     new 8f3826c  [TRAFODION-266] Fix compGeneral/TEST023 expected results
     new c7dfd5a  Merge [TRAFODION-2637] Library management with Cloudera parcels PR-1141
     new 9ce0d8e  Merge PR 1143 Fix for [TRAFODION-2654] and [TRAFODION-2653]
     new 78fab67  [TRAFODION-2661] Improve MDAM costing for RangeSpecs
     new 7f60e7c  Merge [TRAFODION-2662] PR 1145 Fix compGeneral/TEST023 expected results
     new 13cb046  [TRAFODION-2637] Part 2: Rework
     new e67e90f  Add java files needed for TEST125
     new af0235c  Fix for privs2/TEST144 failure.
     new 8e88960  Merging [TRAFODION-2642] dcs install with enable HA
     new 9e31984  Merge [TRAFODION-2626] Make conf directory location configurable
     new 665ea93  Merge [TRAFODION-2637] Part 2: Rework PR-1147
     new c401633  merge pr-1148 Add java files needed for TEST125
     new 98620b7  [TRAFODION-2663] Add re-check in hbcheck
     new bbe9470  [TRAFODION-2662] Yet another attempt at fixing compGeneral/TEST023
     new 4d4b220  Fix for udr/TEST001 test failure
     new 1e0355a  Update expected results file for priv1/TEST125
     new fc03a49  reuse RetryCounter
     new 22e473f  Merge [TRAFODION-2662] PR 1149 Another attempt to fix compGeneral/TEST023
     new 48f6db5  Merge Fix for udr/TEST001 test failure PR-1150
     new c0e3951  [TRAFODION-2663] Use hbase bulkload staging dir default value
     new d1e3cec  [TRAFODION-2263] include ambari-installer keyvalue change
     new 20c459c  Merge remote branch 'origin/pr/1151/head' into merge_1151
     new c55b2fd  Merge remote branch 'origin/master' into traf2663
     new 35f9299  [TRAFODION-2663] move hbase client setting to trafodion-site.xml
     new ca026b9  Fix TEST125 expected results
     new e86f4e8  [TRAFODION-2673] Improve incremental update stats performance
     new 2118d25  Merge regress fix pr-1153
     new 7e1408c  [TRAFODION-2664] Instance will be down when the zookeeper on name node has been down
     new ab67569  Merge [TRAFODION-2673] PR 1154 Improve incr update stats performance
     new 8c9c7c2  [TRAFODION-2669] Improve error message 8402 - string overflow
     new bfd4de2  Merge [TRAFODION-2669] Improve error message 8402 - string overflow PR-1156
     new 344fd86  [TRAFODION-2675] Fix sqlci core dump issue.
     new 284415f  [TRAFODION-2658] pyinstaller - support elastic adding nodes
     new e406680  change method function name to ZooExistRetry
     new f47c261  [TRAFODION-2674] Create index sees error 2006 internal assertion
     new dcc32dd  Resolve merge conflict in EXPECTED023
     new 5899ba2  Merge [TRAFODION-2674] PR-1159 Create index sees error 2006 internal assertion
     new be7e211  Merge [TRAFODION-2664] PR-1155 Instance will be down when the zookeeper on name node has been down
     new 5f76a57  Merge [TRAFODION-2646] PR-1122 mxosrvr change to AVAILABLE after timeout if no client ...
     new 3e5dd57  Merge [TRAFODION-2663] PR-1140 Simplify HBase config settings in installers
     new e1edb7d  Merge [TRAFODION-2675] Fix sqlci core dump issue. PR-1157
     new e3c7edc  Rework for [TRAFODION-2661]
     new 27b7671  [TRAFODION-2675] Fix for seabase/TEST010 failure
     new 8dbae2c  [TRAFODION-2662] Remove some non-determinism from compGeneral/TEST023
     new 6952473  change error msg in sqregen
     new 72bf9b7  Merge [TRAFODION-2675] Fix for seabase/TEST010 failure PR-1161
     new de33489  [TRAFODION-2622] Left join with other_join_predicate on table alone is slow
     new b0392f4  Merge [TRAFODION-2662] PR 1162 Make compGeneral/TEST023 less non-deterministic
     new ee497fe  [TRAFODION-2677] odb load source with src=-file is falure
     new ecc76bd  fix TRAFODION-2677
     new 05d14d4  Merge [TRAFODION-2661] PR 1146 Fix three MDAM bugs
     new 765bb75  Merge [TRAFODION-2658] PR 1152 Support elastic node add in pyinstaller
     new c977217  Merge [TRAFODION-2668] PR 1144 Fix dcsserver down bug when mxosrvr fails
     new 17b4afe  Merge [TRAFODION-2622] PR-1163 Left join with other_join_predicate on table alone
     new b6be39c  fix TRAFODION-2679
     new c82b912  [TRAFODION-2308]JDBC support insert LOB
     new 92a037b  Merge [TRAFODION-2677] PR-1165 odb load source with src=-file is failure
     new 802f3b0  Merge [TRAFODION-2679] PR-1166 odb crash when extracting data to xml file
     new 4c23d1c  [TRAFODION-2678] non-printable characters in log files
     new 4bea445  [TRAFODION-2628] SQL engine work for Elasticity
     new 742c677  [TRAFODION-2428] Enable local customization to trafodion bashrc
     new 7c3a46a  [TRAFODION-2681] Repeated execution of prepared SQL select statement causes memory leak
     new 2b853ce  Merge [TRAFODION-2678] non-printable characters in log files PR-1168
     new 7ebe8ab  Fix for the failure in the commit 7c3a46a7efc63974b21e88022dd2cf8829784c8c
     new d17167c  [TRAFODION-2628] Updates for elasticity
     new 54b7391  Merge PR 1722 [TRAFODION-2681] Repeated execution of prepared SQL select statement causes memory leak
     new 2a520b5  TRAFODION-2683 add a new explain option to mask variant fields in output
     new 5605fbb  [TRAFODION-2628] Fix for regression test failures compGeneral/TEST001
     new ca8146e  [TRAFODION-2682] JVM startup options like heap are not passed correctly
     new b21f2a9  removed obsolete code that used libhdfs to write to hive/text files
     new a20d74f  TRAFODION-2686 fix setCurSorName does not work
     new d452464  Merge [TRAFODION-2428] Enable local customization to trafodion bashrc
     new bb21ace  PR-1173 [TRAFODION-2683] add a new explain option to mask variant fields in output
     new 27637fb  Merge PR 1174 [TRAFODION-2682] JVM startup options like heap are not passed correctly
     new 8f5fd23  [TRAFODION-2628] Runtime work for elasticity
     new 4f9da0b  [TRAFODION-2596] Improve the log4j and log4cxx infrastructure in Trafodion
     new a0ec881  Fixed a hard coded location in the log4cxx.trafodion.tm.config
     new 5a244d5  Few fixes, details listed below.
     new f816b97  fix tinyint boundary issue
     new 5370426  fix int type doesnot check boundary
     new a3e19b4  PR-1179 Additional change for [TRAFODION-2683], plue fixes for tuple list inserts
     new df0be64  [TRAFODION-2688] Need a way to find queries that are stuck in compilation via RMS
     new 6fab769  [TRAFODION-2355] fix format in sql reference document
     new 419c843  [TRAFODION-2420] RMS enhancements
     new 6fb5676  Merge PR 1182 [TRAFODION-2688] Need a way to find queries that are stuck in compilation via RMS
     new 4852474  Merge PR 1178 [TRAFODION-2596] Improve the log4j and log4cxx infrastructure in Trafodion
     new 869af23  [TRAFODION-2689] Fixed log file creation of WDG and PSD processes by fixing process creation logic to set TRAF_CONF and TRAF_VAR environment variables in child processes in addition to TRAF_HOME. Updated log4cxx configuration settings and removed obsolete configuration files. Changed logfile names by removing timestamp and pid from name. The only exception is the use monitor pid in the file names when in virtual cluster environment.
     new 90b33b9  Fix merge conflict.
     new 7ee21d3  Fix merge conflict.
     new 457e206  Merge Fix for [TRAFODION-2355] fix format in sql reference document
     new a815716  Merge PR 1184 [TRAFODION-2420] RMS enhancements
     new 11861b4  Merge PR 1181 [TRAFODION-2684] tinyint boundary issue
     new 270b04f  Merge PR 1175 TRAFODION-2686 fix setCurSorName does not work
     new 073c81b  Code review fixes.
     new a95615e  [TRAFODION-2596] Improve the log4j and log4cxx infrastructure in Trafodion
     new c09549f  Merge PR 1186 [TRAFODION-2596] Improve the log4j and log4cxx infrastructure in Trafodion
     new ce51baf  added known diff file seabase/DIFF031.KNOWN
     new 880b20d  PR-1187 Added known diff for seabase/TEST031
     new e7dedc8  Merge PR 1185 [TRAFODION-2689] Fixed log file creation of WDG and PSD processes
     new e6696d2  fix when using longValue may be overflow
     new e311ab6  [TRAFODION-2695] SSMP process ($ZSMxxx) sees too many opens from the master process
     new eee713b  fix the LOB length for ExpLOBInterfaceUpdateAppend
     new 9aede9c  Merge [TRAFODION-2628] SQL engine work for Elasticity PR-1170
     new e762add  throw exception whe calling APIs of LOB after free() is called
     new dc5b137  rename LOB_BATCH_SIZE to LOB_INPUT_LIMIT_FOR_BATCH
     new 5d9e066  [TRAFODION-2695] SSMP process ($ZSMxxx) sees too many opens from the master process
     new 3ae998f  Merge PR 1188 [TRAFODION-2695] SSMP process () sees too many opens from the master process
     new 8d611fc  fix LOB size error for dynamic parameters
     new 392465a  [TRAFODION-2696] control query cancel qid fails with error 8031 sometimes
     new 872b91c  [TRAFODION-2697] Set bulkload permissions for hbase upload
     new 250f60a  [TRAFODION-2697] Make sure trafodion is member of hbase, hive groups
     new 3168b44  Merge PR 1189 [TRAFODION-2696] control query cancel qid fails with error 8031 sometimes
     new a933946  [TRAFODION-2698] Ensure RMS can be disabled properly
     new b60c701  Merge [TRAFODION-2698] PR-1191 Ensure RMS can be disabled properly
     new db4e01c  Merge remote branch 'origin/pr/1167/head' into merge_1167
     new f3293e4  [TRAFODION-2692] Fixed monitor startup when hostname is in various forms [TRAFODION-2001] Updated 'sqgen' to not generate script now supported by 'persist' commands.
     new a9af698  [TRAFODION-2697] Fix couple remaining references to hdfs:/bulkload
     new 9e4630d  Code review fixes.
     new e7ac9ac  Missed one change to sqnodestatus script.
     new ed8666d  Merge [TRAFODION-2692] PR-1192 Fixed monitor startup when hostname is in various forms
     new 9fd5765  [TRAFODION-2308]remove unused lob code
     new d86a0ba  Merge [TRAFODION-2697] Set bulkload permissions for hbase upload
     new c3d5fec  bigint length correct for linux
     new 6a170de  bigint length correct for windows
     new 1242157  Merge Fix for [TRAFODION-2308]remove unused lob code
     new 1b835a6  the value of Numeric Struct need not to be changed to BidEndian
     new cdee98c  [TRAFODION-2702]Fix wrong offset when the charset type is ucs2 in SQLTOC
     new a731155  Make threshold of compression configurable in linux
     new c181c84  Make threshold of compression configurable in windows
     new 56183e2  Merge [TRAFODION-2687] PR 1196 Remove unnecessary endian conversion
     new d538162  Merge [TRAFODION-647] PR 1198 Make compression threshold configurable
     new e57cbe9  change the release number on the master branch to indicate it is 2.3
     new ba88033  [TRAFODION-2709] getpwuid is not a Thread-safe function
     new 93bb3df  Merge Fix for change the release number on the master branch to indicate it is 2.3
     new d19c364  add Load XML Files
     new 72968db  add alter column (alter table statement) and fix some typos in Chapter 7
     new f40dfb9  Fix for extra error generated when unsupported functions are called on LOB datatypes.
     new ebdfb96  Merge remote branch 'origin/master' into traf_misc
     new 3b7a12d  [TRAFODION-2217] Error 8026 is shown at times when the query is cancelled.
     new 47de0e2  fix TRAFODION-2712
     new 8b93ad5  [TRAFODION-2617] Optionally push estimate row count logic into HBase coproc
     new de124fc  Put back Apache license in generated file
     new 0a55f0d  Capitalize XML
     new 69522ab  Resolve Inconsistency Issues (ISO88591)
     new 49f9681  Merge [TRAFODION-2712] PR 1205 Fix odb extract problem to correct xml file
     new 9cac537  Merge [TRAFODION-2217] PR 1204 Fix query cancel error 8026
     new 669efea  Reworks, addressing Sean's and Selva's comments
     new eb4b4aa  [TRAFODION-2716] Query compilation gets stuck at listSnapshots() at times
     new 3b9cb97  TRAFODION-2717 odb give wrong data and dcsmaster hang
     new baa034f  Merge [TRAFODION-2685] PR 1180 Boundary check for int type
     new 548ff71  Merge [TRAFODION-2617] PR 1206 Optionally push estimate row count into coproc
     new f32278f  Merge [TRAFODION-2701] PR 1195 Correct conversion for large integers
     new 6a105c3  Merge [TRAFODION-2702] PR 1197 Fix issue with UCS2 in conversion logic
     new e90a565  Merge [TRAFODION-2703] PR 1202 Add 'Load XML Files' to ODB User Guide
     new 7f09f66  Merge [TRAFODION-2710] PR 1203 Add alter column to SQL reference manual
     new 001eb51  Merge remote branch 'origin/master' into traf_misc
     new 4275d78  fix TRAFODION-2721
     new a366957  TRAFODION-2722 Change purgedata to use HBase truncate api
     new c92e761  Merge PR 1208 [TRAFODION-2716] Query compilation gets stuck at listSnapshots() at times
     new a7a9b0f  Merge PR 1211 [TRAFODION-2722] Change purgedata to use HBase truncate api
     new dec408b  Merge PR 1201 [TRAFODION-2709] getpwuid is not a Thread-safe function]
     new 83aa92d  [TRAFODION-2702] fix wrong offset while converting sql to c with ucs2
     new ef73b77  cherry-pick altercolumn
     new a465ec8  Capitalize XML
     new 08b41ed  cherry pick add alter column 2
     new fb007c0  cherry-pick Load XML Files
     new 89576f3  Changes to take care of closing internal cursor statement when extract operation is done and the exact length of data is passed in to be extracted.
     new 8a260f4  Expected file change to show result of unload.
     new 2048d25  Merge Fix for Cherry-pick changes of [TRAFODION-2703] & [TRAFODION-2710] to 2.2
     new 7354871  fix TRAFODION-2725
     new f6f96a3  Fix for Memory leak in compiler
     new b882491  Merge [TRAFODION-2702] PR 1214 Fix offset bug concerning UCS2
     new 35a656b  [TRAFODION-2727] Memory leak in the compiler part of the code in Trafodion
     new b6513da  fix TRAFODION-2725
     new edbe1cc  [TRAFODION-2729] Fix bug reading region keys for hbase _ROW_ and _CELL_ access
     new ed06392  Merge [TRAFODION-2721] PR 1210 Fix odb issue with max property
     new 4510c45  Merge PR 1219 [TRAFODION-2727] Memory leak in the compiler part of the code in Trafodion
     new 715ac7d  fixed an issue that caused charsets/TEST014 to loop.
     new f186448  Main change:
     new 3f9429f  Merge [TRAFODION-2729] PR 1221 Fix region key read bug for _ROW_ etc access
     new 00e3b87  Following changes are done in BMO memory quota
     new d7f7d65  PR-1222 Updated charsets/test014
     new 615b8dd  Merge remote branch 'origin/pr/1216/head' into merge_1216
     new 47cd6a9  Merge remote branch 'origin/master' into traf_misc
     new f94c9ea  Merge remote branch 'origin/pr/1216/head' into merge_1216
     new 19119e7  Merge remote branch 'origin/pr/1223/head' into merge_1223
     new 1522c8c  TRAFODION-2731 CodeCleanup: Remove obsolete, legacy and unused code
     new b62e577  PR-1226 [TRAFOFION-2731] CodeCleanup: Remove obsolete, legacy and unused code
     new 175402b  Merge branch 'master' of git://git.apache.org/incubator-trafodion into bmo_memory_quota
     new f538c2f  Ensured that CQD NUM_ESP_FRAGMENTS can take value upto 8. Removed the environment variable concept to set the number of esp fragments. Removed the CQDs ESP_NUM_FRAGMENTS_WITH_QUOTAS and ESP_MULTI_FRAGMENT_QUOTAS. Use the corresponding CQD ESP_NUM_FRAGMENTS and ESP_MUTLI_FRAGMENT instead (cherry picked from commit 72534e89633f3d4b8a61ab26d471aaa8b7f3e12a)
     new 7d2c4a8  Provision to tune the BMO memory quota.
     new ffe35c8  [TRAFODION-2732] Add delimited identifier handling to sample table code path
     new eece870  [TRAFODION-2733] Provide an improved memory quota assignment for big memory operators (BMO)
     new fd3275c  [TRAFODION-2733] Provide an improved memory quota assignment for big memory operators (BMO)
     new 4c54b74  add lob folder and 1st chapter
     new c79e5ae  Add 2nd Chapter and 2 Sections
     new 5f9b3e9  Add Chapter 2, Section 2.3 & 2.4
     new 749295a  Changes to handle errors during drop of lob tables that leave the table inconsistent.
     new e8c09eb  Changes to handle errors during drop of lob tables that leave the table inconsistent. (cherry picked from commit 749295ad774620d49db79d961b1bbacac8d589c7)
     new 4282d41  Add Copyright
     new 9421e11  Add Chapter 2, Section 2.5 & 2.6
     new cd54195  Merge [TRAFODION-2732] PR 1227 Add delim ident handling for sample tables
     new 42b2b0b  Merge remote branch 'origin/pr/1230/head' into merge_1230
     new 3b704d7  Incorporate Comments 1 for SQL LOB Guide
     new 14d66a9  [TRAFODION-2733] Provide an improved memory quota assignment for big memory operators (BMO)
     new adac3cf  [TRAFODION-2733] Provide an improved memory quota assignment for big memory operators (BMO)
     new 46711b8  [TRAFODION-2739] RMS semaphore handling need to log the error for easy resolution of the issue
     new 6177090  Merge PR 1288 [TRAFODION-2733] Provide an improved memory quota assignment for big memory operators (BMO)
     new 0fc4b57  Merge branch 'master' of git://git.apache.org/incubator-trafodion into trafodion-2739
     new dfd8af7  rewrite double_to_char function
     new 7f82f5e  increase cTmpBuf size to prevent potential bugs
     new 709a26f  simplify the code
     new 574452e  Merge PR 1231 [Trafodion 2739] RMS semaphore handling need to log the error for easy resolution of the issue
     new b952c0d  code cleanup, commit #1
     new e9e214d  initialize variable
     new 3a15d7c  [TRAFODION-2738] Rowset buffer size during insert/upsert should be limited
     new 5e09a1e  [TRAFODION-2651] Fixed monitor-to-monitor communication by adding reconnect logic to better handle various communication glitches which previously resulted in false node down situations.
     new 4534b2b  [TRAFODION-2738] Rowset buffer size during insert/upsert should be limited
     new 1955563  [TRAFODION-2746] Fixed various problem detected in large clusters (> 30)
     new 48fa8aa  Incorporate Comments 2 for SQL LOB Guide
     new 723b07d  Add an example of Alter Column Name
     new b738b14  improve robustness
     new bb6606f  correct MAX_DOUBLE_TO_CHAR_LEN
     new 1757c59  fix a mistake
     new 331fbd2  Merge remote branch 'origin/master' into ansharma_t23cleanup_br
     new 62b4531  TRAFODION-2731 CodeCleanup: Phase 2: Remove obsolete code
     new 2c71ae1  add json loading function
     new e1959ad  add license and comments
     new e68aa43  [TRAFODION-2730] process loop when infer_charset cqd is ON and query invalidation is done
     new e2789f9  Merge PR 1232 [TRAFODION-2738] Rowset buffer size during insert/upsert should be limited
     new aeb9ef2  Merge [TRAFODION-2651] PR-1233 Fixed monitor-to-monitor communication by adding
     new 8e2ba64  Merge [TRAFODION-2746] PR-1234 Fixed various problem detected in large clusters (> 30)
     new dc0d204  PR-1236 [TRAFOFION-2731] CodeCleanup: Phase2: Remove obsolete,legacy,unused code
     new fc575b1  [TRAFODION-2749] Fix issue with reserved words as column names
     new 808c874  [TRAFODION-2704]close unused statment in JDBC regression
     new bd792ff  [TRAFODION-2740]JDBC extract LOB context in chunks
     new 7a95e1d  lcov: commit #1
     new 2d6d0e7  Merge [TRAFODION-2725] PR 1220 Fix ODBC stack overflows on REAL, FLOAT, DOUBLE
     new d1859eb  Merge [TRAFODION-2749] PR 1239 Fix issue with reserved word column names
     new dff4d5d  Missed a line in previous commit, causing phonix test failure.
     new 4e316c0  Merge [TRAFODION-2730] PR-1238 process loop when infer_charset cqd is ON and query
     new ea80ab3  [TRAFODION-2740]remove unused code
     new 0c32cb7  Incorporate Comments 3 for SQL LOB Guide
     new 835a489  [TRAFODION-2740]add property to set the LOB chunk size
     new 1ade420  [TRAFODION-2704]reslove the random schema not exist issue
     new e26ec04  Merge remote branch 'origin/pr/1240/head' into merge_1240
     new de664c3  [TRAFODION-2753]LOB: filetolob() no longer works in trafci
     new 245fa4f  Correct the Descriptions and Example of *parallel=num (Copy Operators)*
     new 4fc2f0f  Merge remote branch 'origin/master' into ansharma_t23cc_br
     new 0ff0d92  PR-1244 [TRAFOFION-2731] CodeCleanup: Phase3: Remove LCOV directives
     new 43c312d  [TRAFODION-2754] Get statistics cores sqlci or mxosrvr at str_sprintf()
     new 2953e8c  [TRAFODION-2754] Get statistics cores sqlci or mxosrvr at str_sprintf()
     new 3254cc1  Merge remote branch 'origin/pr/1242/head' into merge_1242
     new 0f8c3e2  add error handling and improve robustness
     new e1ae98f  Merge [TRAFODION-2726] PR 1237 odb support for JSON files
     new 8fd4987  [TRAFODION-2754] Get statistics cores sqlci or mxosrvr at str_sprintf()
     new 84a21dd  Merge branch 'master' of git://git.apache.org/incubator-trafodion into master_stats_core_issue
     new fe2a6f6  [TRAFODION-2645] First draft of a rewrite of the MDAM costing code
     new d93e1d4  [TRAFODION-2754] Changing str_sprintf() to use sprintf()
     new 200735a  Merge branch 'master' into MDAMCostingRewrite
     new e9fb804  Merge [TRAFODION-2734] PR 1229 Create Trafodion LOB Guide manual
     new 4c9423f  Merge [TRAFODION-2745] PR 1235 Add ALTER COLUMN example to Traf SQL Manual
     new 07226cf  Add Chapter 2, Section 2.7 - 2.12
     new 9474cc4  [trafodion-2728] - bug fix - SHOWSTATS sometimes gives strange message when stats don't exist
     new e0e8890  [mantis-4973] add fix for hive table and table under seabase.
     new 9d9d124  [TRAFODION-2754] Changing Trafodion code to use sprintf instead of str_sprintf
     new bd2932b  Merge PR 1245 [TRAFODION-2754] Get statistics cores sqlci or mxosrvr at str_sprintf()
     new fdbb5df  [TRAFODION-2757] Fix bug JDBC executeQuery() throws exception on the "with ... select" stmt
     new ab59ee7  [TRAFODION-2758] Sort operator that uses TopN sort at runtime is not accurately determined at compile time
     new 781d97e  TRAFODION-2731 CodeCleanup: Phase 4. Remove legacy/obsolete pragmas
     new bcc0d5c  [TRAFODION-2754] Get statistics cores sqlci or mxosrvr at str_sprintf()
     new 2eaef5d  PR-1251 [TRAFOFION-2731] CodeCleanup: Phase4: Removed lagacy/obsolete warning elimination pragmas
     new 74b9bf7  Fix for failure with 17 digit syskey at times
     new 12070e4  Merge PR 1252 [TRAFODION-2754] Get statistics cores sqlci or mxosrvr at str_sprintf()
     new e1c0776  Merge PR 1249 [TRAFODION-2757] Fix bug JDBC executeQuery() throws exception on the WITH select statements
     new f6505ab  Merge remote branch 'origin/master' into traf_misc
     new 81d5b83  Merge [TRAFODION-2728] PR 1248 SHOWSTATS error message improvement
     new d3a6b6b  Merge [TRAFODION-2645] PR 1246 First draft MDAM costing rewrite
     new c22b6d1  [TRAFODION-1610][TRAFODION-2630] Generate constr exprs on update operators
     new 279a9fd  [TRAFODION-2719] Check for truncation of character columns
     new 4327078  [TRAFODION-2736] Missing predicates on salt columns
     new 839f222  [TRAFODION-2751] Unnecessary PROBE_CACHE in an index join
     new 4b1c64c  [TRAFODION-2752] Fix error message when UDR method not found
     new 4e7ad3a  [TRAFODION-2761] Error when all TMUDF columns are eliminated
     new cd8c3a9  Change the swjdbc script to pick up the Trafodion version from the current environment, not when we run install_traf_components.
     new 6355b69  Fix bug noticed on pull request review
     new 2f49cda  [TRAFODION-2762] Allow UPDATE STATS to create sample tables regardless of CQD
     new 1c98a7a  Merge [TRAFODION-2758] PR-1250 Sort operator that uses TopN sort at runtime is not accuratelt determined at compile time
     new 431fa83  Merge [TRAFODION-2719] Check for truncation and four more fixes PR-1254
     new b469d3b  Merge [TRAFODION-2762] PR 1255 Fix UPDATE STATS issue with nullable pri keys
     new 753ab82  Fix for regression failure in hive/TEST007.
     new e00a45f  [TRAFODION-2763] Left join with non-equi join predicate in ON clause may cause corefiles
     new 1877b7d  Reworks based on Hans review comments
     new 4e9d5f3  Rework some comments
     new 4706888  Merge Fix for regression failure in hive/TEST007. PR-1256
     new f9ba966  Merge [TRAFODION-1610] PR 1253 Generate constraint exprs on update operators
     new 6439dea  Merge [TRAFODION-2763] PR-1257 Left join with non-equi join predicate in ON clause may cause corefiles
     new 3b71aeb  [TRAFODION-2765] Change heuristics so MDAM is considered more often
     new f49b86f  Fix to make hive hdfs filenames more unique
     new ec9ec17  [TRAFODION-2768] Make Trafodion code base to compile in RH7
     new cd3f230  [TRAFODION-2768] Make Trafodion code base to compile in RH7
     new afe8cff  Incorporate Comments 1
     new f463ce2  Incorporate Comments 1
     new 30e231c  Merge remote branch 'origin/pr/1259/head' into merge_1259
     new 2d2643c  [TRAFODION-1715] Improve memory use in UPDATE STATS when sample table is used
     new 778a9a5  Merge [TRAFODION-1715] PR 1261 Improve UPDATE STATS memory management...
     new 1c9769b  Merge [TRAFODION-2744] PR 1243 Correct copy operators desc in ODB Guide
     new 6a00d4d  Merge [TRAFODION-2755] PR 1247 Create Traf SQL LOB Guide, part 2
     new d496f35  TRAFODION-2731 CodeCleanup: Phase 5. Cleanup of Platform.h
     new a8d82b7  [TRAFODION-2771] Add build step and web site link for Trafodion LOB Guide
     new 3fb2f9e  PR-1262 [TRAFOFION-2731] CodeCleanup: Phase5: Cleanup of common/PLatform.h and related code
     new 4ecccfc  Changes as per review and reverted the change in Collections.h and Collections.cpp to avoid memory growth, but ignore the warnings -Wmaybe-uninitialized
     new a78ffde  Merge branch 'master' of git://git.apache.org/incubator-trafodion into rh7_build_issues
     new e1b0ffc  [TRAFODION-2768] Make Trafodion code base to compile in RH7
     new f5fc8dc  Merge PR 1260 [TRAFODION-2768] Make Trafodion code base to compile in RH7
     new 7b54d0e  change exception to concrete exception
     new a7c9bae  Merge [TRAFODION-2765] PR 1258 Consider MDAM costing more often
     new 2da5d9f  Merge [TRAFODION-2771] PR 1263 Add build + web link for Trafodion LOB Guide
     new 870b9df  [TRAFODION-2771] Fix lob_guide/pom_xml to copy LOB guide to correct place
     new e8bdaba  Merge [TRAFODION-2771] PR 1266 Fix copy target location for LOB Guide
     new 17ba6b8  Fix for AQR for missing hive tables and misc lob related fixes TRAFODION-2770
     new c47e38b  Merge remote branch 'origin/master' into traf_misc
     new d283c95  Merge PR 1209 [TRAFODION-2717] odbc give wrong data and dcsmaster hang
     new 921c0a5  [TRAFODION-2775] Insert does not raise duplicate row error for hbase format table with defaulted first column
     new c66fca2  Merge [TRAFODION-2775] PR-1267 Insert does not raise duplicate row error for hbase format table with defaulted first column
     new 669d559  [TRAFODION-2776] Mdam plans with more than one disjunct sometimes cause either a compiler core or have an incorrect predicate
     new 682c48e  Rework to address compGeneral/TEST006 failure (cherry picked from commit 6320b901b6f123da9697dc8a898785168958dc10)
     new 5071a20  Merge [TRAFODION-2776] PR-1268 Mdam plans with more than one disjunct sometimes cause either a compiler core or have an incorrect predicate
     new 04c0c46  fix TRAFODION-2714
     new 68e8329  Fixes to datamodcheck
     new 9f93e7d  fix TRAFODION-2773
     new 5889cba  change str_sprintf to snprintf
     new ea3d3d6  Updating failing regress tests
     new c7199d5  Merge remote branch 'origin/pr/1271/head' into merge_1271
     new dabad9a  Merge [TRAFODION-2777] PR 1269 Fix latent bug unmasked by TRAF-2765 fix
     new acfb5b2  [TRAFODION-2780] The mxosrvr dumps core when connection idle timer expires at times
     new 079ea00  Miscellaneous authorization changes:
     new 2d1f9cd  [TRAFODION-2780] The mxosrvr dumps core when connection idle timer expires
     new ea24774  Merge PR1273 [TRAFODION-2780] The mxosrvr dumps core when connection idle timer expires
     new 7b29503  original code is valid
     new 9d05287  TRAFODION-2782 reserve UDRs classloader sequence
     new 328c1b2  [TRAFODION-2781] Omit LOB columns from update stats sample tables
     new 6b07d62  Merge [TRAFODION-2781] PR 1276 Omit LOB cols from update stats sample tables
     new 9a8a7c3  [TRAFODION-2783] jdbc_test_cdh fails at times with type 2 JDBC driver dumping core
     new c792319  [TRAFODION-2783] jdbc_test_cdh fails at times with type 2 JDBC driver dumping core
     new 9e5f36c  Merge pr 1274 miscellaneous authorization changes
     new 9dd862c  Merge [TRAFODION-2773] PR 1272 Fix odb hang when timeout is set
     new af54ea4  Merge [TRAFODION-2714] PR 1270 odb does not load data correctly
     new 371cb71  Merge [TRAFODION-2782] PR 1275 Reverse UDR classloader sequence
     new ef881cf  [TRAFODION-2783] jdbc_test_cdh fails at times with type 2 JDBC driver
     new 9471d8c  TRAFODION-2784 trafci help has no description for jline
     new 32aaad0  [TRAFODION-2420] RMS Enhancements
     new acadd04  Merge PR 1277 [TRAFODION-2783] jdbc_test_cdh fails at times with type 2 JDBC driver
     new 7de9b96  Statement for metadata should be closed with connection
     new 8f8b0e8  Trafodion-2705 user has "SHOW" privilege can't do 'showddl user'
     new 3ac544c  TRAFODION-2788 - jdbc does not implement ClinetInfo related api
     new 71fa57b  TRAFODION-2787 jdbc does not implement wrapper related api
     new 6e6d1ea  Merge PR 1279 [TRAFODION-2420] RMS Enhancements
     new 4ff25d9  Author: selvaganesang <se...@esgyn.com> Date:   Sat Oct 28 04:27:49 2017 +0000
     new 27d394c  TRAFODION-2789 jdbc does not implement NetworkTimeout related api
     new e861dea  TRAFODION-2790 jdbc does not implement abort related api
     new 133714d  add copyright
     new a6bcd81  add copyright
     new f42450f  Merge [TRAFODION-2705] pr 1282 User with SHOW privilege cannot do showddl user
     new 450d5cf  [TRAFODION-2785] mxosrvr dumps core generated when loading data
     new 73dd762  [TRAFODION-2785] mxosrvr dumps core generated when loading data
     new e0ee8e4  Merge PR 1281 [TRAFODION-2786]Statement for metadata should be closed with connection
     new d669b6b  Merge [TRAFODION-2784] PR 1278 Add trafci description of jline parameter
     new 68fe67f  Merge PR 1287 [TRAFODION-2785] mxosrvr dumps core generated when loading data
     new 078ed10  new COMMENT-ON SQL statement: init
     new 69c284c  new COMMENT-ON SQL statement: fix showddl schema error
     new bf2ad71  Merge [TRAFODION-2787] PR 1284 Add JDBC Wrapper API
     new 63cef5a  [TRAFODION-2792] Single character change to stop leaking temp files
     new cc8f68f  new COMMENT-ON SQL statement: add COMMENT syntax support for sqlci
     new 4127e1c  new COMMENT-ON SQL statement: review change - add support for sequence and columns of view
     new 4bdd4b8  new COMMENT-ON SQL statement: review change - delete allocated spaces for function CmpSeabaseDDL::getSeabaseObjectComment
     new 0b7e3a3  new COMMENT-ON SQL statement: review change
     new f878f5e  fix TRAFODION-2797
     new f6c9bac  limit currentFiledPos to be in for scope
     new d820854  Merge [TRAFODION-2792] Stop leaking tmp files in build
     new 7cdda98  [TRAFODION-2800] Fix modifications to set TRAF_ENABLE_AUTHENTICATION
     new a448e8f  new COMMENT-ON SQL statement: review change - TEXT table modification
     new 96570c4  new COMMENT-ON SQL statement: review change - undo all MD changes
     new c4fe798  [TRAFODION-2801] select count(*) with cqd hbase_coprocessors 'off' and cqd traf_table_snapshot_scan 'latest' fail
     new 6af4256  new COMMENT-ON SQL statement: review change - fix a error in new build-in view
     new 89433fb  Merge [TRAFODION-2801] PR-1294 select count(*) with cqd hbase_coprocessors off
     new 87a9937  Add Division By for *Create Table Statement* and Fix some typos
     new c1a61ce  Merge [TRAFODION-2789] PR 1285 Implement NetworkTimeout api in JDBC T4
     new 5d7f41f  Merge [TRAFODION-2790] PR 1286 Implement abort API in JDBC T4
     new 3a35dbe  Merge [TRAFODION-2797] PR 1292 Fix odb variable name conflict
     new eb7d0ee  [TRAFODION-2799] Fix transactions description in Trafodion Arch Overview
     new 171b9fb  new COMMENT-ON SQL statement: review change - error path
     new e4ef5e3  Merge remote branch 'origin/pr/1293/head' into merge_1293
     new 087bb5d  Merge [TRAFODION-2799] PR 1298 Fix transactions description on web site
     new 2d9aaa2  [TRAFODION-2806] optimize 'hbase classpath' cmd in sqenvcom.sh
     new fd56107  Incorporate Comments 1
     new cba9de3  support windows 32-bit driver build
     new b03aa4f  Merge [TRAFODION-2803] PR 1288 Add COMMENT ON feature
     new c5519b4  Merge [TRAFODION-2794] PR 1295 Add DIVISION BY to SQL Reference Manual
     new 7c02ee6  change install script for windows ODBC 32-bit driver
     new ad6d735  new COMMENT-ON SQL statement: resolve merge conflict
     new 7694a63  Merge [TRAFODION-2806] PR 1299 Optimize hbase classpath cmd in sqenvcom.sh
     new 2d6b64c  [TRAFODION-2810] fix typo in provisioning guide
     new 997b863  Merge [TRAFODION-2803] PR 1301 Fix a merge conflict
     new 8b6deb4  [TRAFODION-2810] fix typo in provisioning guide
     new e385ae3  TRAFODION-2812 sqenv.sh file not found
     new 285b354  Updates .rat-excludes
     new 19c7544  Ignores rat.out
     new 4b9c8c2  [TRAFODION-2693]misleading error message for 'get schemas' when _MD_ tables in hbase is not avialble
     new d93d17e  [TRAFODION-2811] When convert NULL to SQL_VARCHAR, the length was not be sent
     new 25e64a8  [TRAFODION-2813] Ignore leading salt columns when checking index compatibility
     new 20953fe  Rework; fix comment
     new 1568292  Merge [TRAFODION-2811] PR 1305 Fix issue with converting NULL to SQL_VARCHAR
     new d26e109  [TRAFODION-2814] Fix error message 2243
     new 5631883  Second rework: Check divisioning columns, also generator core fix
     new 1df5707  Add/Update Syntax, Consideration and Example for *DATEDIFF Function* for *Trafodion SQL Reference Manual*
     new bf6ed1b  Merge [TRAFODION-2813] PR 1306 Fix index compatibility pruning logic
     new 8c2cc27  Merge [TRAFODION-2814] PR 1308 Fix error message 2243
     new 8f43438  Merge [TRAFODION-2812] PR 1303 Fix sqenv.sh not found problem
     new ad9f4ef  Merge [TRAFODION-2807] PR 1300 ODBC Windows 32-bit driver build
     new 7b42841  Incorporate Comments 1
     new d0644d4  Merge [TRAFODION-2815] PR 1309 Improve DATEDIFF desc in SQL Ref Manual
     new d96f3c7  [TRAFODION-2819] Fix 4247 error on drop table when certain CQDs are present
     new 4bbaa87  Correct some mistakes (hp)
     new 31041e0  [TRAFODION-2821] Trafodion core code base needs to be thread safe
     new 6d2213d  Merge [TRAFODION-2819] PR 1312 Fix error 4247 on drop with certain CQDs
     new 46fa80f  [TRAFODION-2821] Trafodion core code base needs to be thread safe
     new 1efa9db  Merge PR 1314 [TRAFODION-2821] Trafodion core code base needs to be thread safe
     new 48c37b6  Correct some mistakes (hp)
     new 7920ef3  additional fixes to [TRAFODION-2806]
     new 1e86914  Merge PR 1304 [TRAFODION-2693]misleading error message for 'get schemas' when _MD_ tables in hbase is not avialble
     new 1ec20dd  [TRAFODION-2822] Make [first n] views non-updatable; prevent bad MERGE plans
     new 665def4  JIRA TRAFODION-2731 CodeCleanup: Phase 6. Cleanup of obsolete/unused cqds.
     new 4b86c64  Merge [TRAFODION-2820] PR 1313 Correct mistakes in JDBC Type 4 Guide
     new 4722203  TRAFODION-2731 removed obsolete comments based on review feedback
     new 181904e  TRAFODION-2825 add jdbc user case
     new b487398  add sampleUtils.java change
     new 1132ccd  TRAFODION-2824
     new 47ec587  TRAFODION-2823 some test case donot close connection
     new d583e8b  [TRAFODION-2826] Consolidate trafci defaults in trafci.sh script
     new e219059  PR-1317 [TRAFOFION-2731] CodeCleanup: Phase6: Cleanup of obsolete/unused cqds
     new d101d90  regr fixes for hive and fullstack2
     new be7b89d  PR-1322 Regr fixes for hive/fullstack2
     new 318f487  Merge [TRAFODION-2824] PR 1319 Update HPT4 references to TrafT4
     new e89217e  fix TRAFODIION-2828
     new 4eca934  TRAFODION-2829
     new a07222f  Merge [TRAFODION-2822] PR 1316 Make [first n] views not updatable + merge fix
     new 7d185ab  fix TRAFODION-2830
     new b149874  [TRAFODION-2827] Turn update costing code on by default
     new b2b01f4  Merge [TRAFODION-2826] Consolidate trafci defaults in trafci.sh script
     new 69bf35a  [TRAFODION-2831] Add project DOAP file for inclusion in ASF project list
     new 545318f  Fix for hang when preparing insert statements using values tuple list inot lob columns. The fix is to detect the values list at compile time and if the target type is LOB, return an error. Additional fix is to exclude LOb descriptor files from being classified as "special" type. This ensures they will be included in query cache.
     new c87f7f6  Add VARCHAR2 for *Trafodion SQL Reference Manual*
     new 1485136  Merge [TRAFODION-2827] PR 1326 Turn update costing on by default
     new 66a8f74  [TRAFODION-2831] Add security and events links to trafodion website
     new 69e1574  [TRAFODION-2835] Add script to aid in merge conflict resolution
     new 1a3dc67  [TRAFODION-2420] RMS enhancements
     new 68764fc  [TRAFODION-2836] Enable Trafodion SQL processes to configure garbage collector in its embedded JVM
     new 0282c85  Merge PR 1283 [TRAFODION-2788 ]- jdbc does not implement ClinetInfo related api
     new 6dd8124  JIRA TRAFODION-2834 Streamline supported xn access modes
     new 083f58d  limit clause support in create-as-select/load-into-select: syntax support
     new f574b54  add limit clause for insert-as-select statement
     new 2299f3d  add limit clause support for LOAD-INTO statement.
     new d795029  add try catch
     new 9c7b2ae  add close to TestClientInfo.java
     new 23f578d  add regression test for new sub limit clauses
     new 6cf245b  fix potential result mismatch caused by result order
     new 890ec60  Merge PR 1335 TRAFODION-2823 add close to TestClientInfo.java
     new d0cdf6a  Merge [TRAFODION-2835] PR 1331 Add script to aid merge conflict resolution
     new 9e5fef0  jira TRAFODION-2731 Corrected a problem related to phandle
     new c876149  PR-1336 [TRAFOFION-2731] Fixed PHANDLE pbm causing phoenix tests to fail
     new 8a328df  Merge [TRAFODION-2831] Website improvement per ASF checks
     new 1ce089a  Merge [TRAFODION-2833] Add VARCHAR2 for *Trafodion SQL Reference Manual* PR-1329
     new 160785a  Merge [TRAFODION-2804] Limit clause support in statements LOAD/INSERT/CREATE-TABLE + query PR-1334
     new 7495377  Merge PR 1332 Fixes for [TRAFODION-2836] and [TRAFODION-2420]
     new 9d0f8a3  [TRAFODION-2838] Add error check to NATableDB::get
     new 59e2f05  add regression test for COMMENT-ON statement
     new 6901936  Correct the description of connectionTimeout in *JDBC Type 4 Programmer’s Reference Guide*
     new aed0efb  Fix based on review comment to look for prefix instead of "contains"
     new fbd88e4  [TRAFODION-2838] Add error check to NATableDB::get to prevent core
     new 03ffdb4  Merge PR-1318 TRAFODION-2825 add jdbc user case
     new 0f83863  PR-1333 [TRAFOFION-2834] Streamline supported xn access modes
     new ccb17c2  [TRAFODION-2843] Fix outer join on aggregate bug
     new 4dfe27e  Merge [TRAFODION-2828] PR 1323 Fix multi-threaded batch loading crash
     new 9f9d276  Merge [TRAFODION-2806] PR 1315 Additional fixes
     new 625cd8a  Merge remote branch 'origin/pr/1330/head' into merge_1330
     new 7acdca6  Merge [2803] Add regression test for COMMENT ON pr# 1327
     new 375eeea  [TRAFODION-2733] BMO quota changes
     new 198e371  Merge branch 'master' into trafodion-2733
     new 8eca9fa  Merge branch 'master' into trafodion-2733
     new 6e4437a  [TRAFODION-2805] Add "or edition" to error info 4222
     new f71c719  Merge [TRAFODION-2843] PR 1340 Fix outer join on aggregate bug
     new d5a7f5b  Merge [TRAFODION-2829] PR 1324 Fix Python example
     new 8a01b5a  Merge [TRAFODION-2830] PR 1325 Fix handling of pwhere condition in odb
     new 4639458  Merge PR 1341 [TRAFODION-2733] BMO quota changes
     new 149d1cf  [TRAFODION-2839] Change Incr UPDATE STATS to not use CBFs by default
     new 1006ee7  Correct the syntax descriptions of LOAD Statement for *Trafodion SQL Reference Manual*
     new 3fb277e  TRAFODION-2846 optimize for batchException message display
     new 6db7a95  optimize the description message
     new 0bb625b  modify the error typo
     new 5d1d5b8  TRAFODION-2848
     new 3f09ff5  Add BLOB and CLOB for *Trafodion SQL Reference Manual*
     new bb6864a  Remove redundancies
     new d189467  [TRAFODION-2733] BMO quota changes
     new 68bd0a6  Merge [TRAFODION-2839] PR 1345 Turn off CBFs in incr UPDATE STATS
     new 52df383  Merge PR 1351 [TRAFODION-2733] BMO quota changes
     new 4669c07  [TRAFODION-2398] Revise Message Guide msgs 1146-1199 + isolated others
     new abfd6d6  TRAFODION-2844 add strategy to dcsserver for restart moxsrvr
     new d1f1db6  [TRAFODION-2802] Prepare the build environment with one command
     new 083fcb0  Add a Note for EMPTY_BLOB() and EMPTY_CLOB()
     new ef2969a  Add STRINGTOLOB Function and FILETOLOB Function
     new 551dc30  Add BUFFERTOLOB Function and EXTERNALTOLOB Function
     new aa40e96  Merge [TRAFODION-2842] PR 1339 Correct connectionTimeout doc in JDBC T4 Guide
     new d344fad  Merge [TRAFODION-2845] PR 1346 Correct LOAD desc in SQL Ref Manual
     new cd89a2a  Merge [TRAFODION-2823] PR 1320 Fix test cases that don't close connections
     new c0583c9  [TRAFODION-2398] PR 1352 Update Msgs Guide msgs 1146-1199 + isolated others
     new 8467953  [TRAFODION-2853] Memory leak of ComDiagsArea in Context
     new 2a48db2  Incorporate Comments 1
     new 30f3ea9  Correct the syntax descriptions of LOAD Statement for *Trafodion Reference Manual* 2
     new b59947f  Incorporate Comments 2
     new 5635e63  Merge PR 1355 [TRAFODION-2853] Memory leak of ComDiagsArea in Context
     new 1304c57  [TRAFODION-2852] Bring Messages Guide up-to-date for msgs 1200-1299 + others
     new f5e6231  Merge [TRAFODION-2849] PR 1350 Add BLOB/CLOB to Trafodion SQL Reference Manual
     new 38dc10c  [TRAFODION-2856] Add optimizer/UdrErrors.h to analyzeMessageGuide.py
     new 330448e  Merge [TRAFODION-2846] PR 1347 Optimize for batchException msg display
     new c235e61  Merge [TRAFODION-2848] PR 1349 Update version of Hadoop used for Apache distro
     new 6d1c199  Incorporate Comments 2
     new c8080f4  Incorporate Comments 1
     new 5dc33bf  [TRAFODION-2857] Web-site changes to remove incubating status
     new a434be0  Merge [TRAFODION-2850] PR 1354 Add note on EMPTY_*LOB fns to Traf LOB Guide
     new d54589f  Merge [TRAFODION-2855] PR 1356 Correct LOAD syntax in Trafodion SQL Manual
     new 00c3708  Merge [TRAFODION-2852] PR 1357 Update msgs 1200-1299 + others in Msgs Guide
     new 51935dc  Merge [TRAFODION-2856] PR 1358 Add optimizer/UdrErrors.h to analyze script
     new 9048853  [TRAFODION-2802]Modified according to the review comments
     new 1bf36fe  Add HBase Configuration Changes for *Trafodion Provisioning Guide*
     new d098c30  [TRAFODION-2818] For Server 2008, function pow() throws STATUS_ILLEGAL_INSTRUCTION
     new 045fce4  Add Syntax Descriptions of HBase Options for *Trafodion SQL Reference Manual*
     new b29118b  Adding repo and email address name changes.
     new daaadef  [TRAFODION-2854] Load encounter Operating system error 201
     new dfcfc5e  Incorporate Comment 1
     new db319b1  Merge PR 1364 [TRAFODION-2854] Load encounter Operating system error 201
     new 701b279  TRAFODION-2873. Fix for  avoiding  cores during expression eval for inserts into LOB tables. The fix involves cleaning up the LOBGlibals and eliminating unneeded datamemebers and keeping only the ExLobGlobals members. Also cleaned up all LobLoad related code since it is obsolete and worked only with DP2.
     new ba0c83f  [TRAFODION-2865] Update Messages Guide for some messages in range 1300-1430
     new 2e30aad  Remove commented out lines.
     new 42c1d20  Merge [TRAFODION-2818] PR 1311 Fix exception in pow() in ODBC driver
     new 6be0b22  Merge [TRAFODION-2857] PR 1359 Remove incubator status from web site etc.
     new e349dea  [TRAFODION-2875] Fix inaccuracies in text comparison in analyzeMessageGuide.py
     new cc6292b  [TRAFODION-2876] suppress the output of color control code from command `git branch`
     new 2595998  TRAFODION-2877 restart DCSServer when switch to backup-master
     new 57ab65b  Incorporate Comments 1
     new d08a081  Merge remote branch 'origin/pr/1365/head' into merge_1365
     new 925e44d  Merge [TRAFODION-2866] PR 1361 Add HBase config changes to provisioning guide
     new ff6ce5a  Merge [TRAFODION-2867] PR 1362 Add HBASE_OPTIONS syntax to SQL Ref Manual
     new 9b53555  Merge [TRAFODION-2865] PR 1366 Update Messages Guide for msgs 1300-1432
     new 34bf83a  [TRAFODION-2861][TRAFODION-2869] Remove incubating from release packaging
     new 7a5f388  Merge [TRAFODION-2875] PR 1367 Fix comparison inaccuracy in msgs script
     new 98a07c3  [TRAFODION-2863] Web-page style sheets should be protocol relative
     new 33325b6  Merge [TRAFODION-2876] PR 1368 Suppress output of color code
     new 06e9fb6  TRAFODION-2877 optimize log when DCS server is not restarted
     new 4fe1e19  TRAFODION-2885 dcs server cant be restart while switching master
     new f67d7f7  [TRAFODION-2868] bug of hbase option TTL
     new 6185132  Merge [TRAFODION-2877] PR 1369 DCSServer restart bug with backup master
     new 73a1c3c  Merge [TRAFODION-2861][TRAFODION-2869] PR 1370 Remove inc from rel packaging
     new 54581ad  Merge [TRAFODION-2863] PR 1371 Make web-page style sheets protocol relative
     new 8e332e5  Merge [TRAFODION-2868] PR 1373 Fix HBASE TTL documentation description
     new 13443f6  [TRAFODION-2887] extra $ sign in trafci Makefile
     new a808cd3  [TRAFODION-2880] Update Messages Guide in range 1500-1602 + some others
     new 6b6cbf9  [TRAFODION-2888] Streamline setjmp/longjmp concepts in Trafodion
     new c3e5db7  Add Examples of LOAD Statement for *Trafodion SQL Reference Manual*
     new 5e4b476  Incorporate comments and Add more examples
     new 4b79eda  [Trafodion-2890] When using failed connection handle to alloc statement handle, crash happens
     new f79596e  Add more examples
     new 60ae3d2  remove code about SP_EXPORT_LIB
     new 7b4ab58  Merge PR 1374 [TRAFODION-2887] extra $ sign in trafci Makefile #1374
     new 85690de  Merge PR 1379 [TRAFODION-2892] remove code about SP_EXPORT_LIB
     new 7814a0a  Merge PR 1376 [TRAFODION-2888] Streamline setjmp/longjmp concepts in Trafodion
     new b32351f  fix the nullpointer error scaned by TScanCode
     new 8866368  remove the error file
     new f897fff  fix the logic Critical error checked by TScanCode
     new 25872e7  [TRAFODION-2805] Add or edition to error info 4222
     new 0cf25ec  Catalog Api GetTypeInfo add support of Tinyint,Bigint unsigned and long varchar. Modify some error values.
     new 8369a3d  Add more examples 4
     new 7b268bd  fix the logic Critical error checked by TScanCode
     new 3dbfa89  Merge [TRAFODION-2880] PR 1375 Update Messages Guide messages 1500-1601 etc.
     new f6953c5  [TRAFODION-2898] fix sql regression failure
     new 0c5505c  fix typo
     new bb4edd4  [TRAFODION-2897] Invalid name in MySQL log file when using install_local_hadoop
     new 90f0b66  [TRAFODION-2879] Core dump due to reference to deallocated memory for EstLogProp object
     new 4d521af  [TRAFODION-2896] Internal error in stored procedures when a warning is generated in SQL
     new 40b1773  OSIM changes and comment fix for JDBCUDR
     new fbd9185  Merge [TRAFODION-2898] fix sql regression failure PR-1385
     new dc94344  Updates to expected files (moved "Trafodion DDL" comment).
     new c1cdc22  add data type to testCat in jdbc_test
     new 79001ea  Catalog API SQLColumns support ODBC2.x
     new b54b347  [TRAFODION-2895] Update Message Guide for messages 1700-1721 + some others
     new 806e93b  [TRAFOFION-2731] CodeCleanup: Removed the obsolete code in NAMemory and CliGlobals classes
     new 6f18964  correct datalen while converting char in table to local datetime struct
     new 0166c96  fix the bufoverrun Critical error checked by TScanCode
     new cb11885  fix the nullpointer error scanned by TScanCode. modify as review
     new b6c7df5  TRAFODION-2905 query id contain null
     new e832d82  [TRAFODION-2881] HA fixes Fixed multiple problems in monitor Allgather() socket reconnect logic. - Separated node down detection logic from communication errors and timeouts   to better handle multiple failure scenarios - Better handling network resets - Additional trace information - Fixed 'node up' hang in monitor shell due to TmSync race condition
     new 72da2cd  Merge [TRAFODION-2879] Core dump ...plus four more fixes, see below PR-1384
     new f077620  [TRAFODION-2857] Web-site changes to remove incubating status
     new 6047c51  [TRAFODION-2857] Adding repo and email address name changes.
     new 6429a0c  [TRAFODION-2861][TRAFODION-2869] Remove incubating from release packaging
     new fd699db  Merge PR 1378 [TRAFODION-2890] When using failed connection handle to alloc statement handle, crash happens
     new 8c3e76c  Merge [TRAFODION-2889] PR 1377 Add LOAD examples to Trafodion SQL Ref Manual
     new 279ef7b  Merge [TRAFODION-2895] PR 1388 Update Msgs Guide 1700-1721 + others
     new 8b6a6bb  Merge PR 1389 [TRAFOFION-2731] CodeCleanup: Removed the obsolete code in NAMemory and CliGlobals classes
     new d6573f9  fix the bufoverrun Critical error checked by TScanCode
     new 1fe8890  fix the bufoverrun Critical error checked by TScanCode
     new bb30602  correct Column_Size fetched from mxosrvr
     new fbcd84b  fix the nullpointer error scanned by TScanCode. modify as review
     new 1942ea3  fix the nullpointer error scanned by TScanCode. modify as review
     new 28cbe81  Fix for a second case for Trafodion-2832.
     new 0c049d7  Merge [TRAFODION-2881] PR-1392 HA fixes
     new 56e9a80  [TRAFODION-2904] optionally add leading space when get a number column to display
     new 27897ca  TRAFODION-2885 dcs server cant be restart while switching master
     new 5be0d2e  [TRAFODION-2861] Backport to release2.2 branch
     new 6f60da5  [TRAFODION-1966]TrafexportSnapshot ran into NoClassDefFoundError on HDP2.4
     new 5dbc250  fix regression issue
     new 52d45a5  TRAFODION-2844 use new variables for dcs startup mxosrvr
     new 233d096  Add ROLLUP Function for *Trafodion SQL Reference Manual*
     new 1e37079  Add Details for Load Statement 4 and Correct Typos for *Trafodion SQL Reference Manual*
     new ab26bec  Add Considerations for ROLLUP
     new b7fa86a  Add Examples for ROLLUP
     new 63e1083  [TRAFODION-2904] optionally add leading space when get a number column to display
     new c26bac1  [TRAFODION-2857] Remove remaining "incubator" path on downloads page
     new d759c87  correct the value of NON_UNIQUE column
     new 92df0c5  enhance the code
     new ae17030  [TRAFODION-2913] Tweak some MDAM-related heuristics
     new cdc788e  [TRAFODION-1966]TrafexportSnapshot ran into NoClassDefFoundError on HDP24
     new ed83389  Merge [TRAFODION-2902] PR 1390 Fix data len for varchar to datetime conversion
     new e30699d  Merge [TRAFODION-2905] PR 1391 Fix issue with null query id
     new a6cfd65  Merge [TRAFODION-2911] PR 1401 Fix Catalog Api for NON_UNIQUE column
     new 3629e8d  Merge [TRAFODION-2893] PR 1382 Fix critical logic errors found by TScanCode
     new c97e3c0  Incorporate Comment 1
     new 82f1c4a  Incorporate Comments 1
     new dd231aa  fix TRAFODION-2916
     new 44a05e0  remove debug code
     new 03f705b  Merge remote branch 'origin/pr/1396/head' into merge_1396
     new 0da83d5  Removed usage of system new and moved allocation of LOB globals to be derived from a heap. Moved xLObHdfsRequest also to be derived from a heap
     new eeeabbc  Merge remote branch 'origin/master' into traf_lob_global_fix
     new 13840ce  Merge [TRAFODION-2909] PR 1399 Add ROLLUP to SQL Reference Manual
     new b2ea5f2  Merge [TRAFODION-2910] PR 1400 Add LOAD details in SQL Reference Manual
     new ed07e6c  [TRAFODION-2918] fix regression tests
     new 03487b2  Merge [TRAFODION-2802] PR 1353 Prepare build environment in one command
     new f63b282  Merge [TRAFODION-2913] PR 1403 Tweak some MDAM-related heuristics
     new f06ea68  Merge [TRAFODION-2894] PR 1381 Add new types to Catalog Api GetTypeInfo
     new de7240e  Remove default param for heap
     new 7c27c14  Remove extra parens
     new 4904711  remove extra parens
     new 8bd408b  Merge remote branch 'origin/pr/1405/head' into merge_1405
     new c702b48  [TRAFODION-2918] fix regression tests
     new f8acc2f  fixed a negligible error when compile without setting QT_TOOLKIT
     new 53cacb8  TRAFODION-2922 fix return incorrect affect row count
     new e996d34  Merge [TRAFODION-2919] PR-1409 fixed a negligible error when compile without setting QT_TOOLKIT
     new 21f236c  Merge [TRAFODION-2916] PR-1404 ODB crashes when string data exceeds max column length
     new b0dcf60  Merge [TRAFODION-2857] PR-1402 Remove remaining <incubator> path on downloads page
     new b0d0d53  Merge [TRAFODION-2891] PR-1394 fix the bufoverrun Critical error checked by TScanCode
     new 0f025ac  Merge [TRAFODION-2886] PR-1380 fix the nullpointer error scanned by TScanCode
     new 622e67b  Merge [TRAFODION-2844] PR 1344 Add dcsserver strategy to restart mxosrvr
     new 2221e9a  Add an example for *UPSERT Statement* in *Trafodion SQL Reference Manual*
     new 5f0e2c2  TRAFODION-2885 enhancement
     new 0edae94  Merge remote branch 'origin/pr/1410/head' into merge_1410
     new ebf7283  [TRAFODION-2840] Make [first n] with ORDER BY views non-updatable
     new 97f137c  Reworks as suggested by Hans
     new 3c0700c  [TRAFODION-2928] Add recent articles to Trafodion web site
     new 9d81ec6  Add *Rebuild Indexes* for LOAD Statement in *Trafodion SQL Reference Manual*
     new 517ad43  Add Examples of *REBUILD INDEXES*
     new 60db153  [TRAFODION-2917] Refactor Trafodion implementation of hdfs scan for text formatted hive tables
     new 392c1ed  Merge UPDATE example to SQL Reference Manual PR 1411
     new c834711  Merge [TRAFODION-2885] PR 1412 Enhance dcs server restart
     new 2cdcdad  Merge [TRAFODION-2840] PR 1414 Make [first n} + ORDER BY views non-updatable
     new 47713b9  Merge [TRAFODION-2928] PR 1415 Add recent articles to Trafodion web site
     new c72e47e  TRAFODION-2932 ConnectionTimeout value for jdbc cannot lager than 32768
     new 4e641c9  Incorporate Comments 1
     new e36a94d  Add ROLLUP Function in Aggregate (Set) Function
     new a725654  [TRAFODION-2912] Better handling of non-deterministic scalar UDFs
     new 4ef8055  [TRAFODION-2929] PR 1416 Add REBUILD_INDEXES for LOAD to SQL Reference
     new 81db5c0  Fix typo.
     new 5e8e9c0  nullpointer error where server return without value
     new 2a6282c  pyinstaller fix - kerberos related issues while executing hdfs commands
     new 6d38e58  Merge [TRAFODION-2912] Better handling of non-deterministic scalar UDFs PR-1420
     new e0b1dbc  [TRAFODION-2871] Add web references to security mailing list
     new 7e05a82  fix Trafodion-2937
     new c59195e  Add GET PRIVILEGES for GET Statement
     new a96968e  New syntax to retrieve the LOB HDFS filename for both external and internal LOBs . Also added syntax to return starting offset of a particular LOB handle in the LOB Hdfs data file.
     new f17e15e  [TRAFODION-2917] Refactor Trafodion implementation of hdfs scan for text formatted hive tables
     new f473c0c  [TRAFODION-2927] Refactor and improve UPDATE STATISTICS logging
     new 28e0c55  fix TRAFODION-2930 [FIRST N] will cause sqlci core dump
     new f24da81  fix TRAFODION-2931 call udf function on chinese character will casuse core dump
     new 5e77911  Fix shebang
     new 0d6ce6f  fix trafodion-2939
     new 5cd19f6  little improvement
     new 69ae1b1  [TRAFODION-2942] license year should be updated
     new 5578229  Remove unused file core/sql/optimizer/RoutineInvocation.h
     new 5ff1169  Remove use of new parser token TOK_FILENAME and reuse existing token for TOK_NAME. 	../../../sql/optimizer/bre
     new 87849fc  [TRAFODION-2650] Restructured Trafodion Configuration code into separate directory structure.
     new b2717ec  Merge [TRAFODION-2945] PR-1434 Remove unused file core/sql/optimizer/RoutineInvocation.h
     new 6ab2cb9  Merge [TRAFODION-2939] PR-1433 odb copied data exceeds the max size specified by max option when copying data from oracle to Trafodion
     new 5738beb  Merge [TRAFODION-2943] PR-1432 Fix shebang
     new 3e149d2  Merge [TRAFODION-2931] PR-1431 call udf function on chinese character will cause
     new e392ffc  Merge [TRAFODION-2930] PR-1430 [FIRST N] will cause sqlci core dump
     new b8ac725  Merge [TRAFODION-2938] PR-1426 Add *GET PRIVILEGES* for GET Statement in *Trafodion SQL Reference Manual*
     new 6e8ac30  Merge [TRAFODION-2871] PR-1424 Add web references to security mailing list
     new 4ca0b60  Merge [TRAFODION-2936] PR-1421  nullpointer error where server return without value
     new 1f55c28  Merge [TRAFODION-2934] PR-1419 Add *ROLLUP Function* in Aggregate (Set) Functions in *Trafodion SQL Reference Manual*
     new 202a040  [TRAFODION-2917] Refactor Trafodion implementation of hdfs scan for text format hive tables
     new 0d68dfe  [Trafodion 2942] Update year in license text
     new 67a0e53  [TRAFODION-2650] Code cleanup.
     new 903149a  Reworks in response to concerns from Hans
     new 875cb17  Merge remote branch 'origin/pr/1422/head' into merge_1422
     new c7039b9  [TRAFODION-2951] group_concat on utf8 column with chinese character get messy code
     new 3c96379  add regression test
     new 700c8a5  TRAFODION-2932 ConnectionTimeout value for jdbc cannot lager than 32768
     new d80f009  [TRAFODION-2903] correct Column_Size fetched from mxosrvr
     new 5f5808a  [TRAFODION-2908] create table with wrong char length hang and crash
     new 03fd161  [TRAFODION-2951] group_concat on utf8 column with chinese character get messy code
     new b2984e1  [TRAFODION-2772] - retrieve a value from Json string got an error
     new db4aa6e  modify error when fixed the error checked by TScanCode
     new 7eecb50  fix trafodion-2955
     new 7066e3e  [TRAFODION-2917] Refactor Trafodion implementation of hdfs scan for text format hive tables
     new c83581c  update Message guide and rewording of error message body
     new f9888bc  [TRAFODION-2772] - retrieve a value from Json string got an error: release memory to heap
     new 6a7fb36  Change default for CQD USTAT_AUTOMATIC_LOGGING to ON
     new 02950e2  Merge [TRAFODION-2650] PR 1437 Reorg Traf config info into separate directory
     new b1e176f  Merge [TRAFODION-2893] PR 1440 Correct conversion to interval hour
     new 659f4ac  [TRAFODION-2908] create table with wrong char length hang and crash
     new 9d88d08  Merge branch 'master' of https://github.com/apache/trafodion into mrg_1441
     new f8726b4  [TRAFODION-2772] - retrieve a value from Json string got an error: using array to replace dynamic memory
     new 86c2284  Merge [TRAFODION-2929] PR 1429 Refactor/improve UPDATE STATISTICS logging
     new 8d3f7ed  Merge [TRAFODION-2772] PR 1439 Fix bug in retriving value from JSON string
     new 84bb7c0  Merge [TRAFODION-2937] PR 1425 Fix issue with copying data from MySQL to Traf
     new 449572d  Merge [TRAFODION-2955] PR 1442 Fix odb crash when input file has blank line
     new efaebe1  Review fixes
     new fb3a5e4  Merge [TRAFODION-2899] PR 1386 Catalog API SQLColumns support for ODBC2.x
     new bd886c1  Merge remote branch 'origin/pr/1428/head' into merge_1428
     new a187b03  [TRAFODION-2917] Refactor Trafodion implementation of hdfs scan for trafodion
     new c008ebe  [TRAFODION-2645] Fixes to MDAM costing code found during inner join testing
     new dbe4cac  [TRAFODION-2157] add MySQL function unix_timestamp,uuid,sleep
     new 3555983  Merge branch 'master' of git://git.apache.org/trafodion into TRAFODION-2157
     new 3c6bce6  [TRAFODION-2157] fix various issues
     new 087af70  Merge [TRAFODION-2645] Fixes to MDAM costing code for nested join cases
     new dc9f5b5  modify for the review comments to strictly check the input to unix_timestamp
     new 59e2c8e  [TRAFODION-2959] Change download URLs for old releases
     new e13919a  [TRAFODION-2840] Update expected results for test hive/TEST018
     new a99ee11  [TRAFODION-2917] Refactor Trafodion implementation of hdfs scan for text format hive tables
     new 52703c6  [TRAFODION-2727] Memory leak in the compiler part of the code in Trafodion
     new a369f0c  Enable LDAP authentication flag at install time
     new cc43432  Fix for regression failure of the commit a99ee11ed
     new e7624aa  RMS infrastructure now reads the configured pid Max from /proc/sys/kernel/pid_max but limits it to a maximum of 128K. It can be overridden by "PID_MAX" environment variable in ms.env.
     new f59119c  fix an issue, add regress tests
     new de83576  Merge PR 1417 [TRAFODION-2917] Refactor Trafodion implementation of hdfs scan for text formatted hive tables
     new b460106  Merge [TRAFODION-2962] PR 1448 Enable LDAP auth flag at install time
     new 7c0ab57  Merge [TRAFODION-2840] PR 1446 Update hive/TEST018 expected results
     new 9312bd2  make the uuid evaluate once per statement
     new d7644b9  Merge PR 1447 [TRAFODION-2727] Memory leak in the compiler part of the code in Trafodion
     new 55211ac  [TRAFODION-2964] Fix bug in new MDAM costing code concerning comparisons
     new 0b6d718  Merge [TRAFODION-2959] PR 1445 Change download URLs for old releases
     new 887051c  [TRAFODION-2883] Preliminary Scale Enhacements - Increased cluster node limit to 1024 - Added timestamps to node down system message - Added timestamps and values to registry change notifications - Fixed monitor trace causing memory overwrites
     new 39a3f20  [TRAFODION-2965] Fix row count stats for partial groupby
     new 703e963  Merge [TRAFODION-2964] PR 1450 Fix comparisons bug in new MDAM costing code
     new 7b96645  Merge [TRAFODION-2965] Fix row count stats for partial groupby PR-1451
     new 5e83a52  [TRAFODION-2967] Fix CommonLogger::buildMsgBuffer core in UPDATE STATS
     new 1bfb2a8  [TRAFODION-2954] add MySQL function unix_timestamp,uuid,sleep
     new 9001298  fix temp debug code, typos
     new 568c739  Fix for failure in hive/TEST018 test in 02/22/18 daily build https://jenkins.esgyn.com/job/Check-Daily-master-rh6/360/
     new d5b72e7  Merge [TRAFODION-2967] PR 1452 Fix CommonLogger core in UPDATE STATS
     new 344cc3f  Merge PR-1453 Fix for failure in hive/TEST018 test in 02/22/18 daily build
     new 75c7b39  [TRAFODION-2954] add MySQL function unix_timestamp,uuid,sleep
     new f375acd  first nameserver commit.
     new 577c985  commit nameserver.
     new c61d2f7  Fix SB for nameserver changes.
     new a66a1f1  Convert atomic_t to SB_Atomic_Int.
     new 2f2714d  [TRAFODION-2969] Fix interaction of [first n] etc. with subqueries
     new 1400b7e  Rework based on Hans' comments
     new c48966a  More reworks based on Hans' comments (missed one place)
     new 5711693  [TRAFODION-2966] Fix new MDAM costing code to respect CQS forces
     new bded0e8  [TRAFODION-2883] Preliminary Scale Enhacements - Added timestamps to node down system message - Added timestamps and values to registry change notifications - Fixed monitor trace causing memory overwrites - Implemented AGENT mode monitor functionality       o This is a pre reliminary change to remove dependency on OpenMPI during         initialization of operational cluster by creating a cluster of one node         (MASTER monitor) where other remote nodes (SLAVE monitor [...]
     new 83765f2  Add syntax and examples of *[LAST N] (SELECT Statement)* in *Trafodion SQL Reference Manual*
     new 2be44ed  Merge [TRAFODION-2969] PR 1454 Fix interaction of [first n] with subqueries
     new aec5108  Merge [TRAFODION-2966] Fix new MDAM costing code to respect CQS statements
     new ac70660  [TRAFODION-2917] Refactor Trafodion implementation of hdfs scan for text formatted hive tables
     new 3d7855b  Code review fixes.
     new 717f9c3  More code review fixes.
     new 87739b8  Code review fix. Missed one :-(
     new 39dc509  Incorporate Comments 1
     new da53fa6  Correct the descriptions of how to launch ODBC in *Trafodion Client Installation Guide*
     new 13d566f  update nameserver.
     new 562a7bd  [TRAFODION-2974] Make event log reader and JDBC real TMUDFs
     new d48a887  Merge [TRAFODION-2883] PR 1457 Preliminary scale enhancements
     new e303b3a  [TRAFODION-2917] Refactor Trafodion implementation of hdfs scan for text formatted hive tables
     new e618aaf  Merge PR 1461 TRA[TRAFODION-2917] Refactor Trafodion implementation of hdfs scan for text formatted hive tables
     new b7cf526  add missing file.
     new 611c284  Add log4cxx for ns.
     new 668bcaf  Merge remote branch 'origin/master' into TRAFODION-2884
     new 20ef4c0  Merge branch 'TRAFODION-2884' of github.com:zcorrea/trafodion into TRAFODION-2884
     new 4b8a236  Defaulted NameServer to disabled
     new 0f0e0c9  [TRAFODION-2974] Rework based on review, update messages guide.
     new 660b9cf  nameserver configuration changes.
     new 10b30d8  Merge branch 'TRAFODION-2884' of github.com:zcorrea/trafodion into TRAFODION-2884
     new f210aea  add new files.
     new 360427c  Merge [TRAFODION-2974] Make event log reader and JDBC real TMUDFs PR-1460
     new 8ab3319  fix TRAFODION-2978 update statistics hang
     new 6b8fc45  TRAFODION-2981 mxosrvr crashes during explain using EXPLAIN_QID
     new b658059  Launch ns.
     new 4de52a7  launch nameserver without mpirun.
     new d505aee  [TRAFODION-2974] Update expected files
     new 04c1944  Fix nameserver delete.
     new 17a6a5c  Merge [TRAFODION-2974] Update expected files PR-1463
     new 0efcb38  refactor monToNameserver interface. Create NS process (currently all nodes).
     new 54e5c79  $ZNS->$NS, ns->trafns, 'nameserver info' reimplemented as 'ps {NS}'.
     new 3375ecb  [TRAFODION-2983] Be careful to preserve inputs needed for output computation
     new c13cd58  Merge [TRAFODION-2978] PR 1462 Fix bug with UPDATE STATS on very large tables
     new 88e4752  Merge remote branch 'origin/pr/1465/head' into merge_1465
     new c9eef0a  Remove redundant statement
     new d152630  Update environment variables used to enable AGENT mode, NAME-SERVER, and associated ports.
     new 4c028ea  Merge branch 'TRAFODION-2884' of github.com:zcorrea/trafodion into TRAFODION-2884
     new 63d3ed1  Framework for Monitor PTP
     new eeade17  Update.
     new 4e00a22  Update.
     new 64f24d2  Merge branch 'TRAFODION-2884' of github.com:zcorrea/trafodion into TRAFODION-2884
     new 5c608f5  Update.
     new 7cc10e0  Update.
     new 1ba7f55  Update.
     new 01bb724  Merge branch 'TRAFODION-2884' of github.com:zcorrea/trafodion into TRAFODION-2884
     new 3896d9a  Update NS.
     new a8230a9  [TRAFODION-2985] Update Project Web Site for Apache Trafodion Release 2.2.0
     new b97982c  [TRAFODION-2853] memory leak of ComDiagsArea in CmpContext heap of mxosrvr
     new d4312d3  change the URL
     new 0bbfbb3  remove two wrong JIRA from the 2.2 release note
     new cd8f2fa  [TRAFODION-2984] Remove redundant statement
     new c91bb56  Add Examples for *CREATE EXTERNAL TABLE Statement* in *Trafodion SQL Reference Manual* 2
     new 582ff40  [TRAFODION-2990] Fix CREATE TABLE LIKE having long numeric default constant
     new cdadf5e  [TRAFODION-2985] Update Project Web Site for Apache Trafodion Release
     new 07f41dd  [TRAFODION-2853] memory leak of ComDiagsArea in CmpContext heap of mxosrvr
     new cb886d3  [TRAFODION-2985] fix wrong download link
     new 2f48d07  [TRAFODION-2958] Consolidate the master and backup files in dcs conf folder to a single file (masters)
     new 6a0bcd9  Merge branch 'master' of github.com:apache/trafodion into dcschanges
     new 77e81c7  [TRAFODION-2985] fix wrong download link
     new 5fea1ac  Merge [TRAFODION-2990] PR 1469 Fix CREATE TABLE LIKE bug with long numeric
     new e718915  merge [TRAFODION-2976] Correct the descriptions of how to launch ODBC in *Trafodion Client Installation Guide*
     new a101b2f  [TRAFODION-2853] memory leak of ComDiagsArea in CmpContext heap of mxosrvr
     new 9f4e549  Merge [TRAFODION-2981] PR 1464 Fix mxosrvr crash when using EXPLAIN_QID
     new b987fed  updates .rat-excludes
     new 90b00a5  Merge branch 'TRAFODION-2884' of github.com:zcorrea/trafodion into TRAFODION-2884
     new e7fd657  [TRAFODION-2977] Fix issues with maximum key length detection
     new 86ba12e  fix based on review comments
     new 02dbf72  NameServer fixes for cluster.
     new dd301dc  Merge PR 1470 [TRAFODION-2853] memory leak of ComDiagsArea in CmpContext heap of mxosrvr
     new 7f7ba50  fix [trafodion-2988] prepare query returns 2006 internal error
     new 6324e40  TRAFODION-2991 jdbct4 not support nchar & nvarchar
     new 6b800c3  [TRAFODION-2335] support some functions as column default, part1 commit
     new 290570e  Merge [TRAFODION-2958] PR 1472 Consolidate dcs master and backup in conf
     new b19868a  Merge [TRAFODION-2977] PR 1473 Fix bugs with max key length detection
     new 4520a46  Removing the "WITH PARTITIONS" syntax description
     new 47c9f74  [TRAFODION-2985] Revert 2.2.0 web links to mirror pointers
     new 6157771  for cosmetic issue,delete commented code
     new 33874c5  Add SYSTIMESTAMP in *Trafodion SQL Reference Manual*
     new 8763da6  Fix tTypo
     new 86782e2  Fix Typo
     new c9ba5fb  Add SYSDATE in *Trafodion SQL Reference Manual*
     new bb2e016  Fix Typo
     new 7b5902f  Merge Removing the &quot;WITH PARTITIONS&quot; syntax description PR-1476
     new 6b81d79  Merge branch 'TRAFODION-2884' of github.com:zcorrea/trafodion into TRAFODION-2884
     new 7eb3ea3  Merge [TRAFODION-2988] PR 1474 Fix bug where prepare returns 2006 error
     new 6995836  Merge [TRAFODION-2991] PR 1475 Add NCHAR, NVARCHAR support to JDBC T4
     new 75bc7d1  Update nameserver.
     new cb5ebb9  Merge [TRAFODION-2992] Add *SYSTIMESTAMP* in *Trafodion SQL Reference Manual* PR-1478
     new cb0beb1  Merge branch 'TRAFODION-2884' of github.com:zcorrea/trafodion into TRAFODION-2884
     new 21735bc  Merge [TRAFODION-2993] Add *SYSDATE* in *Trafodion SQL Reference Manual* PR-1479
     new a42b61a  Remove some TODOs. Fix log/trace items.
     new 53a8096  minor ptp update
     new be2d08b  Merge branch 'TRAFODION-2884' of github.com:zcorrea/trafodion into TRAFODION-2884
     new 9778dd0  Get rid of compiler warnings. Fail on warnings.
     new d5616ab  Merge branch 'TRAFODION-2884' of github.com:zcorrea/trafodion into TRAFODION-2884
     new a1366af  Merge branch 'TRAFODION-2884' of github.com:zcorrea/trafodion into TRAFODION-2884
     new 8302f90  down->stop, up->start.
     new cb588e0  Update.
     new ad31579  Update.
     new b3e56b1  Update.
     new ed116f7  Update.
     new 066b9bc  Update.
     new f7dee0f  Persist NameServer.
     new 7c99973  Update.
     new e6d7681  Merge branch 'TRAFODION-2884' of github.com:zcorrea/trafodion into TRAFODION-2884
     new 5f58cd9  update the regression test and various fixes
     new e3575e5  Merge [TRAFODION-2985] PR 1477 Revert 2.2.0 download links to mirrors
     new 80b76cd  [TRAFODION-2998] sleep execution code cannot build on CentOS 7
     new 9cc3b14  Update.
     new 35fa1dc  Update.
     new fce73a7  Add lightweight measure for monitor.
     new 3fd5abb  Merge branch 'TRAFODION-2884' of github.com:zcorrea/trafodion into TRAFODION-2884
     new e355fd3  [TRAFODION-2999] make UUID non reserved keyword
     new b4c60e1  [TRAFODION-3000] Fix binder issue with index maintenance on MERGE DELETE
     new 2301454  Add simple measurement tracing.
     new 99eaa58  Update.
     new 8f7cc7c  Merge [TRAFODION-2973] PR 1458 Add syntax and examples for [LAST N] SELECT
     new 3e26f86  Merge [TRAFODION-2989] PR 1468 Add CREATE EXTERNAL TABLE to SQL Reference
     new 3260a58  $ Add an Overview of *Datetime Functions* in *Trafodion SQL Reference Manual
     new f640c8d  Add go286.
     new 1a343ef  Update.
     new b5bdab0  [TRAFODION-3002] Fix UPDATE STATS for certain INTERVAL data types
     new 8868d81  [TRAFODION-2853] memory leak of ComDiagsArea in CmpContext heap of mxosrvr
     new a52f462  Merge [TRAFODION-3000] PR 1484 Fix IM binder issue for MERGE DELETE
     new 4e0c9a9  Update.
     new 46daab6  Update.
     new 2795240  add upsert test cases
     new 4573ec4  Update.
     new 68d04ac  Update.
     new b88aca7  Update.
     new 4191d54  Update.
     new bde4454  [TRAFODION-3006] unix_timestamp runtime core dump issue
     new 7daf172  Merge [TRAFODION-3002] PR 1488 Fix UPDATE STATS for some INTERVAL data types
     new 5339170  Merge [TRAFODION-2998] PR 1483 Fix sleep exp code to compile on CentOS 7
     new a2149ea  Update.
     new b312082  Update.
     new 59b0582  Update.
     new 35fbbf1  Update.
     new 4e70418  make UUID non-reserved key word, one can create table name uuid
     new 007dcc6  Merge branch 'master' of git://git.apache.org/trafodion into TRAFODION-2335
     new 9ae9c59  [TRAFODION-3007] update statistics report error on volatile table
     new 073cf68  [TRAFODION-2821] Trafodion core code base needs to be thread safe
     new 33b2be5  [TRAFODION-2853] memory leak of ComDiagsArea in CmpContext
     new dabbfe6  Incorporate Comments 1
     new b682d75  [TRAFODION-3007] update statistics report error on volatile table - update test case
     new 9c935c5  [TRAFODION-3005] Fix issues with keys on long columns
     new 49dbff8  Update.
     new 1243b9a  Merge branch 'TRAFODION-2884' of github.com:zcorrea/trafodion into TRAFODION-2884
     new 9ff4b64  Update.
     new e53ab38  Merge branch 'TRAFODION-2884' of github.com:zcorrea/trafodion into TRAFODION-2884
     new 6143cbf  Update.
     new 975b0f4  Merge branch 'TRAFODION-2884' of github.com:zcorrea/trafodion into TRAFODION-2884
     new 8913b31  [TRAFODION-3007] update statistics report error on volatile table - remove useless comments
     new f2ed5d6  COMMENT-ON Bug fix : add escape quote support for single quote character in comment string.
     new 71cfab8  COMMENT-ON Bug fix : add escape quote regression test
     new 8d2fd7a  [JIRA 3008] support a new TMUDF to generate a series of Number
     new f041ceb  Update.
     new 4e8b2ab  Update.
     new fa2ac74  Update.
     new 77e13d1  Update.
     new cc97254  [TRAFODION-2821] Trafodion core code base needs to be thread safe
     new b0f649b  Update.
     new 38935a4  Update.
     new ebc847e  Merge [TRAFODION-3005] PR 1494 Fix issues with keys on long columns
     new 202d8da  [TRAFODION-2853] memory leak of ComDiagsArea in CmpContext
     new 072164a  Reverting the change in the expected file of seabase/TEST031
     new c2e71b2  Merge PR 1493 [TRAFODION-2821] Trafodion core code base needs to be thread safe
     new fce62f8  take care of merge value
     new b6157d5  [TRAFODION-2986] minor issues in adoc found during mvn site
     new 2236a65  Merge [TRAFODION-3001] PR 1486 Add overview of datetime functions to SQL Ref
     new 0cf2e6b  Merge [TRAFODION-3007] PR 1492 Support UPDATE STATS on volatile tables
     new 7d77dd4  Merge [TRAFODION-2970] PR 1495 Support single quotes within comments
     new 9644ff8  Several scripts incorrectly use cut -b 1-5 to extract pid information
     new 6cbf683  fix
     new 7430ca8  Merge PR 1489 [TRAFODION-2853] memory leak of ComDiagsArea in CmpContext heap of mxosrvr
     new a3fe11e  make VALUE reserved again
     new 53f89e6  merge [TRAFODION-2986]
     new fa6ae71  merge [TRAFODION-3006]
     new 1b19b96  [TRAFODION-3003]Trafodion keepalive support
     new c75c6bf  Merge remote branch 'origin/release2.2' into TRAFODION-3014
     new 8cd59bf  Change some variable. Make the description more detailed.
     new debf35b  Merge [TRAFODION-3013] PR 1498 Fix script logic that extracts pids
     new 659e8ec  [TRAFODION-3008] PR 1496 New TMUDF to generate series of numbers
     new abf3c42  Preliminary monitor p-2-p communication changes.
     new b565fb7  Merge branch 'TRAFODION-2884' of github.com:zcorrea/trafodion into TRAFODION-2884
     new f3daa45  Fixes after merge to latest in shared fork.
     new 38eb84e  Enabled Name Server in monitor tests.
     new 528e9c6  Performance changes for LOB and increasing limit for larger varchars/bobs to use with batch input.
     new 6dc990f  Fixed parent clone issue and ptpCommAccept thread shutdown logic Added -nid <nid> argument to specify shell attach to a <nid> when in virtual cluster.
     new 43984c4  various fixes
     new 1f44166  [TRAFODION-3009] Streamline error handling in Executor utility commands
     new c41cb45  remove VALUE as reserved word
     new 8b025ea  Update.
     new 010e563  Merge branch 'TRAFODION-2884' of github.com:zcorrea/trafodion into TRAFODION-2884
     new 5d97082  Multiple fixes to problems found by Seabed tests.
     new 7914d91  TRAFODION-3019 pstmt.setByte cannot support string.getbyte well
     new 3edf1f6  merge [TRAFODION-2999]
     new 9467a47  Update.
     new 1d248e1  [TRAFODION-3018] Fix issue with UPPER on an UPSHIFT column
     new 81640f9  PR-1502 Various fixes, details in pull request
     new 37702da  [TRAFODION-3009] Streamline error handling in Executor utility commands
     new f9d5b2c  Update.
     new 5d982b8  Fixes to SQ_NAMESERVER_ENABLED token in scripts.
     new 71d6a1b  Merge branch 'TRAFODION-2884' of github.com:zcorrea/trafodion into TRAFODION-2884
     new 2167123  Merge remote branch 'origin/master' into ansharma_trafixes_deliver2_br
     new 052f7fa  Merge remote branch 'origin/pr/1503/head' into merge_1503
     new 5623b7d  [TRAFODION-3009] Streamline error handling in Executor utility commands
     new 3b54b36  Fix for seabase/TEST002 failure with commit 5623b7df82adc37e15d8cfe25c39eb33f506b333
     new c9b09aa  Changes to report the error -1571 and -1572 correctly.
     new 1584dc4  More p2p fixes.
     new ee2cff9  Merge PR 1504 [TRAFODION-3009] Streamline error handling in Executor utility commands
     new 47b3793  Update.
     new d5742be  Update.
     new bad9059  review changes from PR 1502, plus jenkins compGeneral crash fix
     new 995e8a0  merge [TRAFODION-2335]
     new f94a381  Merge remote branch 'origin/master' into ansharma_trafixes_deliver2_br
     new 297681c  More p2p fixes.
     new 7d6c0dd  Merge branch 'TRAFODION-2884' of github.com:zcorrea/trafodion into TRAFODION-2884
     new 6ca1d0f  PR-1507 Changes after PR 1502 review, plus jenkins compGeneral crash fix
     new 8b7593c  Fix for regression failure for hive/TEST017
     new 7984e69  Merge remote branch 'origin/pr/1509/head' into merge_1509
     new 927df72  [TRAFODION-3020] regression issue
     new 51cdb91  Merge [TRAFODION-3018] PR 1506 Fix issue with UPPER on an UPSHIFT column
     new 0551efb  Merge [TRAFODION-3019] PR 1505 Fix issue with pstmt.setByte
     new 4297cac  [TRAFODION-3009] Streamline error handling in Executor utility commands
     new 58bd575  Merge PR 1511 [TRAFODION-3009] Streamline error handling in Executor utility commands
     new 021faec  Get statement enhancements
     new fc03afc  [TRAFODION-3009] Streamline error handling in Executor utility commands
     new 251f3f5  More monitor p2p fixes to address Seabed test failures in virtual and real cluster testing.
     new d6e2933  Merge PR 1513 [TRAFODION-3009] Streamline error handling in Executor utility commands
     new 2d774d9  Unique string fix.
     new 4005834  [TRAFODION-3022] Add web site link to Apache Current Events
     new 8175d44  Update.
     new ad1c676  Merge [TRAFODION-2175] PR 1512 Get statement enhancements
     new 2b285de  Correct a Mistake in PRUN Example
     new affe1f6  [TRAFODION-2205] invalid char at create schema when authorization name is long
     new 4fc4ad3  Forward StringIds of path/ldpath/program.
     new 8271057  PR-1510 [TRAFOFION-3020] FIx for parser regressions issue
     new 7d50e33  Set NS delay to 10ms (instead of 100ms for monitor).
     new c1be6d0  Modify monConnCount and choose NS random.
     new a113135  Update.
     new a528474  Fix socket leak (close socket).
     new 3dd0eca  [TRAFODION-2205] PR 1516 invalid char at create schema when authorization name is long
     new 9247656  merge [TRAFODION-3014]
     new e3b01d4  [TRAFODION-2249] Cannot use library management SPJs after an upgrade
     new e2b9a66  [TRAFODION-3021] union, intersect, except should be cacheable
     new d7f99b0  [TRAFODION 3024] function lower() return null for varchar column when pcode is disabled
     new 6e39af2  merge [TRAFODION-3003]
     new c826bce  Merge [TRAFODION-2249] pr 1517 Cannot use library management SPJs after an upgrade
     new f9820b2  [TRAFODION-2600] Unable to create view ... but user has SELECT privilege
     new 8b62247  update core/test005
     new 060bfc6  [TRAFODION-3009] Streamline error handling in Executor utility commands
     new c40ca27  Merge [TRAFODION-3024] Fix LOWER function for case where pCode is turned off
     new 3444e17  [TRAFODION-3023] Add more enum files to analyzeMessageGuide.py
     new 1e100f4  Merge [TRAFODION-3023] Add enum files to analyzeMessageGuide.py
     new 84171fd  Merge [TRAFODION-2960] Correct PRUN example in Traf Command Interface Guide
     new aade2cf  Merge [TRAFODION-3022] Add web site link to Apache Current Events
     new 8c6eebf  merge [TRAFODION-2600] pr - 1520 Unable to create view ... but user has SELECT privilege
     new 3aa206a  JIRA TRAFODION-3027 Enhance jenkins checktests to include more tests.
     new ff33984  removed regress/hive/EXPECTED030,040
     new a5530a7  added apache license
     new db65660  Name Server enabled fixes of problems during shutdown.
     new 37ab3c0  [TRAFODION-2917] Refactor Trafodion implementation of hdfs scan for text formatted hive tables
     new 81fadbc  [TRAFODION-3028] Support CONTROL QUERY SHAPE (CQS) for Hive insert
     new 05d92ae  PR-1524 [TRAFODION-3027] Enhance jenkins checktests to include more tests
     new c29ebc6  Merge PR 1522 [TRAFODION-3009] Streamline error handling in Executor utility commands
     new 02a7d8c  Initialize debug params
     new 609cd5f  Add *RAND Function* in Trafodion SQL Reference Manual
     new 7eaf88d  [TRAFODION-3009] Streamline error handling in Executor utility commands
     new 8af8b95  Merge [TRAFODION-3028] Support CONTROL QUERY SHAPE (CQS) for Hive insert PR-1525
     new 9da4592  TRAFODION-3027 Enhanced jenkins checktests. Expected file update.
     new ee91b33  [TRAFODION-3031] Fix two issues with nested subquery plans
     new 9ebcfba  Merge PR 1528 [TRAFODION-3009] Streamline error handling in Executor utility commands
     new 027c7f5  PR-1529 [TRAFODION-3027] Enhance jenkins checktests to include more tests
     new a2f740b  Incorporate Comments 1
     new 9cb86c0  added create schema sch to regrinit.sql
     new 611bc92  PR-1531 Added create schema sch stmt to regrinit.sql
     new 45073a4  merge [TRAFODION-3021] union, intersect, except should be cacheable
     new 5724227  [TRAFODION-3025] add create option storage policy
     new ad05d5c  remove typos
     new fcc9325  seems HDP has issues, add known diff first
     new a3971a2  [TRAFODION-3037] install_local_hadoop script out of date (APACHE)
     new 2a80c1e  merge [TRAFODION-3037] install_local_hadoop script out of date (APACHE)
     new b06e0dc  merge [TRAFODION-3029]Initialize debug parameters
     new cdd1e32  fix JIRA bug 3039, SendEventMsg is used in a wrong way
     new 64d1e33  Reworks
     new a4d5522  Change comments per Hans' suggtestion
     new 03a9699  [TRAFODION-2542] Grantor is not correct when granting privileges for a role
     new c9570e3  [Trafodion-3041] Support watchdog query cache to improvement performance when every query executed needs to be written into repository. The time when the queries cached will be published into repository is determined by cache time or number of queries. You can configure it in the file conf/dcs-site.xml.
     new ed85d5b  Removing unneeded CLI call to get lob location and instead using the CQD value - LOB_STORAGE_LOCATION to get/save it in Tdb for use later at runtime.
     new 3e7ad94  Merge [TRAFODION-3031] PR 1530 Fix two issues with nested subquery plans
     new 9a90338  Merge remote branch 'origin/pr/1538/head' into merge_1538
     new 36e21b2  [TRAFODION-3042] RAND() function is not always random
     new 4f83472  [TRAFODION-3042] Switch to nanosecond-resolution time
     new c04fc45  Added new/changed errors to messages guide. Fixed issue generating error text for error 1012.
     new 80a0113  [TRAFODION-3042] Addressed review comment
     new fd70c7d  Incorporate Comments 2
     new dd051ea  Merge [TRAFODION-2542] pr 1536 Grantor is not correct when granting privileges
     new 06d38d5  Merge [TRAFODION-3042] RAND() function is not always random PR-1539
     new bffd05b  [TRAFODION-3041] Addressed review comment
     new 5c6bf2a  [TRAFODION-3043] Add missing binder check for DATE_PART function
     new 2f2c741  Add Syntax and Examples of *ENABLE/DISABLE INDEX (ALTER TABLE Statement)* in Trafodion SQL Reference Manual
     new 4985dbd  Merge [TRAFODION-3030] PR 1527 Add RAND function to SQL Reference Manual
     new 60d717b  Merge [TRAFODION-3043] PR 1541 Add missing binder check for DATE_PART
     new db68b6f  [TRAFODION 3047] Cannot get right result using prepare statement with dynamic parameters
     new f04d557  Incorporate Comments 1
     new 1c3e1c6  Correct the Syntax Descriptions for *ASCII Fucntion* in Trafodion SQL Reference Manuall
     new 06af8fc  fix review comments
     new 49c4af7  [TRAFODION 3047] Cannot get right result using prepare statement with dynamic parameters - add test case
     new f8c90f3  [TRAFODION-3041] Addressed review comment, set default cache size to 1
     new 6396326  Inaccurate conditions of judgment cause low efficiency
     new a3c56bc  Merge [TRAFODION-3044] PR 1542 Add ENABLE/DISABLE INDEX examples to SQL Ref
     new cd1fde8  [TRAFODION-3050] Change default for CQD COMP_BOOL_158 to 'ON'
     new 32f83ca  [TRAFODION-3052] Fix core in PCode evaluator
     new 2bdbffe  Merge [TRAFODION-3049] PR 1545 Fix datatype check in ODBC client
     new 99ceac9  Merge [TRAFODION-3050] PR 1546 Change CQD COMP_BOOL_158 to 'ON'
     new 2477de3  Merge [TRAFODION-3052] PR 1547 Fix core in PCode evaluator
     new 7ae578b  Linux ODBC add Ansi function support
     new fe62cce  merge [TRAFODION-3041] Support watchdog query cache
     new 1cc728f  [TRAFODION-3054] update pom.xml.cdh for hbase-trx to build protobuf
     new 03bfc8a  Update pom.xml.cdh54
     new 1ad5a12  [TRAFODION-3059] remove "mt_" column family
     new f27919a  fix the regression test
     new c5bab33  use coprocessor to set storage policy
     new 5cdd98e  add license header
     new 5f887e7  [MANTIS 7502] Make UPDATE STATISTICS tolerate RMS failures (2024 warnings) (cherry picked from commit 41e83a86468889e8595de900d2deb850fda559f2)
     new 12b8970  [TRAFODION-3056] Make UPDATE STATS tolerate the absence of RMS
     new a8f9197  [TRAFODION-3061] eliminate building errors on CentOS7
     new 4addf76  [TRAFODION-1861] Run Trafodion on CentOS 7
     new f1ea956  ODBC support match W and A functions
     new b1d7263  Incorporate Comments 1
     new 2177ad8  [TRAFODION-510] Internal error or core dump with set table timeout
     new c0492a5  merge [TRAFODION-3061] eliminate building errors on CentOS 7
     new 371b7e5  merge [TRAFODION-3059] remove mt_ column family
     new 008f4af  merge [TRAFODION-3056] Change UPDATE STATISTICS to tolerate absence of RMS
     new f216cdb  [TRAFODION-2917] Refactor Trafodion implementation of hdfs scan for text formatted hive tables
     new 51bed00  Merge [TRAFODION-510] Internal error or core dump with set table timeout PR-1554
     new 2fb0878  Add *Initializing the Trafodion Metadata* in Trafodion SQL Reference Manual
     new eadd2d5  support one more date pattern 'yyyy-MM-dd:.*'
     new d2b365c  Merge branch 'master' of https://github.com/apache/trafodion into TRAFODION-1861
     new e2e6f9f  fix review comments
     new 96cab4d  [TRAFODION-3065] Trafodion to support compressed Hive Text formatted tables
     new 3d54d5a  [TRAFODION-3066] Fix bug that causes 2053 warning on deeply nested subqueries
     new d9ee71e  [TRAFODION-2982] JNI HDFS interface should support varied sized large buffers for read/write
     new 17e698e  Incorporate Comments 2
     new 05bf784  Print out original exceptions for cert error
     new b178915  TRAFODION-3046: Privilege support for native HBase tables
     new c9b7cf0  Merge [TRAFODION-3048] PR 1544 Correct ASCII fn description in SQL Reference
     new 2187841  Merge [TRAFODION-3062] PR 1555 Add initializing metadata to SQL Reference
     new 65bdd82  Merge [TRAFODION-3058] PR 1548 Add Ansi functions to Linux ODBC
     new 274d0d8  Merge [TRAFODION-3063] PR 1556 Support an additional date pattern
     new d009f2f  Merge [TRAFODION-3047] PR 1543 Fix subquery + parameter problem
     new 5fa28f3  Merge PR 1557 Changes for [TRAFODION-3065] and [TRAFODION-2982]
     new 66dec0a  Fixed regression test
     new ab112ea  fix review comments
     new c0f4373  Merge branch 'master' of https://github.com/apache/trafodion into TRAFODION-3026
     new a5b67c9  merge [TRAFODION-3046] pr 1561 Privilege support for native HBase tables
     new 330235a  Merge [TRAFODION-3066] PR 1558 Fix 2053 warning bug for nested subqueries
     new d940a4a  [TRAFODION-2821] Trafodion core code base needs to be thread safe
     new 3931a75  Scale testing fixes.
     new 607e8a7  Merge [TRAFODION-1861] PR 1553 Run Trafodion on CentOS 7
     new 38033e1  Merge [TRAFODION-3067] PR 1559 Include original exceptions in cert errors
     new f85e7dd  [TRAFODION-2821] Trafodion core code base needs to be thread safe
     new 609d7a4  Merge PR 1562 [TRAFODION-2821] Trafodion core code base needs to be thread safe
     new 1f7eabb  Fixes to Name Server replication logic.
     new 731fd2d  Fixes to external requests with Name Server enabled and target process is in a remote node.
     new 2eb6b83  Merge remote branch 'origin/master' into TRAFODION-2884
     new 019cd5a  Added nameserver trace enabling file.
     new 88e2a74  TRAFODION-1573: Additional GET commands for privileges TRAFODION-3074: Failed to register/unregister user when security disabled
     new 2e4cb9b  merge [TRAFODION-3054] update pom.xml.cdh for hbase-trx to build protobuf
     new 8e4f2c7  Added name server configured check to sqstart script when SQ_NAMESERVER_ENABLED is enabled.
     new 580be15  [TRAFODION-3075] Installer needs to support RH7 / Centos7
     new cc3faca  merge [TRAFODION-3075] Installer needs to support RH7 / Centos7
     new 69433d4  Merge branch 'master' of https://github.com/apache/trafodion into TRAFODION-3026
     new fac342d  [TRAFODION-3015] compare string to BIGNUM return no result
     new 2f79112  TRAFODION-3076 update pom.xml.hdp
     new a08afe4  add regression test
     new 92e3416  [TRAFODION-3075] DCS start fail at CentOS 7
     new 2c5f480  merge [TRAFODION-3075] DCS start fail at CentOS 7
     new f70b19c  Windows ODBC LOB support
     new 1b9cb1b  merge [TRAFODION-1573] [TRAFODION-3075] pr 1568 get command updates and [un]register user fixes
     new 397fd2d  merge [TRAFODION-3015] query no result when comparing string with BIGNUM
     new 9c5080c  [TRAFODION-3071] Add missing binder checks for DATEDIFF etc. + other fixes
     new 53d7f7a  For debug in IDE,find jar by default
     new c24c712  [TRAFODION-3070] we cannot comment on native hive table.
     new 7d0ffe8  Add *populate-option* for *CREATE INDEX Statement* and fix typos in *Trafodion SQL Reference Manual*
     new a4bbb76  Add Syntax
     new 4de77d3  [TRAFODION-3083] Fix compile problem on CentOS7
     new 6b967b6  Merge [TRAFODION-3071] Add DATEDIFF binder checks + other fixes
     new b7c6844  Incorporate Comments 1
     new f5c28e9  Add Examples for *CONTROL QUERY DEFAULT Statement* in *Trafodion SQL Reference Manual*
     new f928879  Merge [TRAFODION-3083] Fix compile problem on CentOS7
     new b04bfda  Merge [TRAFODION-3082] PR 1575 Add POPULATE option for CREATE INDEX to pubs
     new ee527be  Incorporate Comments 1
     new 95a6360  Add one more example
     new 65ac556  More Name Server enabled process management fixes.
     new c8c5bce  [TRAFODION-2901] Self-reference Holloween problem fix
     new 4f25396  fix JIRA bug 3039, SendEventMsg is used in a wrong way
     new 76987d1  Add Considerations for *CREATE INDEX Statement* in *Trafodion SQL Reference Manual* and Fix Typos
     new 3662b90  [TRAFODION-3088] Fix data conversion issue with INTERVAL literals
     new 7f979aa  Rework addressing issue raised by Hans
     new be44bef  Incorporate Comments 1
     new e30f17a  [TRAFODION 3091] Unnamed Dynamic parameter doesn't work in WITH statement
     new 0f5f8a7  Merge [TRAFODION-3039] PR 1582 Fix issue with SendEventMsg calls
     new b041abd  Support to provide a locking mechanism for LOB insert/update operations
     new ed0daf5  Merge [TRAFODION-3088] PR 1584 Fix data conversion issue with INTERVAL lits
     new aa0061b  [TRAFODION-3070] register it before add comments on native HIVE tables.
     new 8a3aa96  Add Syntax and Examples for *DELETE Statement* in *Trafodion Reference Manual*
     new 4ffb07a  ClipVarchar
     new 8dbf5df  Merge [TRAFODION 3091] Unnamed Dynamic parameter doesn&#39;t work in WITH state… PR-1585
     new 00378f9  [TRAFODION-2901] take one in column list as source for output
     new 04e50d3  TRAFODION-3069
     new 39e43cb  Incorporate Comments 1
     new 0addcb3  [TRAFODION-3070] display comment info when do 'showddl' operations.
     new 32c92c3  Fix jdbct4 code
     new 81b2c6b  [TRAFODION-3095] Trafodion SQL process should abort when it encounters OOM condition in java
     new 68294fc  [TRAFODION-3097] At times the query involving sequence function fail and dumps core
     new e45745f  [TRAFODION-3025] support order by in subquery if there is limit N
     new fda906d  add test
     new ae17bf1  Merge branch 'master' of https://github.com/apache/trafodion into TRAFODION-3026
     new 335e9e8  add retry logic
     new c5ef360  [TRAFODION-2901] fix core dump
     new 3a89dba  [TRAFODION-3087] Add Considerations for *CREATE INDEX Statement* in *Trafodion SQL Reference Manual* and Fix Typos
     new 288ed21  [TRAFODION-3085] Add Examples for *CONTROL QUERY DEFAULT Statement* in *Trafodion SQL Reference Manual*
     new cd4f700  Fixes to Name Server enabled logic.
     new c870630  Added trace file to monitor test.
     new 6f490da  TRAFODION-3086 Traf support for DDL operations on Hive objects
     new 1b228a9  Removed invocation of non-existent startup scripts.
     new 5724b2e  nonnull pkey, commit #1
     new 4d05071  Increased cluster size limit to 1536 nodes.
     new 908ea7d  Merge PR 1590 [TRAFODION-3097] At times the query involving sequence function fail and dumps core
     new fc939b9  Merge PR 1589 [TRAFODION-3095] Trafodion SQL process should abort when it encounters OOM condition
     new 05bd882  Disabled INSERT thru 'process hive statement'
     new edb10f1  Fix RHEL 7 compile error.
     new dc1a619  merge TRAFODION-3076 update pom.xml.hdp
     new 95af8c1  [TRAFODION 3091] revert the change provisionally for test case issue.
     new bf8d8d6  Address review comments
     new 4fdc742  Merge remote branch 'origin/pr/1586/head' into merge_1586
     new 5dfbe30  merge TRAFODION-3025 support order by with limit N in subquery
     new 5a8c8f0  [TRAFODION-3100] Correct the syntax of Drop Column (Alter Table Statement) in Trafodion SQL Reference Manual
     new b9ba670  Merge PR 1596
     new ca40e2c  merge [TRAFODION 3091] revert the change provisionally for test case issue
     new c475d2d  Merge remote branch 'origin/master' into ansharma_hiveddl_br
     new 699708f  review comment + fix to executor/test020 from a different checkin.
     new 2b5cfad  PR-1593 [TRAFODION-3086] Traf support for DDL operations on Hive objects
     new 84fe739  jenkins regr failures updates.
     new 985e2a1  PR-1598 Jenkins regression failures fix.
     new f04d51f  refactor the code for review comments
     new dc3042a  [TRAFODION-3103] Add Descriptions and Examples for *GRANT Statement* in *Trafodion SQL Reference Manual*
     new f6ee6ae  hive regr fix
     new 2ca9a03  PR-1602 Jenkins hive regr fix.
     new ba15b2e  Merge remote branch 'origin/master' into ansharma_nnpk_br
     new bc77872  Merge remote branch 'origin/master' into ansharma_nnpk_br
     new 319abf8  nanosecs precision for timestamp/interval datatypes
     new 50c2a89  Merge remote branch 'origin/master' into ansharma_tsnano_br
     new 98b3ac3  Merge remote branch 'origin/pr/1566/head' into merge_1566
     new c036ba9  Added name-server section to sample cluster configuration.
     new 108565b  Incorporate Comments 1
     new f9544e4  [TRAFODION-3104]Add Syntax Descriptions for *GET Statement* and Fix Typos in *Trafodion SQL Reference Manual*
     new 2713db9  [TRAFODION-2668] fix nid been accidentally deleted
     new 1ee3de7  Merge remote branch 'origin/pr/1588/head' into merge_1588
     new 46bba63  Code review change.
     new a5eb0b2  jira TRAFODION-1782 Auto assignment of NOT NULL attr to primary key columns.
     new 82f11fb  [TRAFODION-3105] meta.getColumns should return 24 columns
     new 9f53328  Incorporate Comments 1
     new ffb9416  [TRAFODION-3109] comment can not transfer single quote normally in comment string
     new 877339a  PR-1608 [TRAFODION-1782] Auto assignment of NOT NULL attr to primary key cols
     new 6bcca43  Merge remote branch 'origin/master' into ansharma_tsnano_br
     new 811d2bd  Fixes for TRAFODION-3107, TRAFODION-3092, TRAFODION-3004
     new af85718  Merge remote branch 'origin/master' into traf_misc
     new 8001c15  Merge remote branch 'origin/pr/1607/head' into merge_1607
     new 5b5ab32  Merge remote branch 'origin/pr/1573/head' into merge_1573
     new 52f074a  [TRAFODION-3110] Refactor LOB access to use the new implementation of HdfsClient
     new 87210a5  Merge branch 'master' into TRAFODION-2884
     new 07e94f3  Merge [TRAFODION-2884] PR-1604 Scale enhancements - Name Server architecture
     new bb3dee8  CTAS fixes for ddl on hive objects
     new 0d32288  Merge branch 'master' of https://github.com/apache/trafodion into TRAFODION-3026
     new 8ee00a8  refactor the retry logic
     new 9f3fb9f  Merge remote branch 'origin/master' into ansharma_hiveddl_br
     new ac974fa  TRAFODION-3111 CentOS 7 build error
     new f69d7d7  Add widget to odbc installer for certification directory
     new aa4e626  [TRAFODION-3114] Add *Syntax Descriptions and Examples* for *GET Statement* in *Trafodion SQL Reference Manual*
     new 00336d4  Update 1
     new fec690d  Merge remote branch 'origin/pr/1611/head' into merge_1611
     new 7aa5eec  Merge [TRAFODION-3105] PR-1606 DatabaseMetaData.getColumns should return 24 columns
     new 2bba19f  TRAFODION-3086 Further enhancements to 'DDL on Hive objects'
     new 7bd498c  Merge [TRAFODION-3109] comment can not transfer single quote normally in co… PR-1610
     new 3e2b9c9  Merge [TRAFODION-3103] PR1601 GRANT Statement
     new e3ab179  Merge PR 1605 [TRAFODION-3104]
     new 0db94ea  merge TRAFODION-3111 CentOS 7 build error
     new 90dd2d3  TRAFODION-3086 additional fixes
     new b933476  [TRAFODION-2901] add explanation
     new 0e7d16d  PR-1615 [TRAFODION-3086] Further enhancements to 'DDL on Hive objects'
     new e3af7d9  Merge remote branch 'origin/master' into ansharma_tsnano_br
     new 84d76f4  TRAFODION-3115 Support nanosec precision for Timestamp/Interval datatypes
     new 0cfb3b7  update to test executor/test022
     new 0310bd0  Merge branch 'master' into GetStatement2
     new 8820e91  fix for hive/test008 jenkins regr failure
     new 0a2ed36  PR-1617 Jenkins hive/test008 regr fix.
     new c0a125e  Merge [TRAFODION-2901] Self-reference Holloween problem fix PR-1581
     new 0c5ee97  [TRAFODION-3109] undo this change, beacause this issue has been fixed on Trafoidon.
     new 2113439  [TRAFODION-3110] Refactor LOB access to use the new implementation of HdfsClient
     new 99c299b  [TRAFODION-3110] Refactor LOB access to use the new implementation of HdfsClient
     new 8c61fe7  Merge branch 'master' of github.com:apache/trafodion into trafodion_2917_1
     new 0a6b612  PR-1616 TRAFODION-3115 Support nanosec precision for Timestamp/Interval datatypes
     new dcbc9f2  merge [TRAFODION-3109]
     new 591e0fa  [TRAFODION-3101] enhance get command to show rows get
     new e18bab4  fix sql regressions
     new b90abce  trafodion-3118 Improve on parts of EXTRACT
     new cc384c6  [TRAFODION-3119] Add *Syntax Descriptions* for *LOAD Statement* and Fix Typos in *Trafodion SQL Reference Manual*
     new fa6004a  Fix a typo
     new 072708f  merge [TRAFODION-3026] add create option storage policy
     new 457e171  [TRAFODION-3110] Refactor LOB access to use the new implementation of HdfsClien
     new 50f49ab  Incorporate Comments 1
     new fc8873c  fix yacc conflicts
     new ee44ad9  [TRAFODION-3110] Refactor LOB access to use the new implementation of HdfsClient
     new a972349  Merge branch 'master' of github.com:apache/trafodion into trafodion-2963
     new 6f0f102  TRAFODION-3121 Enhance 'initialize trafodion' to return progress status
     new 0f04ef9  [TRAFODION-2963] RMS infrastructure now reads the configured pid Max from /proc/sys/kernel/pid_max
     new a6512c0  Merge PR 1612 [TRAFODION-3110] Refactor LOB access to use the new implementation of HdfsClient
     new 6649910  PR-1624 TRAFODION-3121 TRAFODION-3121 Enhance 'initialize trafodion' to return progress status
     new 82bfb1a  Merge PR 1449 [TRAFODION-2963] RMS infrastructure now reads the configured pid Max from /proc/sys/kernel/pid_max
     new 5491347  initialize session name in connection string
     new 2a6cfd1  [TRAFODION-3126] Refactored HDFS client implementation should also support Alluxio file system
     new 54d7e66  Merge PR 1614 [TRAFODION-3114] Add *Syntax Descriptions and Examples* for *GET Statement* in *Trafodion SQL Reference Manual*
     new f493a65  Merge PR 1621 [TRAFODION-3119] Add *Syntax Descriptions* for *LOAD Statement* and Fix Typos in *Trafodion SQL Reference Manual*
     new 968f9cf  Added blank line to test commit permission
     new 0ebd76e  Merge PR 1626 [TRAFODION-3126] Refactored HDFS client implementation should also support alluxio filesystem
     new f5885e4  TRAFODION-3086 DDL on Hive objs: use database and msck support
     new be43908  Merge [TRAFODION-3094] PR 1587 Add DELETE statement examples to SQL Reference
     new 7ee5b25  PR-1628 TRAFODION-3086 DDL on Hive objs: use database and msck support
     new cd3ef4b  add nonreserved_word and tests
     new 466446c  [TRAFODION-3130] Add Descriptions for *Data Type Mapping from Hive to Trafodion* in *Trafodion SQL Reference Manual*
     new e760e11  fix code error
     new 598cd63  [TRAFODION 3128] Fix issue with interval literals in multi-column histograms
     new d38d11b  Merge [TRAFODION-3124] PR 1625 init session name in connection string
     new d5b1668  Merge [TRAFODION-3108] PR 1609 Add widget for cert directory to Win ODBC inst
     new 802e4fe  Merge [TRAFODION-3118] PR 1622 EXTRACT enhancements
     new 23a7be1  Merge PR 1629 [TRAFODION-3130] Add Descriptions for *Data Type Mapping from Hive to Trafodion* in *Trafodion SQL Reference Manual*
     new 5c2c5d2  tochar enhancement
     new 9e675ff  Merge [TRAFODION-3128] PR 1630 Fix multi-col histogram bug with interval types
     new f72d026  [TRAFODION-3132] Add and Correct Descriptions for *Character String Data Type* in *Trafodion SQL Reference Manual*
     new b68ab4d  Fix Typos
     new 044306b  [TRAFODION-2926] Fix issue-tracking URL on web site
     new 477330e  Incorporate Comments 1
     new 3ec2f29  odbc support SQLTablePrivileges
     new a3d2653  Make edits for accuracy and clarity
     new a8860c1  [TRAFODION-3133] limit n support in subquery
     new 9f8fc8e  Merge [TRAFODION-2926] PR 1635 Fix URL for web-site issue-tracking page
     new 20f8240  Merge [TRAFODION-3132] PR 1634 Add/correct SQL Ref Manual char descriptions
     new 8ed5ca2  [TRAFODION-3131] Fix some reserved and non-reserved word issues
     new 443e538  add '\0' after lobHandle
     new cd095a0  [TRAFODION-3131] test case added
     new 62353a2  Merge [TRAFODION-3127] TOCHAR enhancement -- add more options
     new 14f57ea  fix issues for local var and support complex get command
     new b4236db  Merge [TRAFODION-3131] PR 1637 Fix some reserved/non-reserved word issues
     new 2358b6f  [TRAFODION-3138] Part 1 of removing static SQL code from ustats + one bug fix
     new 9fc2ebb  [TRAFODION-3135] Remove anachronisms from keyword tables
     new e1170ba  delete lobHandleTemp
     new 2e26003  	modified:   core/sql/bin/SqlciErrors.txt 	modified:   core/sql/common/OperTypeEnum.h 	modified:   core/sql/exp/ExpPackDefs.cpp 	modified:   core/sql/exp/exp_clause.cpp 	modified:   core/sql/exp/exp_clause.h 	modified:   core/sql/exp/exp_function.cpp 	modified:   core/sql/exp/exp_function.h 	modified:   core/sql/generator/GenItemFunc.cpp 	modified:   core/sql/optimizer/ItemExpr.cpp 	modified:   core/sql/optimizer/ItemFunc.h 	modified:   core/sql/optimizer/SynthType.cpp 	 [...]
     new 2c44679  Merge [TRAFODION-3138] PR 1639 Part 1 removing static SQL from ustats
     new 4a3f796  Merge [TRAFODION-3133] PR 1636 Add LIMIT n support in subqueries
     new ab6805d  Merge [TRAFODION-3134] PR 1638 Add support for SQLTablePrivileges to ODBC
     new 6de171c  [TRAFODION-3140] Update QQ ID and other news on Apache Trafodion main page
     new dbcd54a  [TRAFODION-3141] Correct Syntax Descriptions of *Float* in *Trafodion SQL Reference Manual*
     new 1fd8407  [TRAFODION-3142] Add examples (NCHAR) of *CREATE TABLE Statement* in *Trafodion SQL Reference Manual*
     new dfa4c2e  Correct Syntactic Descriptions of Data Types in CREATE TABLE Statement
     new aec1a46  [TRAFODION-3144] Correct Syntactic Descriptions of Character String Data Types and Add Examples (NCHAR) for *ALTER TABLE Statement* in *Trafodion SQL Reference Manual*
     new 00e9d5b  fix regression failures
     new 833f820  fix regression failures
     new 86fdb25  [TRAFODION-3145] Make "hbase_options" as default setting and use cqd to change the default setting
     new 6657719  SQLColumnPrivileges support
     new ea5b8b7  fix regression test failure
     new 4eb52c1  when column is Numeric in the range of 1 to 18, the calculation of max value will skip
     new 5146272  fix regression failuer
     new 930de57  Merge [TRAFODION-3140] PR 1641 Update QQ ID and news on Trafodion main page
     new 40cd13b  Merge [TRAFODION-3141] PR 1643 Fix FLOAT syntax examples in SQL Reference
     new bcce340  Merge [TRAFODION-2743] PR 1633 Add Windows ODBC LOB support
     new d3945fe  [TRAFODION-3148] Fix UPDATE STATS bug on Hive tables w/ column _DIVISION_1_
     new d5d8f0e  fix hive 009
     new 858bb72  Incorporate Comments 1
     new ba4e6e4  Incorporate Comments 1
     new 8414249  fix review comments
     new e94bd15  Correct Float(54) to Float(52)
     new 379b3b3  [TRAFODION-3149] Delete duplicated property names in T4Messages.properties
     new 4582582  Merge [TRAFODION-3148] PR 1649 Fix UPDATE STATS bug concerning Hive tables
     new 0ba13fb  wrong usage of snprintf
     new de50738  Incorporate Comments and Fix Typos
     new 0dad674  Incorporate Comments 2
     new f6aa876  Merge branch 'master' of https://github.com/apache/trafodion into TRAFODION-3136
     new 24df139  	modified:   core/sql/bin/SqlciErrors.txt 	modified:   core/sql/exp/ExpErrorEnums.h 	modified:   core/sql/exp/exp_function.cpp 	modified:   core/sql/optimizer/SynthType.cpp 	modified:   core/sql/regress/core/EXPECTED038.LINUX 	modified:   docs/messages_guide/src/asciidoc/_chapters/binder_msgs.adoc 	modified:   docs/messages_guide/src/asciidoc/_chapters/executor_msgs.adoc
     new 72a9f2e  	modified:   docs/messages_guide/src/asciidoc/_chapters/binder_msgs.adoc
     new 6a9e57d  Merge [TRAFODION-3135] PR 1640 Remove anachronisms from keyword tables
     new 071a5db  Merge [TRAFODION-3149] PR 1650 Delete dup properties in JDBC T4
     new ecc1a56  Merge [TRAFODION-3136] PR 1642 Add new split_part function to Trafodion SQL
     new 133fc53  [TRAFODION-3153] Fix issue with CREATE EXTERNAL TABLE
     new ecb7492  Incorporate Comments 2
     new f061f45  Incorporate Comments 3
     new b09048a  Merge [TRAFODION-3153] PR 1652 Fix big in CREATE EXTERNAL TABLE
     new caaa214  Merge PR 1645 [TRAFODION-3144] Correct Syntactic Descriptions of Character String Data Types and Add Examples (NCHAR) for *ALTER TABLE Statement* in *Trafodion SQL Reference Manual*
     new efd5647  Merge PR 1644 Please Input the PR ID:
     new 153368d   	modified:   ../generator/GenPreCode.cpp  	modified:   ../optimizer/ItemFunc.h
     new b054192   	modified:   core/sql/regress/core/EXPECTED038.LINUX  	modified:   core/sql/regress/core/TEST038
     new 8b56ed2  merge [TRAFODION-3101] enhance get command to show rows get
     new 60b3eb0  merge [TRAFODION-3145] Make hbase_options as default setting and use cqd
     new 6ad70a3  [TRAFODION-3147] support sys_guid function
     new a748fbb  add regress test for sys_guid
     new 508f4c4  Merge branch 'master' of https://github.com/apache/trafodion into TRAFODION-3147
     new 8956a5b  [TRAFODION-3162] fix regression failure get command
     new 7184f8f  merge [TRAFODION-3162]
     new 64e5ed1  [TRAFODION-3158] Make EncodedValue error handling more robust
     new dcae57f  Merge [TRAFODION-3136] Bug fixed:  If position is a negative value, the result does not match expectations. PR-1654
     new 74650ac  fix regression failure
     new 44db819  Merge [TRAFODION-3143] Add SQLColumnPrivileges support to ODBC
     new e6e3e3c  Merge [TRAFODION-3158] PR 1660 Improve EncodedValue error handling
     new 20724db  merge [TRAFODION-3162]
     new abda16e  [TRAFODION-2430] RMS enhancements
     new f79b3e5  [TRAFODION-3152] Fix bug in UPDATE STATISTICS CREATE SAMPLE
     new 2822a38  Merge branch 'winlob' into 3049
     new 9e5b584  fix review comments
     new 994e9eb  Merge [TRAFODION-3049] PR 1647 Defer expensive check until needed in ODBC code
     new e8da2ec  Merge PR 1662 [TRAFODION-2430] RMS enhancements
     new 95eaa31  Merge [TRAFODION-3152] PR 1663 Fix bug in UPDATE STATS CREATE SAMPLE
     new 32fe856  Multiple fixes with Name Server enabled logic. - More than one Name Server is now supported - Node failures handled with with/without Name Server in node - Long process names are now the default and support clusters larger that 1000 nodes
     new 9854eef  Added missing file.
     new 5c51fa3  TRAFODION-3166 enhance 8427 error detail when thrown by sequence operator
     new 963912f  [TRAFODION-3159] Add *Syntax Descriptions and Examples* for *TO_CHAR Function* in *Trafodion SQL Reference Manual*
     new 349e216  Incorporate Comments 1
     new 1a4fbfe  Incorporate Comments 2
     new 831a8fb  Incorporate Comments 3
     new b0fe804  Merge PR 1656 [TRAFODION-3159] Add *Syntax Descriptions and Examples* for *TO_CHAR Function* in *Trafodion SQL Reference Manual*
     new 8852096  Fix to prevent PSD process from also starting the Name Server on a node up.
     new 8dedd6f  TRAFODION-3167 add Maven Central Repository URL for sql pom.xml
     new ee44300  merge [TRAFODION-3167]
     new fe87aa1  Merge [TRAFODION-2884] PR-1664 Multiple fixes with Name Server enabled logic
     new 890d8e8  Fixed Spelling.
     new 776f38c  [TRAFODION-3169] Add *Syntax Descriptions and Examples* for *EXTRACT Function* in *Trafodion SQL Reference Manual*
     new 3ea0617  [TRAFODION-3169] Add *Syntax Descriptions and Examples* for *EXTRACT Function* in *Trafodion SQL Reference Manual*2
     new ad74d25  	modified:   core/sql/generator/GenPreCode.cpp 	modified:   core/sql/optimizer/BindItemExpr.cpp 	modified:   core/sql/optimizer/ItemExpr.cpp 	modified:   core/sql/optimizer/ItemFunc.h 	modified:   core/sql/optimizer/SynthType.cpp 	modified:   core/sql/parser/sqlparser.y 	modified:   core/sql/regress/qat/eqatddl06 	modified:   core/sql/regress/qat/eqatddl09 	modified:   core/sql/regress/qat/eqatdml03 	modified:   core/sql/regress/qat/qatddl00 	modified:   core/sql/regress [...]
     new 7677846  Merge PR 1668 [TRAFODION-3169] Add *Syntax Descriptions and Examples* for *EXTRACT Function* in *Trafodion SQL Reference Manual*
     new ce62bc5  merge [TRAFODION-3147]
     new 0a1bb2a  fix to address review comments.
     new 3d013bc  Fix for TRAFODION-3112
     new 7e19026  [TRAFODION-2884] Disabled monitor agen mode startup in workstation environments due to port number collisions.
     new ad4d844  TRAFODION-3710
     new 2b96f4c  Merge [TRAFODION-2884] PR-1670 Disabled monitor agent mode startup in workstation
     new 99da63e  [TRAFODION-3164] Restart mxosrvrs on-demand
     new ecd6e61  Correct the description of Certification widget
     new 5f09acd  	modified:   core/sql/generator/GenPreCode.cpp 	modified:   core/sql/optimizer/ItemExpr.cpp 	modified:   core/sql/regress/qat/eqatdml03
     new a864ee1  add command to dtmci
     new c559d5d  Merge branch 'master' of github.com:apache/trafodion into sean_traf
     new 3c7212e  changes to address additonal review comments.
     new 6445a49  minor update.
     new 6165e6b  [TRAFODION-3171] Refactor Hive sequence file reading to use the new implementation
     new 78146d1  Updated sqenvcom.sh for version 2.4 and updated copyright year for 2018
     new 91dc380  Merge [TRAFODION-3108] PR 1673 Correct certification widget description
     new d0431cb  Merge [TRAFODION-3710] PR 1671 Fix odb bug with error reporting
     new 96de4b4  Merge PR 1665 [TRAFODION-3166] enhance 8427 error detail when thrown by sequence operator
     new 4ac689a  TRAFODION-3165 HDFS storage option not work well if table use namespace
     new e66e39b  Merge PR-1675 to update master to release 2.4
     new ab38cbc  TRAFODION-3146 Support ANSI OVERLAY function
     new 88388c7  Merge [TRAFODION-3155] PR 1658 Implement OVERLAPS predicate
     new 1cab56f  fixed checktest failure due to incorrect strcpy.
     new c9db73e  updated message guide for error 8145
     new 13b2d18  Updated copyright to include 2018
     new abbfe85  [TRAFODION-3171] Refactor Hive sequence file reading to use the new implementation
     new f4a0721  PR-1677 TRAFODION-3146 Support ANSI OVERLAY function
     new a666773  Updated messages manual
     new f7ac169  Adding 2018 to default copyright
     new 4ec0da8  Merge [TRAFODION-3112] pr 1669 get command updates
     new 399b2bd  fix bugs
     new 0b3b5b9  add a wrapper script
     new 9c59d78  merge [TRAFODION-3164]
     new f75ea3f  [TRAFODION-3173] enhance ExeCliInterface fetchAllRows to save the data type
     new 966657d  remove debug info
     new 1ceff37  [TRAFODION-3174] Add Syntax for *CREATE TABLE Statement* and *ALTER TABLE Statement* and Fix Typos in *Trafodion SQL Reference Manual*
     new c8ffae3  Merge PR 1674 [TRAFODION-3171] Refactor Hive sequence file reading to use the new implemenation
     new 0d30493  merge [TRAFODION-3165]
     new 5e6e1de  fix typo
     new 5ecb689  [TRAFODION-3177] Error when selecting count(*) from event_log_reader UDF
     new 843e089  Merge PR 1681 [TRAFODION-3174] Add Syntax for *CREATE TABLE Statement* and *ALTER TABLE Statement* and Fix Typos in *Trafodion SQL Reference Manual*
     new f01cc9d  [TRAFODION-3178] Correct Syntax Descriptions of *Signature of the Java Method* in *Trafodion Stored Procedures in Java Guide*
     new 02b9a0e  [TRAFODION-3180] At times establishing a JDBC/ODBC connection takes observably long time
     new 45727da  merge [TRAFODION-3163]
     new affc9db  merge [TRAFODION-3173]
     new 10986d3  [TRAFODION-3180] At times establishing a JDBC/ODBC connection takes observably long time
     new f38ade8  Merge PR 1685[TRAFODION-3180] At times establishing a JDBC/ODBC connection takes observably long time
     new e1e3525  [TRAFODION-3172] update documentation for sys_guid function
     new be5cc70  [TRAFODION-3178] Correct Syntax Descriptions of *CREATE PROCEDURE Statement* and Fix Typos in *Trafodion SQL Reference Manual*
     new 9d91502  Update 1
     new 6d634b5  Incorporate Comments 1
     new b87b4db  Incorporate Comments 1
     new 39d7110  [TRAFODION-3171] Refactor Hive sequence file reading to use the new implementation
     new 0a4141e  Delete Incorrect Examples
     new f38a100  merge [TRAFODION-3172]
     new c1aa0e6  Merge PR 1687 [TRAFODION-3171] Refactor Hive sequence file reading to use the new implementation
     new fc545d2  [TRAFODION-3178] Correct Syntax Descriptions of *CREATE PROCEDURE Statement* and Fix Typos in *Trafodion SQL Reference Manual*
     new 3143272  Update 1
     new 28c67bc  Incorporate Comments 1
     new 9709808  Delete Incorrect Examples
     new ab068e3  Merge PR 1683 [TRAFODION-3178] Correct Syntax Descriptions of *CREATE PROCEDURE Statement* and Fix Typos in *Trafodion SQL Reference Manual*
     new 5e8bfc7  Merge PR 1684 [TRAFODION-3179] Correct Syntax Descriptions of *Signature of the Java Method* in *Trafodion Stored Procedures in Java Guide*
     new e2a4b80  [TRAFODION-3175] enhance ExeCliInterface get interface to return null indicator
     new 5ddd7bf  for not nullalble column bypass the indicator get to avoid core dump
     new cad4418  [TRAFODION-1881] A better way to solve TRAFODION-1858
     new 1011d9f  remove that unused code
     new 5c8c990  [TRAFODION-3182] cleanup monitor log content
     new 1c8c81d  [TRAFODION-3171] Refactor Hive sequence file reading to use the new implementation
     new d51fe9e  [TRAFODION-3180] At times establishing a JDBC/ODBC connection takes observably long time
     new 9f488ba  [TRAFODION-3184] Correct Syntax Descriptions and Add Examples for *TIME* and *TIMESTAMP(P)* in *Trafodion SQL Reference Manual*
     new ba00576  [TRAFODION-3110] Refactor LOB access to use the new implementation of HdfsClient
     new 7fba1c6  Merge PR 1692 [TRAFODION-3171] Refactor Hive sequence file reading to use the new implementation
     new 185ff85  [TRAFODION-3171] Refactor Hive sequence file reading to use the new implementation
     new 6151b59  Fix for failure with check-PR of commit 185ff850ac815d68712ee58ded493fff7f8ae8d3
     new 8f18e5a  Merge PR 1693 [TRAFODION-3180] At times establishing a JDBC/ODBC connection takes observably long time
     new 0edaaf4  Merge PR 1697 [TRAFODION-3171] Refactor Hive sequence file reading to use the new implementation
     new 75ff3c4  Incorporate Comments 1
     new 1ecac0a  merge [TRAFODION-1881]
     new 6bd3564  merge [TRAFODION-3175]
     new cadd9e9  first check in, must switch to other task
     new 694d6d4  add documentation for uuid()
     new 95348f4  add uuid_short() documentation
     new aece499  add documentation for sleep() function
     new d8ad0c7  add unix_timestamp documentation
     new 2c5af79  merge [TRAFODION-3182]
     new c41d24b  enhance by adding comments and adding error check
     new f15c6ab  increase the ref count
     new 5c55e68  Merge PR 1695 [TRAFODION-3184] Correct Syntax Descriptions and Add Examples for *TIME* and *TIMESTAMP(P)* in *Trafodion SQL Reference Manual*
     new 7fbee46  [TRAFODION-3171] Refactor Hive sequence file reading to use the new implementation
     new 0550932  Merge PR 1701 [TRAFODION-3171] Refactor Hive sequence file reading to use the new implementation
     new bd3facc  Merge [TRAFODION-3187] PR 1700 Fix ref count issue with ComDiagsArea object
     new 39e8791  Merge branch 'master' of github.com:apache/trafodion into trafodion-3110
     new 31cab90  merge [TRAFODION-2404]
     new 82ef6c1  [TRAFODION-3110] LOB: Extract lobtofile() to a hdfs file returns 8442 error
     new 08e0ab0  Merge PR 1696 [TRAFODION-3110] Refactor LOB access to use the new implementation of HdfsClient
     new 1de8531  update the words
     new 75dfb43  [TRAFODION-3171] Refactor Hive sequence file reading to use the new implementation
     new 88ed058  Only expose supported component operations
     new a9bbe12  Merge PR 1702 [TRAFODION-3171] Refactor Hive sequence file reading to use the new implementation
     new 8958ce6  [TRAFODION-2952] large amount of data will cause error in sequence generating
     new 8740297  reduce the retry number to 100, sorry I was in a debug mode before commit
     new a166383  [TRAFODION-3177] Addressing review comments.
     new dfddd00  Updated expected results for compGeneral/EXPECTED042
     new 02ad26b  [TRAFODION-3171] Refactor Hive sequence file reading to use the new implementation
     new 6dbea7e  Merge [TRAFODION-3177] Error when selecting count(*) from event_log_reader UDF PR-1682
     new 1650c78  Merge PR 1706 [TRAFODION-3171] Refactor Hive sequence file reading to use the new implementation
     new 72b3d66  [TRAFODION-3191] Correct Syntax Descriptions for *DEFAULT_DEGREE_OF_PARALLELISM* in *Trafodion CQD Reference Guide*
     new 296f6e5  Correct CQD QUERY_CACHE
     new 8697d92  merge pr 1703 Only expose supported component operations
     new 5f230e2  merge [TRAFODION-2968]
     new a111065  Changes to update queue sizes and add dynamic queue resizing to some missing operators. (cherry picked from commit f26c0f448a6adf5cdefddc74c4ba840b030e8cf5)
     new 7700069   fix review comments
     new 45207a0  Fix to remove minmax unused methods.
     new 776a02b  Regression expected file fix
     new a0357a0  update the delay time using random number
     new f85ccaa  known diff for AQR issue with hive timestamp mismatch.
     new c7d2301  merge [TRAFODION-2952]
     new e6e8956  Merge remote branch 'origin/pr/1708/head' into merge_1708
     new 1b58771  [TRAFODION-3200] correct label and version
     new c499dc0  [TRAFODION-3193]update cqd reference manual about the new CQD
     new 159a26d  [TRAFODION-3201] revert wrong changes in TRAFODION-3175
     new df89cd6  the assert is good, just need to fix the comments
     new f117f0d  fix typo
     new 859f071  Follow on to TRAFODION-3192 that caused one regression failure on Jenkins alone since the queue resizing caused the executor/TEST106 that tests cancel to not work as expected. The upsert subtest was running too fast to get cancelled. So added some CQds to use smaller queue sizes and override dynamic queue resizing.Now it runs long enough to get canceled and give expected results.
     new de3b7dc  [Trafodion 3202] Case when used in the sorting sequence of paging functions. execution error
     new c006685  merge [TRAFODION-3201]
     new 94f59ac  Merge remote branch 'origin/pr/1712/head' into merge_1712
     new 94786dc  [TRAFODION-3038] fix HDP download link in install_local_hadoop script
     new b7384e8  merge [TRAFODION-3038]
     new 1f3933e  The variable of won't be initialized before a new statement
     new 7348da8  [TRAFODION-3210] support exclamation mark when open jline in trafci
     new 1bc3d1a  Merge [TRAFODION-3202] PR 1713 Fix bug with CASE in paging function
     new afff993  Fixes for TRAFODION-3194 && TRAFODION-3195
     new 84a30a5  update the words
     new 8c76c41  merge [TRAFODION-3193]
     new fb269de  merge [TRAFODION-3191]
     new 1fd0651  Merge [TRAFODION-3194] [TRAFODION-3195] pr 1717 privilege fixes
     new 78a1a56  Merge [TRAFODION-3200] PR 1709 Correct label and version in Docker container
     new 9a55a8a  Merge [TRAFODION-3209] PR 1715 Initialize a variable in Windows driver
     new 8b19ee7  Merge [TRAFODION-3210] PR 1716 Support ! in jline in trafci
     new 71bf19d  length return 0 when the source and target charset is same
     new 66b854f  TRAFODION-3194 update
     new 9528f8c  Fixees to support stroring Udr libraries s Blobs.
     new fab3c41  Fix issue with init sql ordering
     new 9536c5e  Merge TRAFODION-3194 pr 1720 fix update
     new c52b07c  Merge [TRAFODION-3215] PR 1719 Length of 0 returned when in/out charsets same
     new adf2b8f  TRAFODION - 3218 User still has privilege after user's role has been revoked ...
     new 4f3b0e8  [TRAFODION-3220] Executor GUI
     new 17e5c28  [TRAFODION-3221]support using ipv6 with jdbct4 to connect trafodion
     new 3d132b8  Windows odbc build fail with missing header file and vs lower version
     new 9f70ab3  Merge [TRAFODION-3220] Executor GUI PR-1724
     new 3ee76e1  Merge [TRAFODION-3221] PR 1725 Support ipv6 in JDBC Type 4
     new 2fc08c9  [TRAFODION-2626] Make logs directory location configurable
     new 380f316  update windows odbc and odb version to 2.3
     new d82d650  iChanges based on review comments
     new a75bf06  update copyright year in windows odbc to 2018
     new 898812f  [TRAFODION-3223] Don't scale down for non-Puts when estimating row counts
     new 345e6cd  [TRAFODION-2626] UDR fix
     new 7ab55b6  Merge PR 1729, fixes spelling in some comments
     new 7323977  Merge [TRAFODION-3222] PR 1727 Fix Windows ODBC build failure
     new 9d4af12  Merge [TRAFODION-2626] Make logs directory configurable
     new d0b5125  Merge [TRAFODION-3223] PR 1730 Don't count deletes in est row counts
     new bd2e6f3  [TRAFODION-2626] Fix regressions
     new 659f59a  Merge [TRAFODION-2626] Fix regression from TRAF_LOG change
     new 8e38189  Merge [TRAFODION-3218] pr 1723 user still has privilege after user's role revoked
     new 480e07e  Fixed regression test issue for privs1/TEST120
     new 06b6486  PR 1732 Fixed regression testware issue
     new 6a25d5c  [TRAFODION-3225] Obscure cores seen in RMS and logger related code when Trafodion is stressed
     new d83b97e  Merge PR 1735 [TRAFODION-3225] Obscure cores seen in RMS and logger related code when Trafodion is stressed
     new 6b957a8  Call SQLGetTypeInfo to gets SQL_INTEGER type info and return value is incorrect
     new 8058e14  Merge remote branch 'origin/pr/1721/head' into merge_1721
     new 66fb2f6  [TRAFODION-3229] Update *Syntax Descriptions* for *FLOAT* in *Trafodion SQL Reference Manual*
     new b558bea  [TRAFODION-2626] Fix DCS API for $TRAF_LOG
     new dc68de4  Merge PR 1737
     new 4528a10  Fixes for regression tests and expected files
     new a2ba04c  Merge remote branch 'origin/pr/1740/head' into merge_1740
     new e2051ce  Merge [TRAFODION-2626] Fix DCS API for
     new 571611a  Merge [TRAFODION-3226] Fix int precision for SQLGetTypeInfo in ODBC
     new 64b5e27  force to make the symbolic link again when creating the installation package
     new 2d196c1  fix the bug that the element in LRUList has been destructed twice.
     new f731e84  (ODB)the parameter of SQLGetDiagRec need to be initialized
     new b4749fc  Merge [TRAFODION-3230] PR 1739 Errors missing for some odb input rows
     new 87bf65d  fix TRAFODION-3233
     new 5161f7b  add div operation to map file
     new 923ca57  [TRAFODION-3234] Add support for hive partitioned tables
     new 084145d  Merge [TRAFODION-3233] PR 1745 odb ROWS option didn't work with parallel copy
     new e1a5e84  Merge [TRAFODION-3231] PR 1744 Fix installation link issue
     new beb54ad  Merge [TRAFODION-3232] PR 1743 Fix LRUList bug where dtor was called twice
     new 3c9cc94  add the trim function and optimize error print
     new 4c18d9d  print all error message but one bad record associated
     new d109573  improve source comments
     new f04ffee  Merge [TRAFODION-3235] PR 1747 Add div, trim functions to odb; improve errors
     new c914a3e  ODBC can not connect to server when the local language is gbk
     new e16a492  set LC_ALL and LANG in case encoding error
     new b067074  hbcheck, file exists issue
     new bfd7a8f  [TRAFODION-3234] Refactor hive meta calls to be less resource intensive to support hive partitions if needed
     new 0d35111  ODBC add description for translate servername with gbk
     new fb0ab72  Remove code that empties the LOB data file when creating an empty_blob.
     new 7633327  [TRAFODION-3234] Refactor hive meta calls to be less resource intensive to support hive partitions if needed
     new a1ce84a  Merge remote branch 'origin/pr/1754/head' into merge_1754
     new 7be2672  [TRAFODION-3234] Refactor hive meta calls to be less resource intensive to support hive partitions if needed
     new 7dbd934  [TRAFODION-3234] Refactor hive meta calls to be less resource intensive to support hive partitions if needed
     new 3ce71ca  Merge [TRAFODION-3239] Set LC_ALL etc. in encoding error case
     new f66c385  Merge [TRAFODION-3238] Support gbk local language for ODBC connections
     new c21519b  Merge [TRAFODION-3240] PR 1752 fix file exists error
     new d8388f8  [TRAFODION-3234] Refactor hive meta calls to be less resource intensive to support hive partitions if needed
     new 95380a0  [TRAFODION-3243] Avoid dereference of deleted NAString in UPDATE STATISTICS
     new d7aada4  Merge PR 1746 [TRAFODION-3234] Refactor hive meta calls to be less resource intensive to support hive partitions if needed
     new 889631a  Merge [TRAFODION-3243] PR 1756 Avoid deref NAString after delete in UPD STATS
     new bb39775  Fix for hive/TEST003 failure seen in recent builds.
     new 8b4e533  [TRAFODION-3237] Fix incorrect PCode optimization
     new 31b962c  support customer define client charset
     new 0433095  Merge [TRAFODION-3234] PR 1758 Fix hive/TEST003
     new 7714b3f  Merge [TRAFODION-3237] PR 1759 Fix incorrect PCode optimization
     new 17c28c6  [TRAFODION-3246] add slf4j in jdbc
     new 1173faf  Fix for hive/TEST003 failure. Created a known failure to accommodate the costing change between Jenkins and contributor's work space environments.
     new 6bc8a92  Merge PR 1762 Fix for hive/TEST003 failure
     new 40f5571  [TRAFODION-3249] Update Syntax Descriptions and Add Examples for *CREATE/ALTER/DROP SEQUENCE Statement* in *Trafodion SQL Reference Manual*
     new 7e94e79  Merge [TRAFODION-3246] PR 1757 Add slf4j to JDBC
     new ffd1415  [TRAFODION-3246] support TLS for jdbc
     new dd184e0  Merge [TRAFODION-3247] PR 1760 Support client-defined char sets in JDBC
     new 018f5ef  [TRAFODION-3250] optimize get/set schema
     new 923f0a9  Merge PR 1764 optimize get/set schema
     new 7d34d7c  [TRAFODION-3234] Refactor hive meta calls
     new b3e9cb1  Merge [TRAFODINO-3246] PR 1765 Fix support for TLS in JDBC
     new c98af54  Merge PR 1766[TRAFODION-3234] Refactor hive meta calls
     new ada55dd  [TRAFODION-3254] Add *SPLIT_PART Function* in Trafodion SQL Reference Manual
     new 875cd02  [TRAFODION-3255] Add *ALTER TABLE ... ADD PRIMARY KEY* in *Trafodion SQL Reference Manual*
     new 57540a3  Merge PR 1763
     new ae17075  Do not make again before MAKE CLEAN
     new 52e82ac  [TRAFODION-3256] Fix error path in CLI similarity check code
     new 793b885  using Makefile mode
     new bd404ee  Move NOTICE, LICENSE to jar dependence
     new 05709fa  Optimize for clean target
     new e7a07ab  Incorporate comments 1
     new 2aa250d  Incorporate comments 2
     new 5031722  Incorporate Comments 1
     new fd18f0e  Merge pull request #1772 from DaveBirdsall/Trafodion3256
     new 6c5cdcc  Merge PR 1767
     new 55dcebf  Merge PR 1768
     new 705c6ac  Merge remote-tracking branch 'base/master'
     new 64397c5  	modified:   core/sql/optimizer/ItemFunc.h
     new 4d83f06  optimize t2 Makefile
     new 572c7b2  optimize Trafci Make file
     new 1a18ce1  optimize hbase_utilities Makefile
     new fe69e44  print clean status for t2, t4 and trafci
     new 49d3c5f  optimize Rest Makefile
     new ee21116  optimize hbasetlib2 Makefile
     new a69ed20  optimize lib_mgmt Makefile
     new 967da7c  optimize hbase-trx Makefile
     new d4724c2  Ignore *.log in hbase-trx
     new 3f72b17  Not necessary for package before install for maven
     new ec5f1ad  move target ALL to the header
     new a61c4a3  using MAKE ALL instead of MAKE
     new 08c3c1d  add copy jars
     new 375a57a  	modified:   core/sql/sqlcomp/CmpDescribe.cpp 	modified:   core/sql/sqlcomp/CmpSeabaseDDLcommentOn.cpp
     new 3c44bd6  [TRAFODION-3258] Fix Typos in Trafodion SQL Reference Manual
     new 81b9147  Fix More
     new 4819b3b  Merge PR 1774
     new 5220f8c  Merge pull request #1775 from zlei929/TRAFODION-3257
     new 91f6098  Merge pull request #1771 from kevinxu021/makeclean3
     new 176f986  Chages to disable LOB locking and refactor IUD operations
     new 310a34d  Merge remote branch 'origin/master' into traf_remove_loblock
     new 733befe  [TRAFODION-2626] Change path of sqconf, ms.env, sqcert, udr and related files
     new 734f6ba  [TRAFODION-3259] When the length of the varchar exceeds 65536, insert into data will fail
     new 7523a29  Library manager fixes and LOB alter fix
     new 922158e  [TRAFODION-3265] INSERT values to VARCHAR column of UTF8 charset can be extremely slow
     new d7ca0aa  [TRAFODION-3260] SSMP may wait 3 seconds before handling requests
     new 2307ff1  LOB alter fix #2
     new 9fc66a6  [TRAFODION-3266] Change ustats base table accesses to SKIP CONFLICT ACCESS
     new 53ae5b1  Fix buffer overrun issue
     new d2d28d2  Merge pull request #1787 from DaveBirdsall/Trafodion3266
     new d44ea70  Merge 1784 [TRAFODION-3268] [TRAFODION-3269] [TRAFODION-3269] Library manager fixes and LOB alter fix
     new a3a0e7e  Merge pull request #1785 from zhenxingh/traf-3265-insert-varchar-utf8-slow
     new 957099a  [TRAFODION-3259] Length of varchar exceeds 65536 insert data will fail
     new b2744ca  Merge branch 'master' into traf-3259-varchar-length-64k-limit
     new 2db4add  Merge pull request #1783 from zhenxingh/traf-3259-varchar-length-64k-limit
     new dcacef0  Merge pull request #1786 from zhenxingh/traf-3260-ssmp-wait-3-seconds
     new b02ee12  Merge pull request #1781 from svarnau/j2626_sqg
     new c4a5d41  [TRAFODION-3270] Handle incompatible types in key expressions
     new eef991d   Merge [TRAFODION-3263]
     new c171bfe  Rework: Fix problem with nullable keys (e.g. core/TEST005)
     new da9f32c  Merge pull request #1788 from DaveBirdsall/Trafodion3270
     new 38367d5  Updating the website with preliminary pages for release 2.3

The 6999 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.