GitHub user selvaganesang opened a pull request:
https://github.com/apache/trafodion/pull/1522
[TRAFODION-3009] Streamline error handling in Executor utility commands
Changes to avoid allocation of ComDiagsArea in some more places unless it is
needed to pass errors or warnings.
[TRAFODION-2917] Refactor Trafodion implementation of hdfs scan for text
formatted hive tables
Disabling USE_LIBHDFS_SCAN by default. The new implementation of Hdfs Scan
is now used to
scan the text type hive files.
Hdfs Scan is now stopped gracefully when the hive scan is cancelled. This
avoids the random
core seen with new implementation.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/selvaganesang/trafodion trafodion-3007_5
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafodion/pull/1522.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1522
----
commit 060bfc6c41277907af523d7bb62e02eb91b5bc86
Author: selvaganesang <selva.govindarajan@...>
Date: 2018-04-17T05:09:04Z
[TRAFODION-3009] Streamline error handling in Executor utility commands
Changes to avoid allocation of ComDiagsArea in some more places unless it is
needed to pass errors or warnings.
[TRAFODION-2917] Refactor Trafodion implementation of hdfs scan for text
formatted hive tables
Disabling USE_LIBHDFS_SCAN by default. The new implementation of Hdfs Scan
is now used to
scan the text type hive files.
Hdfs Scan is now stopped gracefully when the hive scan is cancelled. This
avoids the random
core seen with new implementation.
----
---