Show segment link in data management doc is corrected show segment command output is reformatted
Fixed formatting Project: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/commit/f2f757d6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/tree/f2f757d6 Diff: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/diff/f2f757d6 Branch: refs/heads/branch-1.1 Commit: f2f757d6b267284fa458eb2ebe49b1741e46d363 Parents: afa7887 Author: Sanoj MG <[email protected]> Authored: Fri Apr 14 22:05:27 2017 +0400 Committer: chenliang613 <[email protected]> Committed: Sat Apr 15 16:36:21 2017 +0800 ---------------------------------------------------------------------- docs/data-management.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-carbondata/blob/f2f757d6/docs/data-management.md ---------------------------------------------------------------------- diff --git a/docs/data-management.md b/docs/data-management.md index 2663aff..297251d 100644 --- a/docs/data-management.md +++ b/docs/data-management.md @@ -47,12 +47,12 @@ This tutorial is going to introduce you to the conceptual details of data manage | Success | All the data is loaded into table and no bad records found. | | Partial Success | Data is loaded into table and bad records are found. Bad records are stored at carbon.badrecords.location. | - In case of failure, the error will be logged in error log. Details of loads can be seen with [SHOW SEGMENTS](dml-operation-on-carbondata.md) command. The show segment command output consists of : + In case of failure, the error will be logged in error log. Details of loads can be seen with [SHOW SEGMENTS](dml-operation-on-carbondata.md#show-segments) command. The show segment command output consists of : - - SegmentSequenceID - - START_TIME OF LOAD - - END_TIME OF LOAD - - LOAD STATUS + - SegmentSequenceId + - Status + - Load Start Time + - Load End Time The latest load will be displayed first in the output.
