Re: Review Request 47007: Return same handle for repeated query from same user

2016-05-05 Thread Amareshwari Sriramadasu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/47007/#review131987 --- lens-server/src/main/java/org/apache/lens/server/query/QueryExecu

Re: May,2016 Report

2016-05-05 Thread Sharad Agarwal
+1 lgtm On Thu, May 5, 2016 at 11:33 AM, amareshwarisr . wrote: > Hi, > > I have drafted report for this quarter at > https://cwiki.apache.org/confluence/display/LENS/May%2C2016. > > Please review and let me know if any is missed or needs changes. > > Thanks > Amareshwari >

Re: DimTable spec file

2016-05-05 Thread amareshwarisr .
Spec of the dimTable available at https://github.com/apache/lens/blob/master/lens-api/src/main/resources/cube-0.1.xsd#L618 . Examples at https://github.com/apache/lens/blob/master/lens-examples/src/main/resources/city_table.xml https://github.com/apache/lens/blob/master/lens-examples/src/main/reso

DimTable spec file

2016-05-05 Thread Santiago Gimenez
Hi, I'd like to know what's the format the spec file has to have to create a dimension table. Thanks. Regards.

[jira] [Commented] (LENS-1019) Return same handle for repeated query from same user

2016-05-05 Thread Lavkesh Lahngir (JIRA)
[ https://issues.apache.org/jira/browse/LENS-1019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15272272#comment-15272272 ] Lavkesh Lahngir commented on LENS-1019: --- 1. There is no need to check for sync querie

Re: Review Request 47007: Return same handle for repeated query from same user

2016-05-05 Thread Amareshwari Sriramadasu
> On May 5, 2016, 12:14 p.m., Puneet Gupta wrote: > > lens-server/src/main/java/org/apache/lens/server/query/QueryExecutionServiceImpl.java, > > line 1797 > > > > > > Some more things that we need to decide on > >

Re: Review Request 47007: Return same handle for repeated query from same user

2016-05-05 Thread Puneet Gupta
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/47007/#review131812 --- lens-server/src/main/java/org/apache/lens/server/query/QueryExecu

Re: Review Request 47007: Return same handle for repeated query from same user

2016-05-05 Thread Sushil Mohanty
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/47007/#review131810 --- lens-server/src/main/java/org/apache/lens/server/query/QueryExecu

Review Request 47007: Return same handle for repeated query from same user

2016-05-05 Thread Lavkesh Lahngir
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/47007/ --- Review request for lens. Bugs: LENS-1019 https://issues.apache.org/jira/bro

Re: Review Request 46938: LENS-1020 : Adding server configuration tests to regression

2016-05-05 Thread Archana H
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/46938/ --- (Updated May 5, 2016, 10:01 a.m.) Review request for lens, Deepak Barr, Rajat K

Re: Review Request 46938: LENS-1020 : Adding server configuration tests to regression

2016-05-05 Thread Archana H
> On May 4, 2016, 2:40 p.m., Deepak Barr wrote: > > lens-regression/src/test/java/org/apache/lens/regression/config/ITServerConfigTests.java, > > line 138 > > > > > > Instead of String, Can we use Boolean ? Setting

Re: Review Request 46938: LENS-1020 : Adding server configuration tests to regression

2016-05-05 Thread Archana H
> On May 4, 2016, 10:12 a.m., Rajat Khandelwal wrote: > > lens-regression/src/test/java/org/apache/lens/regression/client/ITListQueryTest.java, > > line 468 > > > > > > Why is sleep added? Testcase is failing other

[jira] [Commented] (LENS-1032) Add option to kill the query on timeout api on timeout

2016-05-05 Thread Amareshwari Sriramadasu (JIRA)
[ https://issues.apache.org/jira/browse/LENS-1032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15272128#comment-15272128 ] Amareshwari Sriramadasu commented on LENS-1032: --- +1 for Option A. > Add opti

[jira] [Created] (LENS-1033) Literals with double spaces are losing spaces in HQLParser

2016-05-05 Thread Amareshwari Sriramadasu (JIRA)
Amareshwari Sriramadasu created LENS-1033: - Summary: Literals with double spaces are losing spaces in HQLParser Key: LENS-1033 URL: https://issues.apache.org/jira/browse/LENS-1033 Project: Apac

[jira] [Commented] (LENS-1032) Add option to kill the query on timeout api on timeout

2016-05-05 Thread Puneet Gupta (JIRA)
[ https://issues.apache.org/jira/browse/LENS-1032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15272108#comment-15272108 ] Puneet Gupta commented on LENS-1032: Update Default value of lens.query.kill.on.timeo

[jira] [Commented] (LENS-1032) Add option to kill the query on timeout api on timeout

2016-05-05 Thread Puneet Gupta (JIRA)
[ https://issues.apache.org/jira/browse/LENS-1032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15272105#comment-15272105 ] Puneet Gupta commented on LENS-1032: 1. Adding a query level parameter (lens.query.kil

[jira] [Created] (LENS-1032) Add option to kill the query on timeout api on timeout

2016-05-05 Thread Puneet Gupta (JIRA)
Puneet Gupta created LENS-1032: -- Summary: Add option to kill the query on timeout api on timeout Key: LENS-1032 URL: https://issues.apache.org/jira/browse/LENS-1032 Project: Apache Lens Issue Ty

Re: Review Request 46968: LENS-1029: lens-server-snapshotter died in one of the scenarios

2016-05-05 Thread Puneet Gupta
> On May 5, 2016, 6:43 a.m., Amareshwari Sriramadasu wrote: > > lens-server/src/main/java/org/apache/lens/server/LensServices.java, line 422 > > > > > > Why are we putting such a wait counter? Shouldnt we simple join