07-04-2017 11:24 PM
07-05-2017 07:54 AM
Syntax: SELECT [metric expression] WHERE [predicate]
To start with tsquery, you can click on any existing charts in CM, it will show you the output based on tsquery. In general, it won't allow you to alter the existing chart and it is not recommended. So you can go to CM -> Charts -> Chart builder -> follow the above syntax, it will automatically pop-up metric expression and predicate.
Ex: SELECT physical_memory_used
https://www.cloudera.com/documentation/enterprise/5-7-x/topics/cm_dg_tsquery.html
07-05-2017 09:48 AM
07-05-2017 11:23 AM
Pls refer the below links for time series queries, it may help you (i am not a java resource)
https://github.com/jrachiele/java-timeseries
07-05-2017 04:18 PM
07-20-2017 09:04 PM
@mbigelow Do you collect the metrics using a code or a script?
i'm collecting alot of metrics from Yarn histroy server API and the impala API, intersting in the specific metrics you collected regarding the hive and impala usage analytics
07-21-2017 02:39 PM