YARN-6316. Addendum for missing create option in documentation.
This commit is contained in:
parent
28bbe9ccd7
commit
a22c1c72c4
|
@ -250,7 +250,7 @@ For example,
|
||||||
##### <a name="Create_schema"> </a>Step 3) Create the timeline service schema
|
##### <a name="Create_schema"> </a>Step 3) Create the timeline service schema
|
||||||
Finally, run the schema creator tool to create the necessary tables:
|
Finally, run the schema creator tool to create the necessary tables:
|
||||||
|
|
||||||
bin/hadoop org.apache.hadoop.yarn.server.timelineservice.storage.TimelineSchemaCreator
|
bin/hadoop org.apache.hadoop.yarn.server.timelineservice.storage.TimelineSchemaCreator -create
|
||||||
|
|
||||||
The `TimelineSchemaCreator` tool supports a few options that may come handy especially when you
|
The `TimelineSchemaCreator` tool supports a few options that may come handy especially when you
|
||||||
are testing. For example, you can use `-skipExistingTable` (`-s` for short) to skip existing tables
|
are testing. For example, you can use `-skipExistingTable` (`-s` for short) to skip existing tables
|
||||||
|
|
Loading…
Reference in New Issue