[jira] [Commented] (LENS-1317) Lens Query Conf to be persisted in Finished_Queries store

2016-09-20 Thread Srikanth Sundarrajan (JIRA)

[ 
https://issues.apache.org/jira/browse/LENS-1317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15505904#comment-15505904
 ] 

Srikanth Sundarrajan commented on LENS-1317:


Thanks [~amareshwari]

> Lens Query Conf to be persisted in Finished_Queries store
> -
>
> Key: LENS-1317
> URL: https://issues.apache.org/jira/browse/LENS-1317
> Project: Apache Lens
>  Issue Type: Improvement
>Reporter: Srikanth Sundarrajan
>Assignee: Srikanth Sundarrajan
>  Labels: incompatible
> Fix For: 2.7
>
> Attachments: LENS-1317.patch, LENS-1317.patch
>
>
> Lens Conf passed while submitting a query isn't currently persisted in the 
> finished_queries state store. Conf is available as long as query is in 
> running or queued state and once the query completes and the same is evicted 
> from memory, conf (fetched from DB) is no longer available. It would be 
> useful to record the configurations that a user had used while submitting a 
> query.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (LENS-1317) Lens Query Conf to be persisted in Finished_Queries store

2016-09-20 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/LENS-1317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15505895#comment-15505895
 ] 

Hudson commented on LENS-1317:
--

UNSTABLE: Integrated in Jenkins build Lens-Commit-Java8 #255 (See 
[https://builds.apache.org/job/Lens-Commit-Java8/255/])
LENS-1317 : Lens Query Conf to be persisted in Finished_Queries store 
(amareshwari: rev 4fa61d9940af6ede89401d5837f1f7796810f254)
* (edit) 
lens-server-api/src/main/java/org/apache/lens/server/api/query/FinishedLensQuery.java
* (edit) 
lens-server/src/main/java/org/apache/lens/server/query/LensServerDAO.java
* (edit) lens-server/src/test/java/org/apache/lens/server/query/TestLensDAO.java


> Lens Query Conf to be persisted in Finished_Queries store
> -
>
> Key: LENS-1317
> URL: https://issues.apache.org/jira/browse/LENS-1317
> Project: Apache Lens
>  Issue Type: Improvement
>Reporter: Srikanth Sundarrajan
>Assignee: Srikanth Sundarrajan
>  Labels: incompatible
> Fix For: 2.7
>
> Attachments: LENS-1317.patch, LENS-1317.patch
>
>
> Lens Conf passed while submitting a query isn't currently persisted in the 
> finished_queries state store. Conf is available as long as query is in 
> running or queued state and once the query completes and the same is evicted 
> from memory, conf (fetched from DB) is no longer available. It would be 
> useful to record the configurations that a user had used while submitting a 
> query.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (LENS-1317) Lens Query Conf to be persisted in Finished_Queries store

2016-09-19 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/LENS-1317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15505792#comment-15505792
 ] 

Hudson commented on LENS-1317:
--

SUCCESS: Integrated in Jenkins build Lens-Commit #1339 (See 
[https://builds.apache.org/job/Lens-Commit/1339/])
LENS-1317 : Lens Query Conf to be persisted in Finished_Queries store 
(amareshwari: rev 4fa61d9940af6ede89401d5837f1f7796810f254)
* (edit) 
lens-server-api/src/main/java/org/apache/lens/server/api/query/FinishedLensQuery.java
* (edit) 
lens-server/src/main/java/org/apache/lens/server/query/LensServerDAO.java
* (edit) lens-server/src/test/java/org/apache/lens/server/query/TestLensDAO.java


> Lens Query Conf to be persisted in Finished_Queries store
> -
>
> Key: LENS-1317
> URL: https://issues.apache.org/jira/browse/LENS-1317
> Project: Apache Lens
>  Issue Type: Improvement
>Reporter: Srikanth Sundarrajan
>Assignee: Srikanth Sundarrajan
>  Labels: incompatible
> Fix For: 2.7
>
> Attachments: LENS-1317.patch, LENS-1317.patch
>
>
> Lens Conf passed while submitting a query isn't currently persisted in the 
> finished_queries state store. Conf is available as long as query is in 
> running or queued state and once the query completes and the same is evicted 
> from memory, conf (fetched from DB) is no longer available. It would be 
> useful to record the configurations that a user had used while submitting a 
> query.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (LENS-1317) Lens Query Conf to be persisted in Finished_Queries store

2016-09-19 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/LENS-1317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15503183#comment-15503183
 ] 

Hadoop QA commented on LENS-1317:
-

Applied patch: 
[LENS-1317.patch|https://issues.apache.org/jira/secure/attachment/12829176/LENS-1317.patch]
 and ran command: mvn clean install -fae. Result: Failure. Build Job: 
https://builds.apache.org/job/PreCommit-Lens-Build/936/

> Lens Query Conf to be persisted in Finished_Queries store
> -
>
> Key: LENS-1317
> URL: https://issues.apache.org/jira/browse/LENS-1317
> Project: Apache Lens
>  Issue Type: Improvement
>Reporter: Srikanth Sundarrajan
>Assignee: Srikanth Sundarrajan
>  Labels: incompatible
> Fix For: 2.7
>
> Attachments: LENS-1317.patch, LENS-1317.patch
>
>
> Lens Conf passed while submitting a query isn't currently persisted in the 
> finished_queries state store. Conf is available as long as query is in 
> running or queued state and once the query completes and the same is evicted 
> from memory, conf (fetched from DB) is no longer available. It would be 
> useful to record the configurations that a user had used while submitting a 
> query.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (LENS-1317) Lens Query Conf to be persisted in Finished_Queries store

2016-09-16 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/LENS-1317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15496454#comment-15496454
 ] 

Hadoop QA commented on LENS-1317:
-

Applied patch: 
[LENS-1317.patch|https://issues.apache.org/jira/secure/attachment/12828488/LENS-1317.patch],
 
[LENS-1323.01.patch|https://issues.apache.org/jira/secure/attachment/12828820/LENS-1323.01.patch]
 and ran command: mvn clean install -fae. Result: Failure. Build Job: 
https://builds.apache.org/job/PreCommit-Lens-Build/923/

> Lens Query Conf to be persisted in Finished_Queries store
> -
>
> Key: LENS-1317
> URL: https://issues.apache.org/jira/browse/LENS-1317
> Project: Apache Lens
>  Issue Type: Improvement
>Reporter: Srikanth Sundarrajan
>Assignee: Srikanth Sundarrajan
>  Labels: incompatible
> Fix For: 2.7
>
> Attachments: LENS-1317.patch
>
>
> Lens Conf passed while submitting a query isn't currently persisted in the 
> finished_queries state store. Conf is available as long as query is in 
> running or queued state and once the query completes and the same is evicted 
> from memory, conf (fetched from DB) is no longer available. It would be 
> useful to record the configurations that a user had used while submitting a 
> query.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (LENS-1317) Lens Query Conf to be persisted in Finished_Queries store

2016-09-16 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/LENS-1317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15496212#comment-15496212
 ] 

Hadoop QA commented on LENS-1317:
-

Applied patch: 
[LENS-1317.patch|https://issues.apache.org/jira/secure/attachment/12828488/LENS-1317.patch],
 
[LENS-1323.01.patch|https://issues.apache.org/jira/secure/attachment/12828820/LENS-1323.01.patch]
 and ran command: mvn clean install -fae. Result: Failure. Build Job: 
https://builds.apache.org/job/PreCommit-Lens-Build/922/

> Lens Query Conf to be persisted in Finished_Queries store
> -
>
> Key: LENS-1317
> URL: https://issues.apache.org/jira/browse/LENS-1317
> Project: Apache Lens
>  Issue Type: Improvement
>Reporter: Srikanth Sundarrajan
>Assignee: Srikanth Sundarrajan
>  Labels: incompatible
> Fix For: 2.7
>
> Attachments: LENS-1317.patch
>
>
> Lens Conf passed while submitting a query isn't currently persisted in the 
> finished_queries state store. Conf is available as long as query is in 
> running or queued state and once the query completes and the same is evicted 
> from memory, conf (fetched from DB) is no longer available. It would be 
> useful to record the configurations that a user had used while submitting a 
> query.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (LENS-1317) Lens Query Conf to be persisted in Finished_Queries store

2016-09-16 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/LENS-1317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15496193#comment-15496193
 ] 

Hadoop QA commented on LENS-1317:
-

Applied patch: 
[LENS-1317.patch|https://issues.apache.org/jira/secure/attachment/12828488/LENS-1317.patch]
 and ran command: mvn clean install -fae. Result: Failure. Build Job: 
https://builds.apache.org/job/PreCommit-Lens-Build/917/

> Lens Query Conf to be persisted in Finished_Queries store
> -
>
> Key: LENS-1317
> URL: https://issues.apache.org/jira/browse/LENS-1317
> Project: Apache Lens
>  Issue Type: Improvement
>Reporter: Srikanth Sundarrajan
>Assignee: Srikanth Sundarrajan
>  Labels: incompatible
> Fix For: 2.7
>
> Attachments: LENS-1317.patch
>
>
> Lens Conf passed while submitting a query isn't currently persisted in the 
> finished_queries state store. Conf is available as long as query is in 
> running or queued state and once the query completes and the same is evicted 
> from memory, conf (fetched from DB) is no longer available. It would be 
> useful to record the configurations that a user had used while submitting a 
> query.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (LENS-1317) Lens Query Conf to be persisted in Finished_Queries store

2016-09-15 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/LENS-1317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15492800#comment-15492800
 ] 

Hadoop QA commented on LENS-1317:
-

Applied patch: 
[LENS-1317.patch|https://issues.apache.org/jira/secure/attachment/12828488/LENS-1317.patch]
 and ran command: mvn clean install -fae. Result: Failure. Build Job: 
https://builds.apache.org/job/PreCommit-Lens-Build/909/

> Lens Query Conf to be persisted in Finished_Queries store
> -
>
> Key: LENS-1317
> URL: https://issues.apache.org/jira/browse/LENS-1317
> Project: Apache Lens
>  Issue Type: Improvement
>Reporter: Srikanth Sundarrajan
>Assignee: Srikanth Sundarrajan
>  Labels: incompatible
> Fix For: 2.7
>
> Attachments: LENS-1317.patch
>
>
> Lens Conf passed while submitting a query isn't currently persisted in the 
> finished_queries state store. Conf is available as long as query is in 
> running or queued state and once the query completes and the same is evicted 
> from memory, conf (fetched from DB) is no longer available. It would be 
> useful to record the configurations that a user had used while submitting a 
> query.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (LENS-1317) Lens Query Conf to be persisted in Finished_Queries store

2016-09-14 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/LENS-1317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15492453#comment-15492453
 ] 

Hadoop QA commented on LENS-1317:
-

Applied patch: 
[LENS-1317.patch|https://issues.apache.org/jira/secure/attachment/12828488/LENS-1317.patch]
 and ran command: mvn clean install -fae. Result: Failure. Build Job: 
https://builds.apache.org/job/PreCommit-Lens-Build/908/

> Lens Query Conf to be persisted in Finished_Queries store
> -
>
> Key: LENS-1317
> URL: https://issues.apache.org/jira/browse/LENS-1317
> Project: Apache Lens
>  Issue Type: Improvement
>Reporter: Srikanth Sundarrajan
>Assignee: Srikanth Sundarrajan
>  Labels: incompatible
> Fix For: 2.7
>
> Attachments: LENS-1317.patch
>
>
> Lens Conf passed while submitting a query isn't currently persisted in the 
> finished_queries state store. Conf is available as long as query is in 
> running or queued state and once the query completes and the same is evicted 
> from memory, conf (fetched from DB) is no longer available. It would be 
> useful to record the configurations that a user had used while submitting a 
> query.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (LENS-1317) Lens Query Conf to be persisted in Finished_Queries store

2016-09-14 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/LENS-1317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15492405#comment-15492405
 ] 

Hadoop QA commented on LENS-1317:
-

Applied patch: 
[LENS-1317.patch|https://issues.apache.org/jira/secure/attachment/12828488/LENS-1317.patch]
 and ran command: mvn clean install -fae. Result: Failure. Build Job: 
https://builds.apache.org/job/PreCommit-Lens-Build/907/

> Lens Query Conf to be persisted in Finished_Queries store
> -
>
> Key: LENS-1317
> URL: https://issues.apache.org/jira/browse/LENS-1317
> Project: Apache Lens
>  Issue Type: Improvement
>Reporter: Srikanth Sundarrajan
>Assignee: Srikanth Sundarrajan
>  Labels: incompatible
> Fix For: 2.7
>
> Attachments: LENS-1317.patch
>
>
> Lens Conf passed while submitting a query isn't currently persisted in the 
> finished_queries state store. Conf is available as long as query is in 
> running or queued state and once the query completes and the same is evicted 
> from memory, conf (fetched from DB) is no longer available. It would be 
> useful to record the configurations that a user had used while submitting a 
> query.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (LENS-1317) Lens Query Conf to be persisted in Finished_Queries store

2016-09-14 Thread Puneet Gupta (JIRA)

[ 
https://issues.apache.org/jira/browse/LENS-1317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15492100#comment-15492100
 ] 

Puneet Gupta commented on LENS-1317:


The failures  do seem unrelated to your fix.  Giving it one more try 
https://builds.apache.org/job/PreCommit-Lens-Build/906/

> Lens Query Conf to be persisted in Finished_Queries store
> -
>
> Key: LENS-1317
> URL: https://issues.apache.org/jira/browse/LENS-1317
> Project: Apache Lens
>  Issue Type: Improvement
>Reporter: Srikanth Sundarrajan
>Assignee: Srikanth Sundarrajan
>  Labels: incompatible
> Fix For: 2.7
>
> Attachments: LENS-1317.patch
>
>
> Lens Conf passed while submitting a query isn't currently persisted in the 
> finished_queries state store. Conf is available as long as query is in 
> running or queued state and once the query completes and the same is evicted 
> from memory, conf (fetched from DB) is no longer available. It would be 
> useful to record the configurations that a user had used while submitting a 
> query.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (LENS-1317) Lens Query Conf to be persisted in Finished_Queries store

2016-09-14 Thread Srikanth Sundarrajan (JIRA)

[ 
https://issues.apache.org/jira/browse/LENS-1317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15492051#comment-15492051
 ] 

Srikanth Sundarrajan commented on LENS-1317:


Am wondering if there is an issue with the build ? The tests failures seem 
unrelated. If not, will debug further, build seems to pass without any issues 
locally

> Lens Query Conf to be persisted in Finished_Queries store
> -
>
> Key: LENS-1317
> URL: https://issues.apache.org/jira/browse/LENS-1317
> Project: Apache Lens
>  Issue Type: Improvement
>Reporter: Srikanth Sundarrajan
>Assignee: Srikanth Sundarrajan
>  Labels: incompatible
> Fix For: 2.7
>
> Attachments: LENS-1317.patch
>
>
> Lens Conf passed while submitting a query isn't currently persisted in the 
> finished_queries state store. Conf is available as long as query is in 
> running or queued state and once the query completes and the same is evicted 
> from memory, conf (fetched from DB) is no longer available. It would be 
> useful to record the configurations that a user had used while submitting a 
> query.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (LENS-1317) Lens Query Conf to be persisted in Finished_Queries store

2016-09-14 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/LENS-1317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15491943#comment-15491943
 ] 

Hadoop QA commented on LENS-1317:
-

Applied patch: 
[LENS-1317.patch|https://issues.apache.org/jira/secure/attachment/12828488/LENS-1317.patch]
 and ran command: mvn clean install -fae. Result: Failure. Build Job: 
https://builds.apache.org/job/PreCommit-Lens-Build/904/

> Lens Query Conf to be persisted in Finished_Queries store
> -
>
> Key: LENS-1317
> URL: https://issues.apache.org/jira/browse/LENS-1317
> Project: Apache Lens
>  Issue Type: Improvement
>Reporter: Srikanth Sundarrajan
>Assignee: Srikanth Sundarrajan
>  Labels: incompatible
> Fix For: 2.7
>
> Attachments: LENS-1317.patch
>
>
> Lens Conf passed while submitting a query isn't currently persisted in the 
> finished_queries state store. Conf is available as long as query is in 
> running or queued state and once the query completes and the same is evicted 
> from memory, conf (fetched from DB) is no longer available. It would be 
> useful to record the configurations that a user had used while submitting a 
> query.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (LENS-1317) Lens Query Conf to be persisted in Finished_Queries store

2016-09-14 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/LENS-1317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15491941#comment-15491941
 ] 

Hadoop QA commented on LENS-1317:
-

Applied patch: 
[LENS-1317.patch|https://issues.apache.org/jira/secure/attachment/12828488/LENS-1317.patch]
 and ran command: mvn clean install -fae. Result: Failure. Build Job: 
https://builds.apache.org/job/PreCommit-Lens-Build/905/

> Lens Query Conf to be persisted in Finished_Queries store
> -
>
> Key: LENS-1317
> URL: https://issues.apache.org/jira/browse/LENS-1317
> Project: Apache Lens
>  Issue Type: Improvement
>Reporter: Srikanth Sundarrajan
>Assignee: Srikanth Sundarrajan
>  Labels: incompatible
> Fix For: 2.7
>
> Attachments: LENS-1317.patch
>
>
> Lens Conf passed while submitting a query isn't currently persisted in the 
> finished_queries state store. Conf is available as long as query is in 
> running or queued state and once the query completes and the same is evicted 
> from memory, conf (fetched from DB) is no longer available. It would be 
> useful to record the configurations that a user had used while submitting a 
> query.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (LENS-1317) Lens Query Conf to be persisted in Finished_Queries store

2016-09-14 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/LENS-1317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15490987#comment-15490987
 ] 

Hadoop QA commented on LENS-1317:
-

Applied patch: 
[LENS-1317.patch|https://issues.apache.org/jira/secure/attachment/12828488/LENS-1317.patch]
 and ran command: mvn clean install -fae. Result: Failure. Build Job: 
https://builds.apache.org/job/PreCommit-Lens-Build/903/

> Lens Query Conf to be persisted in Finished_Queries store
> -
>
> Key: LENS-1317
> URL: https://issues.apache.org/jira/browse/LENS-1317
> Project: Apache Lens
>  Issue Type: Improvement
>Reporter: Srikanth Sundarrajan
>Assignee: Srikanth Sundarrajan
>  Labels: incompatible
> Fix For: 2.7
>
> Attachments: LENS-1317.patch
>
>
> Lens Conf passed while submitting a query isn't currently persisted in the 
> finished_queries state store. Conf is available as long as query is in 
> running or queued state and once the query completes and the same is evicted 
> from memory, conf (fetched from DB) is no longer available. It would be 
> useful to record the configurations that a user had used while submitting a 
> query.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (LENS-1317) Lens Query Conf to be persisted in Finished_Queries store

2016-09-13 Thread Amareshwari Sriramadasu (JIRA)

[ 
https://issues.apache.org/jira/browse/LENS-1317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15489251#comment-15489251
 ] 

Amareshwari Sriramadasu commented on LENS-1317:
---

[~sriksun] Can you attach the final patch here for precommit build to trigger? 
Thanks

> Lens Query Conf to be persisted in Finished_Queries store
> -
>
> Key: LENS-1317
> URL: https://issues.apache.org/jira/browse/LENS-1317
> Project: Apache Lens
>  Issue Type: Improvement
>Reporter: Srikanth Sundarrajan
>Assignee: Srikanth Sundarrajan
> Fix For: 2.7
>
>
> Lens Conf passed while submitting a query isn't currently persisted in the 
> finished_queries state store. Conf is available as long as query is in 
> running or queued state and once the query completes and the same is evicted 
> from memory, conf (fetched from DB) is no longer available. It would be 
> useful to record the configurations that a user had used while submitting a 
> query.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (LENS-1317) Lens Query Conf to be persisted in Finished_Queries store

2016-09-11 Thread Amareshwari Sriramadasu (JIRA)

[ 
https://issues.apache.org/jira/browse/LENS-1317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15483113#comment-15483113
 ] 

Amareshwari Sriramadasu commented on LENS-1317:
---

Yes [~sriksun]. We should mark the jira incompatible and a release note saying 
finished-queries table should be altered accordingly.

> Lens Query Conf to be persisted in Finished_Queries store
> -
>
> Key: LENS-1317
> URL: https://issues.apache.org/jira/browse/LENS-1317
> Project: Apache Lens
>  Issue Type: Improvement
>Reporter: Srikanth Sundarrajan
>Assignee: Srikanth Sundarrajan
> Fix For: 2.7
>
>
> Lens Conf passed while submitting a query isn't currently persisted in the 
> finished_queries state store. Conf is available as long as query is in 
> running or queued state and once the query completes and the same is evicted 
> from memory, conf (fetched from DB) is no longer available. It would be 
> useful to record the configurations that a user had used while submitting a 
> query.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (LENS-1317) Lens Query Conf to be persisted in Finished_Queries store

2016-09-11 Thread Srikanth Sundarrajan (JIRA)

[ 
https://issues.apache.org/jira/browse/LENS-1317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15483101#comment-15483101
 ] 

Srikanth Sundarrajan commented on LENS-1317:


The current patch should gracefully handle the case where past data doesn't 
have the conf attribute. However schema modification for the finished_queries 
need to be handled during the release. Should a note in README / inclusion of 
the step in release notes suffice ? Will need to mark the jira as 
"incompatible" in that case.

> Lens Query Conf to be persisted in Finished_Queries store
> -
>
> Key: LENS-1317
> URL: https://issues.apache.org/jira/browse/LENS-1317
> Project: Apache Lens
>  Issue Type: Improvement
>Reporter: Srikanth Sundarrajan
>Assignee: Srikanth Sundarrajan
> Fix For: 2.7
>
>
> Lens Conf passed while submitting a query isn't currently persisted in the 
> finished_queries state store. Conf is available as long as query is in 
> running or queued state and once the query completes and the same is evicted 
> from memory, conf (fetched from DB) is no longer available. It would be 
> useful to record the configurations that a user had used while submitting a 
> query.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (LENS-1317) Lens Query Conf to be persisted in Finished_Queries store

2016-09-08 Thread Srikanth Sundarrajan (JIRA)

[ 
https://issues.apache.org/jira/browse/LENS-1317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15476117#comment-15476117
 ] 

Srikanth Sundarrajan commented on LENS-1317:


A related question on this is, is special handling required for migrating the 
finshed_queries state from a older version to newer version with this fix ?

> Lens Query Conf to be persisted in Finished_Queries store
> -
>
> Key: LENS-1317
> URL: https://issues.apache.org/jira/browse/LENS-1317
> Project: Apache Lens
>  Issue Type: Improvement
>Reporter: Srikanth Sundarrajan
>Assignee: Srikanth Sundarrajan
> Fix For: 2.7
>
>
> Lens Conf passed while submitting a query isn't currently persisted in the 
> finished_queries state store. Conf is available as long as query is in 
> running or queued state and once the query completes and the same is evicted 
> from memory, conf (fetched from DB) is no longer available. It would be 
> useful to record the configurations that a user had used while submitting a 
> query.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (LENS-1317) Lens Query Conf to be persisted in Finished_Queries store

2016-09-08 Thread Srikanth Sundarrajan (JIRA)

[ 
https://issues.apache.org/jira/browse/LENS-1317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15476113#comment-15476113
 ] 

Srikanth Sundarrajan commented on LENS-1317:


Yes. Session conf may be a bit verbose. For now we will look to persist query 
specific conf and we can look to add session conf (or selectively some params 
from session conf) in a separate jira.

> Lens Query Conf to be persisted in Finished_Queries store
> -
>
> Key: LENS-1317
> URL: https://issues.apache.org/jira/browse/LENS-1317
> Project: Apache Lens
>  Issue Type: Improvement
>Reporter: Srikanth Sundarrajan
>Assignee: Srikanth Sundarrajan
> Fix For: 2.7
>
>
> Lens Conf passed while submitting a query isn't currently persisted in the 
> finished_queries state store. Conf is available as long as query is in 
> running or queued state and once the query completes and the same is evicted 
> from memory, conf (fetched from DB) is no longer available. It would be 
> useful to record the configurations that a user had used while submitting a 
> query.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (LENS-1317) Lens Query Conf to be persisted in Finished_Queries store

2016-09-08 Thread Amareshwari Sriramadasu (JIRA)

[ 
https://issues.apache.org/jira/browse/LENS-1317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15475954#comment-15475954
 ] 

Amareshwari Sriramadasu commented on LENS-1317:
---

bq. Do we need session conf also? We overlay session and query conf and use it 
for query execution

finished_queries would persist query's conf only. We can do in a separate jira 
if query conf needs to contain overlayed session conf as well.

> Lens Query Conf to be persisted in Finished_Queries store
> -
>
> Key: LENS-1317
> URL: https://issues.apache.org/jira/browse/LENS-1317
> Project: Apache Lens
>  Issue Type: Improvement
>Reporter: Srikanth Sundarrajan
>Assignee: Srikanth Sundarrajan
> Fix For: 2.7
>
>
> Lens Conf passed while submitting a query isn't currently persisted in the 
> finished_queries state store. Conf is available as long as query is in 
> running or queued state and once the query completes and the same is evicted 
> from memory, conf (fetched from DB) is no longer available. It would be 
> useful to record the configurations that a user had used while submitting a 
> query.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (LENS-1317) Lens Query Conf to be persisted in Finished_Queries store

2016-09-08 Thread Puneet Gupta (JIRA)

[ 
https://issues.apache.org/jira/browse/LENS-1317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15475917#comment-15475917
 ] 

Puneet Gupta commented on LENS-1317:


Do we need session conf also? We overlay session and query conf and use it for 
query execution.

> Lens Query Conf to be persisted in Finished_Queries store
> -
>
> Key: LENS-1317
> URL: https://issues.apache.org/jira/browse/LENS-1317
> Project: Apache Lens
>  Issue Type: Improvement
>Reporter: Srikanth Sundarrajan
>Assignee: Srikanth Sundarrajan
> Fix For: 2.7
>
>
> Lens Conf passed while submitting a query isn't currently persisted in the 
> finished_queries state store. Conf is available as long as query is in 
> running or queued state and once the query completes and the same is evicted 
> from memory, conf (fetched from DB) is no longer available. It would be 
> useful to record the configurations that a user had used while submitting a 
> query.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)