Python -> SQL (geonames dataset)

2015-05-10 Thread Tyler Mitchell
I'm using Python to setup a dataframe, but for some reason it is not being made available to SQL. Code (from Zeppelin) below. I don't get any error when loading/prepping the data or dataframe. Any tips? (Originally I was not hardcoding the Row() structure, as my other tutorial added it by d

Re: EVent generation

2015-05-11 Thread Tyler Mitchell
I've had good success with splunk generator. https://github.com/coccyx/eventgen/blob/master/README.md On May 11, 2015, at 00:05, Akhil Das mailto:ak...@sigmoidanalytics.com>> wrote: Have a look over here https://storm.apache.org/community.html Thanks Best Regards On Sun, May 10, 2015 at 3:21

Re: Python -> SQL can't find table (Zeppelin)

2015-05-11 Thread Tyler Mitchell
ntrycode: string, elevation: string, featureclass: string, featurecode: string, geonameid: bigint, latitude: double, longitude: double] == %sql SELECT * FROM geonames LIMIT 1 no such table List(geonames); line 2 pos 5 From: ayan guha Sent: