[
https://issues.apache.org/jira/browse/LENS-1318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15516943#comment-15516943
]
Hudson commented on LENS-1318:
------------------------------
UNSTABLE: Integrated in Jenkins build Lens-Commit #1344 (See
[https://builds.apache.org/job/Lens-Commit/1344/])
LENS-1318: Query Resource in the lens server offers very limited (rajatgupta59:
rev 5a63a079608c7186e0a8c91e8c6a23e049ea7279)
* (edit)
lens-server/src/test/java/org/apache/lens/server/query/TestQueryService.java
* (edit)
lens-server/src/main/java/org/apache/lens/server/query/LensServerDAO.java
* (edit)
lens-server-api/src/main/java/org/apache/lens/server/api/query/QueryExecutionService.java
* (edit) lens-client/src/main/java/org/apache/lens/client/LensClient.java
* (edit)
lens-server/src/main/java/org/apache/lens/server/query/QueryServiceResource.java
* (edit) lens-client/src/main/java/org/apache/lens/client/LensStatement.java
* (edit)
lens-server/src/main/java/org/apache/lens/server/query/QueryExecutionServiceImpl.java
> Query Resource in the lens server offers very limited information on the
> getAllQueries call
> -------------------------------------------------------------------------------------------
>
> Key: LENS-1318
> URL: https://issues.apache.org/jira/browse/LENS-1318
> Project: Apache Lens
> Issue Type: Improvement
> Affects Versions: 2.7
> Reporter: Srikanth Sundarrajan
> Assignee: Srikanth Sundarrajan
> Fix For: 2.7
>
> Attachments: LENS-1318.patch
>
>
> {code}
> List<QueryHandle> getAllQueries(sessionid, states, user, driver, queryName,
> fromDate, toDate);
> {code}
> Currently provides very limited information (Query handle) upon this call. If
> consuming service where to tabulate minimal information of query history, the
> call to getAllQueries have to be followed by a series of
> {code}
> LensQuery getStatus(sessionid, queryHandle)
> {code}.
> It would be very helpful to have a resource method that can provide a richer
> set of information as an additional method.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)