Created on 02-15-2017 08:31 AM - edited 09-16-2022 04:05 AM
Hi
I wanted to list down all insert statements run in impala for a specific duration (impala queries), How do i query that. I am looking for something like statement like insert* (it should list all the statment which starts with insert). But this option not available.
Pls suggest any alternatives.
Created 02-17-2017 12:07 AM
Created 02-17-2017 12:07 AM
Created 11-05-2017 06:52 AM
@mbigelow Hi mbigelow,
I tried to use LIKE in the CM API with now success:
I ahve one like this:
curl -u 'xxxx':'xxxx' 'http://CM_server.domain.com:7180/api/v11/clusters/cluster/services/impala/impalaQueries?from=2017-10... RLIKE ".*fawzea.*"' >>f.json
Can you help