Skip to content

Commit

Permalink
更新stream文档
Browse files Browse the repository at this point in the history
  • Loading branch information
allwefantasy committed Apr 25, 2018
1 parent ee31da1 commit 730aae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/mlsql-stream.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ set streamName="streamExample"
-- 直接使用kafka即可。指的注意是参数遵循原有spark规范,比如1.0参数你需要查看spark
-- 相关文档
load kafka9.`` where `kafka.bootstrap.servers`="127.0.0.1:9092"
load kafka9.`` options `kafka.bootstrap.servers`="127.0.0.1:9092"
and `topics`="testM"
as newkafkatable1;
Expand Down

0 comments on commit 730aae9

Please sign in to comment.