Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion external/sql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ $ cp storm-kafka-*.jar storm-sql-kafka-*.jar storm-sql-runtime-*.jar extlib/
The next step is to submit the SQL statements to StormSQL:

```
$ bin/storm sql order_filtering order_filtering.sql
$ bin/storm sql order_filtering.sql order_filtering
```

By now you should be able to see the `order_filtering` topology in the Storm UI.
Expand Down