Created
October 3, 2018 14:41
-
-
Save mikeapted/24b1b2c7d7b2eb8a4833e9dfab38e42d to your computer and use it in GitHub Desktop.
Revisions
-
mikeapted created this gist
Oct 3, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ select sensorname, sensorvalue, anomalyscore from YourInitial_bigdata.analytic_csv2parquet where anomalyscore > 2 limit 10;