Github user arunmahadevan commented on a diff in the pull request:
https://github.com/apache/storm/pull/919#discussion_r46649590
--- Diff: external/sql/README.md ---
@@ -0,0 +1,101 @@
+# Storm SQL
+
+Compile SQL queries to Storm topologies.
+
+## Usage
+
+Run the ``storm sql`` command to compile SQL statements into Trident
topology, and submit it to the Storm cluster
+
+```
+$ bin/storm sql <topo-name> <sql-file>
--- End diff --
minor: can you have `topo-name` as the last argument to be in sync with the
`storm jar` command where topology name is the last argument?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---