ignite-1.5 Minor fix in Schema Import Demo README.txt
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/c2916442 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/c2916442 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/c2916442 Branch: refs/heads/ignite-1537 Commit: c2916442dc334c4968aade070d936139ba13d807 Parents: 69a6b0f Author: Alexey Kuznetsov <[email protected]> Authored: Fri Dec 11 17:15:39 2015 +0700 Committer: Alexey Kuznetsov <[email protected]> Committed: Fri Dec 11 17:15:39 2015 +0700 ---------------------------------------------------------------------- examples/schema-import/README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/c2916442/examples/schema-import/README.txt ---------------------------------------------------------------------- diff --git a/examples/schema-import/README.txt b/examples/schema-import/README.txt index c5aa2d5..ff2d517 100644 --- a/examples/schema-import/README.txt +++ b/examples/schema-import/README.txt @@ -25,7 +25,7 @@ Schema Import Utility Demo 3. Paste content of "examples/schema-import/bin/db-init.sql" into H2 Console and execute. -4. Start Schema Import utility: "bin/ignite-schema-import.sh examples/schema-import/bin/schema-import.properties" +4. Start Schema Import utility: "IGNITE_HOME/bin/ignite-schema-import.sh examples/schema-import/bin/schema-import.properties" Schema Utility will start with predefined settings for this demo. Click "Next", "Generate" and answer "Yes" to all override warnings.
