abdullah alamoudi has posted comments on this change.

Change subject: Update the Feed Tutorial
......................................................................


Patch Set 2:

(2 comments)

https://asterix-gerrit.ics.uci.edu/#/c/1533/2/asterixdb/asterix-doc/src/site/markdown/feeds/tutorial.md
File asterixdb/asterix-doc/src/site/markdown/feeds/tutorial.md:

PS2, Line 248:  disconnect feed my_feed from dataset RssDataset;
This should throw an error and disconnecting a running feed should not be 
allowed


PS2, Line 294: 
             :         ip = '127.0.0.1'
             :         port1 = 10001
             :         filePath = 'chu.adm'
             : 
             :         sock1 = socket()
             :         sock1.connect((ip, port1))
             : 
             :         with open(filePath) as inputData:
             :             for line in inputData:
             :                 sock1.sendall(line)
             :             sock1.close()
             : 
not sure if we should include this example.


-- 
To view, visit https://asterix-gerrit.ics.uci.edu/1533
To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Ia18d0b2e3f483332058d9739350643e7f8773433
Gerrit-PatchSet: 2
Gerrit-Project: asterixdb
Gerrit-Branch: master
Gerrit-Owner: Xikui Wang <xkk...@gmail.com>
Gerrit-Reviewer: Jenkins <jenk...@fulliautomatix.ics.uci.edu>
Gerrit-Reviewer: Michael Carey <dtab...@gmail.com>
Gerrit-Reviewer: Till Westmann <ti...@apache.org>
Gerrit-Reviewer: Xikui Wang <xkk...@gmail.com>
Gerrit-Reviewer: abdullah alamoudi <bamou...@gmail.com>
Gerrit-HasComments: Yes

Reply via email to