def start(self,track,follow):
     StreamingTweets.start(self,track,follow)
    def __init__(self,tabelName, tableCols):

        StreamingTweets.__init__(self, tabelName, tableCols,self.createTuple)