Incorporate Comments 1
Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/c8080f4e Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/c8080f4e Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/c8080f4e Branch: refs/heads/master Commit: c8080f4ead35042f7d3fe5ec9e3edb125ce2c587 Parents: 30f3ea9 Author: liu.yu <[email protected]> Authored: Thu Dec 21 14:53:48 2017 +0800 Committer: liu.yu <[email protected]> Committed: Thu Dec 21 14:53:48 2017 +0800 ---------------------------------------------------------------------- docs/sql_reference/src/asciidoc/_chapters/sql_utilities.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/c8080f4e/docs/sql_reference/src/asciidoc/_chapters/sql_utilities.adoc ---------------------------------------------------------------------- diff --git a/docs/sql_reference/src/asciidoc/_chapters/sql_utilities.adoc b/docs/sql_reference/src/asciidoc/_chapters/sql_utilities.adoc index ceb0f06..c0e6b5a 100644 --- a/docs/sql_reference/src/asciidoc/_chapters/sql_utilities.adoc +++ b/docs/sql_reference/src/asciidoc/_chapters/sql_utilities.adoc @@ -459,7 +459,7 @@ Error rows will be logged in HDFS files in the *directory* `/user/trafodion/bulk + The default name of the *subdirectory* is `_ERR_catalog.schema.target_table_date_id_`, where `_id_` is a numeric identifier timestamp (YYYYMMDD_HHMMSS) unique to the process where the error was seen. + -The default name of the *error file* is `_loggingFileNamePrefix_catalog.schema.target_table_instanceID_`, where `_loggingFileNamePrefix_` is hive_scan_err or traf_upsert_err depending on the data source table, and `_instanceID_` is the ID of instance starting from 0, generally there is only one instance. +The default name of the *error file* is `_loggingFileNamePrefix_catalog.schema.target_table_instanceID_`, where `_loggingFileNamePrefix_` is hive_scan_err or traf_upsert_err depending on the data source table, and `_instanceID_` is the instance ID starting from 0, generally there is only one instance. + For example, the full path of the table test_load_log is `/user/trafodion/bulkload/logs/test/ERR_TRAFODION.SEABASE.TEST_LOAD_LOG_20171218_035918/traf_upsert_err_TRAFODION.SEABASE.TEST_LOAD_LOG_0`, + @@ -475,7 +475,7 @@ where: + Error logs are written in separate files by the processes involved in the load command under sub-directory representing the load command in the given location. + -The actual log file location is displayed in the load command output. It is recommended that use the same location for load as itâs easier to find the error logs. +The actual log file location is displayed in the load command output. It is recommended that you use the same location for load as itâs easier to find the error logs. ** `STOP AFTER _num_ ERROR ROWS` +
