Closed toru-takahashi closed 8 years ago
Now you can set priority like this:
class MyQuery(Query):
type = 'hive'
priority = -1
database = 'sample_datasets'
def query(self):
return 'select count(1) cnt from www_access'
Released 0.6.6.
When I issue query, I want to allow "--priority". But, currently, there is no way.