Skip to content

Instantly share code, notes, and snippets.

@mikeapted
Created October 3, 2018 14:41
Show Gist options
  • Save mikeapted/24b1b2c7d7b2eb8a4833e9dfab38e42d to your computer and use it in GitHub Desktop.
Save mikeapted/24b1b2c7d7b2eb8a4833e9dfab38e42d to your computer and use it in GitHub Desktop.
select sensorname, sensorvalue, anomalyscore from YourInitial_bigdata.analytic_csv2parquet where anomalyscore > 2 limit 10;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment