You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by ka...@apache.org on 2016/08/23 08:24:07 UTC

[2/2] storm git commit: also update the change from STORM-1993 to docs

also update the change from STORM-1993 to docs


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/9ce36ad7
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/9ce36ad7
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/9ce36ad7

Branch: refs/heads/1.0.x-branch
Commit: 9ce36ad76c4761b9369f3b8ea4820f4cb9b51d5f
Parents: 8bc4425
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Tue Aug 23 17:23:34 2016 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Tue Aug 23 17:23:34 2016 +0900

----------------------------------------------------------------------
 docs/storm-sql.md | 25 +++++++++++++++++++------
 1 file changed, 19 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/9ce36ad7/docs/storm-sql.md
----------------------------------------------------------------------
diff --git a/docs/storm-sql.md b/docs/storm-sql.md
index 3ad9805..753f9eb 100644
--- a/docs/storm-sql.md
+++ b/docs/storm-sql.md
@@ -72,12 +72,25 @@ Similarly, the second statement specifies the table `LARGE_ORDERS` which represe
 To run this example, users need to include the data sources (`storm-sql-kafka` in this case) and its dependency in the class path. One approach is to put the required jars into the `extlib` directory:
 
 ```
-$ cp curator-client-2.5.0.jar curator-framework-2.5.0.jar zookeeper-3.4.6.jar
- extlib/
-$ cp scala-library-2.10.4.jar kafka-clients-0.8.2.1.jar kafka_2.10-0.8.2.1.jar metrics-core-2.2.0.jar extlib/
-$ cp json-simple-1.1.1.jar extlib/
-$ cp jackson-annotations-2.6.0.jar extlib/
-$ cp storm-kafka-*.jar storm-sql-kafka-*.jar storm-sql-runtime-*.jar extlib/
+calcite-avatica-1.4.0-incubating.jar
+calcite-core-1.4.0-incubating.jar
+calcite-linq4j-1.4.0-incubating.jar
+commons-lang-2.6.jar
+curator-client-2.5.0.jar
+curator-framework-2.5.0.jar
+guava-16.0.1.jar
+jackson-annotations-2.6.0.jar
+jackson-core-2.6.3.jar
+jackson-databind-2.6.3.jar
+json-simple-1.1.1.jar
+kafka-clients-0.8.2.1.jar
+kafka_2.10-0.8.2.1.jar
+metrics-core-2.2.0.jar
+scala-library-2.10.4.jar
+storm-kafka-1.0.2.jar
+storm-sql-kafka-1.0.2.jar
+storm-sql-runtime-1.0.2.jar
+zookeeper-3.4.6.jar
 ```
 
 The next step is to submit the SQL statements to StormSQL: