[jira] [Commented] (LENS-1508) Upgrade Hadoop version to 2.7.1

2018-04-12 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1508:
-

Patch does not apply. Build job: 
https://builds.apache.org/job/PreCommit-Lens-Build/1510/

> Upgrade Hadoop version to 2.7.1
> ---
>
> Key: LENS-1508
> URL: https://issues.apache.org/jira/browse/LENS-1508
> Project: Apache Lens
>  Issue Type: Task
>  Components: server
>Reporter: Rajitha R
>Assignee: Rajitha R
>Priority: Major
> Attachments: LENS-1508.patch
>
>
> The hadoop version will be upgraded to 2.7.1 to enable the authentication and 
> authorization feature in Lens.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (LENS-1508) Upgrade Hadoop version to 2.7.1

2018-04-12 Thread Hadoop QA (JIRA)

 [ 
https://issues.apache.org/jira/browse/LENS-1508?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hadoop QA updated LENS-1508:

Status: Open  (was: Patch Available)

> Upgrade Hadoop version to 2.7.1
> ---
>
> Key: LENS-1508
> URL: https://issues.apache.org/jira/browse/LENS-1508
> Project: Apache Lens
>  Issue Type: Task
>  Components: server
>Reporter: Rajitha R
>Assignee: Rajitha R
>Priority: Major
> Attachments: LENS-1508.patch
>
>
> The hadoop version will be upgraded to 2.7.1 to enable the authentication and 
> authorization feature in Lens.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (LENS-1506) Kerberos authentication in lens

2018-04-05 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1506:
-

Applied patch: 
[Lens-1506.4.patch|https://issues.apache.org/jira/secure/attachment/12917678/Lens-1506.4.patch]
 and ran command: mvn clean install -fae. Result: Success. Build Job: 
https://builds.apache.org/job/PreCommit-Lens-Build/1509/

> Kerberos authentication in lens
> ---
>
> Key: LENS-1506
> URL: https://issues.apache.org/jira/browse/LENS-1506
> Project: Apache Lens
>  Issue Type: Improvement
>  Components: client, driver-hive, python-client, server
>Reporter: Ankit Kailaswar
>Assignee: Ankit Kailaswar
>Priority: Major
> Attachments: Lens-1506.1.patch, Lens-1506.2.patch, Lens-1506.3.patch, 
> Lens-1506.4.patch, Lens-1506_patch, design3.png
>
>
> Current Lens implementation is broken when we try to enable kerberos 
> authentication in lens as mentioned at 
> [https://cwiki.apache.org/confluence/display/Hive/Setting+Up+HiveServer2] in 
> following ways,
> 1. openSession REST API fails to create new session for user. Currently it 
> supports only passwd types of authentication.
> 2. If the underlying hive driver is running with kerberos authentication then 
> driver initialization flow to obtain hive transport for hive driver in lens 
> errors out. Hive server accepts only sasl messages but lens continues using 
> PLAINSASL.
> 3. If hadoop cluster has kerberos authentication enabled then all hdfs calls 
> (persisting services, all hdfs path in conf etc) fail.
> 4. Lens as if now doesnt supports refreshing KDC token before it expires.
> Changes required in lens to fully support kerberose authentication are as 
> follows,
>  # lens's hive driver must use SASL for all communication in to kerberozied 
> hive. Current thrift client for hive doesn't support this functionality.
>  # Lens must refresh KDC ticket before it expires.
>  # All clients must be authenticated with kerberose authentication before 
> session creation.
>  # In kerberos mode all hive driver query should be executed with single 
> cluster user as "lens".



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (LENS-1507) Lens build failing

2018-03-28 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1507:
-

Applied patch: 
[LENS-1507.patch|https://issues.apache.org/jira/secure/attachment/12916637/LENS-1507.patch]
 and ran command: mvn clean install -fae. Result: Success. Build Job: 
https://builds.apache.org/job/PreCommit-Lens-Build/1505/

> Lens build failing
> --
>
> Key: LENS-1507
> URL: https://issues.apache.org/jira/browse/LENS-1507
> Project: Apache Lens
>  Issue Type: Bug
>  Components: server
>Reporter: Rajitha R
>Assignee: Rajitha R
>Priority: Major
> Attachments: LENS-1507.patch
>
>
> This seems to happen due to following test case repeating twice in 
> TestCubeRewriter class file.
> {code}
> @Test
> public void testTimeRangeIn() throws Exception {
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (LENS-1500) Test cases failing in master

2018-01-22 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1500:
-

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

> Test cases failing in master 
> -
>
> Key: LENS-1500
> URL: https://issues.apache.org/jira/browse/LENS-1500
> Project: Apache Lens
>  Issue Type: Bug
>  Components: cube
>Reporter: Rajitha R
>Assignee: Rajitha R
>Priority: Major
> Fix For: 2.8
>
> Attachments: LENS-1500.patch
>
>
> Latest master code has some of the test cases failing as follows. This seems 
> to happen as we entered new year and month. Needs to be investigated
> {code}
> Failed tests: 
>   
> TestUnionQueries.testDimAttrExpressionQuery:218->TestQueryRewrite.rewrite:89->TestQueryRewrite.rewriteCtx:98
>  » Lens
>   
> TestUnionQueries.testNonAggregateOverAggregateFunction:290->TestQueryRewrite.rewrite:89->TestQueryRewrite.rewriteCtx:98
>  » Lens
>   
> TestUnionQueries.testSingleFactMultiStorage:342->TestQueryRewrite.rewrite:89->TestQueryRewrite.rewriteCtx:98
>  » Lens
>   
> TestUnionQueries.testSingleFactSingleStorageWithMultipleTableDescriptions:390->TestQueryRewrite.rewrite:89->TestQueryRewrite.rewriteCtx:98
>  » Lens
>   
> TestUnionQueries.testUnionQueries:89->TestQueryRewrite.rewrite:89->TestQueryRewrite.rewriteCtx:98
>  » Lens
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (LENS-1500) Test cases failing in master

2018-01-22 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1500:
-

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

> Test cases failing in master 
> -
>
> Key: LENS-1500
> URL: https://issues.apache.org/jira/browse/LENS-1500
> Project: Apache Lens
>  Issue Type: Bug
>  Components: cube
>Reporter: Rajitha R
>Assignee: Rajitha R
>Priority: Major
> Attachments: LENS-1500.patch
>
>
> Latest master code has some of the test cases failing as follows. This seems 
> to happen as we entered new year and month. Needs to be investigated
> {code}
> Failed tests: 
>   
> TestUnionQueries.testDimAttrExpressionQuery:218->TestQueryRewrite.rewrite:89->TestQueryRewrite.rewriteCtx:98
>  » Lens
>   
> TestUnionQueries.testNonAggregateOverAggregateFunction:290->TestQueryRewrite.rewrite:89->TestQueryRewrite.rewriteCtx:98
>  » Lens
>   
> TestUnionQueries.testSingleFactMultiStorage:342->TestQueryRewrite.rewrite:89->TestQueryRewrite.rewriteCtx:98
>  » Lens
>   
> TestUnionQueries.testSingleFactSingleStorageWithMultipleTableDescriptions:390->TestQueryRewrite.rewrite:89->TestQueryRewrite.rewriteCtx:98
>  » Lens
>   
> TestUnionQueries.testUnionQueries:89->TestQueryRewrite.rewrite:89->TestQueryRewrite.rewriteCtx:98
>  » Lens
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (LENS-1497) NPE while closing idle connections

2018-01-21 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1497:
-

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

> NPE while closing idle connections 
> ---
>
> Key: LENS-1497
> URL: https://issues.apache.org/jira/browse/LENS-1497
> Project: Apache Lens
>  Issue Type: Bug
>  Components: server
>Reporter: Rajitha R
>Assignee: Rajitha R
>Priority: Major
> Attachments: LENS-1497.patch
>
>
> {code}
> 21 Dec 2017 15:25:59 [e88aa05a-c454-44c1-8e52-e7bd741a5df6] 
> [pool-16-thread-1] WARN  org.apache.lens.server.session.HiveSessionService - 
> Unknown error while checking for inactive sessions -
> java.lang.NullPointerException: null
> at 
> org.apache.lens.server.BaseLensService.decrementSessionCountForUser(BaseLensService.java:343)
>  ~[classes/:na]
> at 
> org.apache.lens.server.BaseLensService.closeSession(BaseLensService.java:321) 
> ~[classes/:na]
> at 
> org.apache.lens.server.session.HiveSessionService.closeInternal(HiveSessionService.java:497)
>  ~[classes/:na]
> at 
> org.apache.lens.server.session.HiveSessionService.access$300(HiveSessionService.java:59)
>  ~[classes/:na]
> at 
> org.apache.lens.server.session.HiveSessionService$SessionExpiryRunnable.runInternal(HiveSessionService.java:547)
>  ~[classes/:na]
> at 
> org.apache.lens.server.session.HiveSessionService$SessionExpiryRunnable.run(HiveSessionService.java:569)
>  ~[classes/:na]
> at 
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) 
> [na:1.8.0_131]
> at java.util.concurrent.FutureTask.run(FutureTask.java:266) 
> [na:1.8.0_131]
> at 
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
>  [na:1.8.0_131]
> at 
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Sche
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (LENS-1497) NPE while closing idle connections

2018-01-19 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1497:
-

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

> NPE while closing idle connections 
> ---
>
> Key: LENS-1497
> URL: https://issues.apache.org/jira/browse/LENS-1497
> Project: Apache Lens
>  Issue Type: Bug
>  Components: server
>Reporter: Rajitha R
>Assignee: Rajitha R
>Priority: Major
> Attachments: LENS-1497.patch
>
>
> {code}
> 21 Dec 2017 15:25:59 [e88aa05a-c454-44c1-8e52-e7bd741a5df6] 
> [pool-16-thread-1] WARN  org.apache.lens.server.session.HiveSessionService - 
> Unknown error while checking for inactive sessions -
> java.lang.NullPointerException: null
> at 
> org.apache.lens.server.BaseLensService.decrementSessionCountForUser(BaseLensService.java:343)
>  ~[classes/:na]
> at 
> org.apache.lens.server.BaseLensService.closeSession(BaseLensService.java:321) 
> ~[classes/:na]
> at 
> org.apache.lens.server.session.HiveSessionService.closeInternal(HiveSessionService.java:497)
>  ~[classes/:na]
> at 
> org.apache.lens.server.session.HiveSessionService.access$300(HiveSessionService.java:59)
>  ~[classes/:na]
> at 
> org.apache.lens.server.session.HiveSessionService$SessionExpiryRunnable.runInternal(HiveSessionService.java:547)
>  ~[classes/:na]
> at 
> org.apache.lens.server.session.HiveSessionService$SessionExpiryRunnable.run(HiveSessionService.java:569)
>  ~[classes/:na]
> at 
> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) 
> [na:1.8.0_131]
> at java.util.concurrent.FutureTask.run(FutureTask.java:266) 
> [na:1.8.0_131]
> at 
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
>  [na:1.8.0_131]
> at 
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Sche
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (LENS-1371) Add a substring based retry policy for failures

2018-01-07 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1371:
-

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

> Add a substring based retry policy for failures
> ---
>
> Key: LENS-1371
> URL: https://issues.apache.org/jira/browse/LENS-1371
> Project: Apache Lens
>  Issue Type: New Feature
>Reporter: Lavkesh Lahngir
>Assignee: Rajitha R
> Attachments: 0001-Retry-patch.patch, 0001-Retry-policy.patch, 
> 0001-Retry-policy.patch, 0001-Retry-policy.patch, LENS-1371.1.patch, 
> LENS-1371.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1371) Add a substring based retry policy for failures

2018-01-04 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1371:
-

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

> Add a substring based retry policy for failures
> ---
>
> Key: LENS-1371
> URL: https://issues.apache.org/jira/browse/LENS-1371
> Project: Apache Lens
>  Issue Type: New Feature
>Reporter: Lavkesh Lahngir
>Assignee: Rajitha R
> Attachments: 0001-Retry-patch.patch, 0001-Retry-policy.patch, 
> 0001-Retry-policy.patch, 0001-Retry-policy.patch, LENS-1371.1.patch, 
> LENS-1371.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1371) Add a substring based retry policy for failures

2018-01-04 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1371:
-

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

> Add a substring based retry policy for failures
> ---
>
> Key: LENS-1371
> URL: https://issues.apache.org/jira/browse/LENS-1371
> Project: Apache Lens
>  Issue Type: New Feature
>Reporter: Lavkesh Lahngir
>Assignee: Rajitha R
> Attachments: 0001-Retry-patch.patch, 0001-Retry-policy.patch, 
> 0001-Retry-policy.patch, 0001-Retry-policy.patch, LENS-1371.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1496) Look ahead Time Partitions to be made configurable

2018-01-01 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1496:
-

Patch does not apply. Build job: 
https://builds.apache.org/job/PreCommit-Lens-Build/1495/

> Look ahead Time Partitions to be made configurable 
> ---
>
> Key: LENS-1496
> URL: https://issues.apache.org/jira/browse/LENS-1496
> Project: Apache Lens
>  Issue Type: Improvement
>  Components: cube
>Reporter: Rajitha R
>Assignee: Rajitha R
> Attachments: LENS-1496.01.patch, LENS-1496.patch
>
>
> Currently Lens only allows for Look ahead in the last partition. This needs 
> to be made  configurable.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1496) Look ahead Time Partitions to be made configurable

2017-12-22 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1496:
-

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

> Look ahead Time Partitions to be made configurable 
> ---
>
> Key: LENS-1496
> URL: https://issues.apache.org/jira/browse/LENS-1496
> Project: Apache Lens
>  Issue Type: Improvement
>  Components: cube
>Reporter: Rajitha R
>Assignee: Rajitha R
> Attachments: LENS-1496.01.patch, LENS-1496.patch
>
>
> Currently Lens only allows for Look ahead in the last partition. This needs 
> to be made  configurable.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1496) Look ahead Time Partitions to be made configurable

2017-12-22 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1496:
-

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

> Look ahead Time Partitions to be made configurable 
> ---
>
> Key: LENS-1496
> URL: https://issues.apache.org/jira/browse/LENS-1496
> Project: Apache Lens
>  Issue Type: Improvement
>  Components: cube
>Reporter: Rajitha R
>Assignee: Rajitha R
> Attachments: LENS-1496.patch
>
>
> Currently Lens only allows for Look ahead in the last partition. This needs 
> to be made  configurable.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (LENS-1371) Add a substring based retry policy for failures

2017-12-22 Thread Hadoop QA (JIRA)

 [ 
https://issues.apache.org/jira/browse/LENS-1371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hadoop QA updated LENS-1371:

Status: Open  (was: Patch Available)

> Add a substring based retry policy for failures
> ---
>
> Key: LENS-1371
> URL: https://issues.apache.org/jira/browse/LENS-1371
> Project: Apache Lens
>  Issue Type: New Feature
>Reporter: Lavkesh Lahngir
>Assignee: Lavkesh Lahngir
> Attachments: 0001-Retry-patch.patch, 0001-Retry-policy.patch, 
> 0001-Retry-policy.patch, 0001-Retry-policy.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1371) Add a substring based retry policy for failures

2017-12-22 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1371:
-

Patch does not apply. Build job: 
https://builds.apache.org/job/PreCommit-Lens-Build/1492/

> Add a substring based retry policy for failures
> ---
>
> Key: LENS-1371
> URL: https://issues.apache.org/jira/browse/LENS-1371
> Project: Apache Lens
>  Issue Type: New Feature
>Reporter: Lavkesh Lahngir
>Assignee: Lavkesh Lahngir
> Attachments: 0001-Retry-patch.patch, 0001-Retry-policy.patch, 
> 0001-Retry-policy.patch, 0001-Retry-policy.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1484) Lens Server pre commit build failing due to enunciate plugin

2017-12-21 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1484:
-

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

> Lens Server pre commit build failing due to enunciate plugin
> 
>
> Key: LENS-1484
> URL: https://issues.apache.org/jira/browse/LENS-1484
> Project: Apache Lens
>  Issue Type: Bug
>  Components: server
>Reporter: Puneet Gupta
>Assignee: Puneet Gupta
> Attachments: LENS-1484.01.patch, LENS-1484.02.patch, 
> LENS-1484.03.patch, LENS-1484.patch
>
>
> [ERROR] Failed to execute goal 
> com.webcohesion.enunciate:enunciate-maven-plugin:2.5.0:docs (default) on 
> project lens-server: freemarker.core._TemplateModelException: An error has 
> occurred when reading existing sub-variable "securityRoles"; see cause 
> exception! The type of the containing value was: extended_hash+string 
> (com.webcohesion.enunciate.modules.jaxrs.api.impl.MethodImpl wrapped into 
> f.e.b.StringModel)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1495) Lens commit build failure due to checkstyle error

2017-12-21 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1495:
-

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

> Lens commit build failure due to checkstyle error
> -
>
> Key: LENS-1495
> URL: https://issues.apache.org/jira/browse/LENS-1495
> Project: Apache Lens
>  Issue Type: Bug
>  Components: server
>Reporter: Rajitha R
>Assignee: Rajitha R
> Attachments: LENS-1495.patch
>
>
> Checkstyle error in Lensserver code needs to be fixed



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1495) Lens commit build failure due to checkstyle error

2017-12-21 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1495:
-

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

> Lens commit build failure due to checkstyle error
> -
>
> Key: LENS-1495
> URL: https://issues.apache.org/jira/browse/LENS-1495
> Project: Apache Lens
>  Issue Type: Bug
>  Components: server
>Reporter: Rajitha R
>Assignee: Rajitha R
> Attachments: LENS-1495.patch
>
>
> Checkstyle error in Lensserver code needs to be fixed



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1484) Lens Server pre commit build failing due to enunciate plugin

2017-12-21 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1484:
-

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

> Lens Server pre commit build failing due to enunciate plugin
> 
>
> Key: LENS-1484
> URL: https://issues.apache.org/jira/browse/LENS-1484
> Project: Apache Lens
>  Issue Type: Bug
>  Components: server
>Reporter: Puneet Gupta
>Assignee: Puneet Gupta
> Attachments: LENS-1484.01.patch, LENS-1484.02.patch, 
> LENS-1484.03.patch, LENS-1484.patch
>
>
> [ERROR] Failed to execute goal 
> com.webcohesion.enunciate:enunciate-maven-plugin:2.5.0:docs (default) on 
> project lens-server: freemarker.core._TemplateModelException: An error has 
> occurred when reading existing sub-variable "securityRoles"; see cause 
> exception! The type of the containing value was: extended_hash+string 
> (com.webcohesion.enunciate.modules.jaxrs.api.impl.MethodImpl wrapped into 
> f.e.b.StringModel)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1484) Lens Server pre commit build failing due to enunciate plugin

2017-12-20 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1484:
-

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

> Lens Server pre commit build failing due to enunciate plugin
> 
>
> Key: LENS-1484
> URL: https://issues.apache.org/jira/browse/LENS-1484
> Project: Apache Lens
>  Issue Type: Bug
>  Components: server
>Reporter: Puneet Gupta
>Assignee: Puneet Gupta
> Attachments: LENS-1484.01.patch, LENS-1484.02.patch, LENS-1484.patch
>
>
> [ERROR] Failed to execute goal 
> com.webcohesion.enunciate:enunciate-maven-plugin:2.5.0:docs (default) on 
> project lens-server: freemarker.core._TemplateModelException: An error has 
> occurred when reading existing sub-variable "securityRoles"; see cause 
> exception! The type of the containing value was: extended_hash+string 
> (com.webcohesion.enunciate.modules.jaxrs.api.impl.MethodImpl wrapped into 
> f.e.b.StringModel)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1484) Lens Server pre commit build failing due to enunciate plugin

2017-12-19 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1484:
-

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

> Lens Server pre commit build failing due to enunciate plugin
> 
>
> Key: LENS-1484
> URL: https://issues.apache.org/jira/browse/LENS-1484
> Project: Apache Lens
>  Issue Type: Bug
>  Components: server
>Reporter: Puneet Gupta
>Assignee: Puneet Gupta
> Attachments: LENS-1484.01.patch, LENS-1484.02.patch, LENS-1484.patch
>
>
> [ERROR] Failed to execute goal 
> com.webcohesion.enunciate:enunciate-maven-plugin:2.5.0:docs (default) on 
> project lens-server: freemarker.core._TemplateModelException: An error has 
> occurred when reading existing sub-variable "securityRoles"; see cause 
> exception! The type of the containing value was: extended_hash+string 
> (com.webcohesion.enunciate.modules.jaxrs.api.impl.MethodImpl wrapped into 
> f.e.b.StringModel)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1484) Lens Server pre commit build failing due to enunciate plugin

2017-12-19 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1484:
-

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

> Lens Server pre commit build failing due to enunciate plugin
> 
>
> Key: LENS-1484
> URL: https://issues.apache.org/jira/browse/LENS-1484
> Project: Apache Lens
>  Issue Type: Bug
>  Components: server
>Reporter: Puneet Gupta
>Assignee: Puneet Gupta
> Attachments: LENS-1484.01.patch, LENS-1484.patch
>
>
> [ERROR] Failed to execute goal 
> com.webcohesion.enunciate:enunciate-maven-plugin:2.5.0:docs (default) on 
> project lens-server: freemarker.core._TemplateModelException: An error has 
> occurred when reading existing sub-variable "securityRoles"; see cause 
> exception! The type of the containing value was: extended_hash+string 
> (com.webcohesion.enunciate.modules.jaxrs.api.impl.MethodImpl wrapped into 
> f.e.b.StringModel)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1493) TotalQueryCost logic broken

2017-12-19 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1493:
-

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

> TotalQueryCost logic broken 
> 
>
> Key: LENS-1493
> URL: https://issues.apache.org/jira/browse/LENS-1493
> Project: Apache Lens
>  Issue Type: Bug
>  Components: server
>Reporter: Rajitha R
>Assignee: Rajitha R
> Attachments: LENS-1493.patch
>
>
> The totalQueryCost method in DefaultEstimatedQueryCollection is throwing 
> following error : 
>  Error in query submitter
> java.lang.ClassCastException: 
> org.apache.lens.server.api.query.cost.FactPartitionBasedQueryCost cannot be 
> cast to org.apache.lens.server.api.query.cost.StaticQueryCost
>   at 
> org.apache.lens.server.api.query.cost.StaticQueryCost.add(StaticQueryCost.java:33)
>  
>   at 
> org.apache.lens.server.query.collect.DefaultEstimatedQueryCollection.getTotalQueryCost(DefaultEstimatedQueryCollection.java:171)
>  



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1480) For virtual facts, column start and end times are not working

2017-12-19 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1480:
-

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

> For virtual facts, column start and end times are not working
> -
>
> Key: LENS-1480
> URL: https://issues.apache.org/jira/browse/LENS-1480
> Project: Apache Lens
>  Issue Type: Bug
>  Components: cube
>Reporter: Rajitha R
>Assignee: Rajitha R
> Attachments: LENS-1480.1.patch, LENS-1480.patch
>
>
> For virtual facts, column start times are not working



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1484) Lens Server pre commit build failing due to enunciate plugin

2017-12-19 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1484:
-

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

> Lens Server pre commit build failing due to enunciate plugin
> 
>
> Key: LENS-1484
> URL: https://issues.apache.org/jira/browse/LENS-1484
> Project: Apache Lens
>  Issue Type: Bug
>  Components: server
>Reporter: Puneet Gupta
>Assignee: Puneet Gupta
> Attachments: LENS-1484.patch
>
>
> [ERROR] Failed to execute goal 
> com.webcohesion.enunciate:enunciate-maven-plugin:2.5.0:docs (default) on 
> project lens-server: freemarker.core._TemplateModelException: An error has 
> occurred when reading existing sub-variable "securityRoles"; see cause 
> exception! The type of the containing value was: extended_hash+string 
> (com.webcohesion.enunciate.modules.jaxrs.api.impl.MethodImpl wrapped into 
> f.e.b.StringModel)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1484) Lens Server pre commit build failing due to enunciate plugin

2017-12-18 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1484:
-

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

> Lens Server pre commit build failing due to enunciate plugin
> 
>
> Key: LENS-1484
> URL: https://issues.apache.org/jira/browse/LENS-1484
> Project: Apache Lens
>  Issue Type: Bug
>  Components: server
>Reporter: Puneet Gupta
>Assignee: Puneet Gupta
> Attachments: LENS-1484.patch
>
>
> [ERROR] Failed to execute goal 
> com.webcohesion.enunciate:enunciate-maven-plugin:2.5.0:docs (default) on 
> project lens-server: freemarker.core._TemplateModelException: An error has 
> occurred when reading existing sub-variable "securityRoles"; see cause 
> exception! The type of the containing value was: extended_hash+string 
> (com.webcohesion.enunciate.modules.jaxrs.api.impl.MethodImpl wrapped into 
> f.e.b.StringModel)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1484) Lens Server pre commit build failing due to enunciate plugin

2017-12-18 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1484:
-

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

> Lens Server pre commit build failing due to enunciate plugin
> 
>
> Key: LENS-1484
> URL: https://issues.apache.org/jira/browse/LENS-1484
> Project: Apache Lens
>  Issue Type: Bug
>  Components: server
>Reporter: Puneet Gupta
>Assignee: Puneet Gupta
> Attachments: LENS-1484.patch
>
>
> [ERROR] Failed to execute goal 
> com.webcohesion.enunciate:enunciate-maven-plugin:2.5.0:docs (default) on 
> project lens-server: freemarker.core._TemplateModelException: An error has 
> occurred when reading existing sub-variable "securityRoles"; see cause 
> exception! The type of the containing value was: extended_hash+string 
> (com.webcohesion.enunciate.modules.jaxrs.api.impl.MethodImpl wrapped into 
> f.e.b.StringModel)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1484) Lens Server pre commit build failing due to enunciate plugin

2017-12-18 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1484:
-

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

> Lens Server pre commit build failing due to enunciate plugin
> 
>
> Key: LENS-1484
> URL: https://issues.apache.org/jira/browse/LENS-1484
> Project: Apache Lens
>  Issue Type: Bug
>  Components: server
>Reporter: Puneet Gupta
>Assignee: Puneet Gupta
> Attachments: LENS-1484.patch
>
>
> [ERROR] Failed to execute goal 
> com.webcohesion.enunciate:enunciate-maven-plugin:2.5.0:docs (default) on 
> project lens-server: freemarker.core._TemplateModelException: An error has 
> occurred when reading existing sub-variable "securityRoles"; see cause 
> exception! The type of the containing value was: extended_hash+string 
> (com.webcohesion.enunciate.modules.jaxrs.api.impl.MethodImpl wrapped into 
> f.e.b.StringModel)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1492) Update cli.apt file (i.e. not updated by previous patches)

2017-12-04 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1492:
-

Patch does not apply. Build job: 
https://builds.apache.org/job/PreCommit-Lens-Build/1475/

> Update cli.apt file (i.e. not updated by previous patches)
> --
>
> Key: LENS-1492
> URL: https://issues.apache.org/jira/browse/LENS-1492
> Project: Apache Lens
>  Issue Type: Bug
>  Components: docs
>Reporter: Raju Bairishetti
>Assignee: Raju Bairishetti
> Fix For: 2.7
>
> Attachments: LENS-1492.patch
>
>
> cli.apt file was not updated earlier. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (LENS-1492) Update cli.apt file (i.e. not updated by previous patches)

2017-12-04 Thread Hadoop QA (JIRA)

 [ 
https://issues.apache.org/jira/browse/LENS-1492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hadoop QA updated LENS-1492:

Status: Open  (was: Patch Available)

> Update cli.apt file (i.e. not updated by previous patches)
> --
>
> Key: LENS-1492
> URL: https://issues.apache.org/jira/browse/LENS-1492
> Project: Apache Lens
>  Issue Type: Bug
>  Components: docs
>Reporter: Raju Bairishetti
>Assignee: Raju Bairishetti
> Fix For: 2.7
>
> Attachments: LENS-1492.patch
>
>
> cli.apt file was not updated earlier. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1485) Fix javadocs errors and warnings

2017-11-28 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1485:
-

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

> Fix javadocs errors and warnings 
> -
>
> Key: LENS-1485
> URL: https://issues.apache.org/jira/browse/LENS-1485
> Project: Apache Lens
>  Issue Type: Bug
>  Components: build
>Reporter: Raju Bairishetti
>Assignee: Raju Bairishetti
> Fix For: 2.7
>
> Attachments: LENS-1485.patch
>
>
> Right now, we are building and running Lens on only on java8 and higher 
> versions. We are not able to generate javadocs with java8 due to some new 
> rules/constraints on javadocs.
> Creating this jira for fixing the javadoc errors and warnings. We should fail 
> the build(  ) in case of any errors while generating javadocs.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1487) Incorrect handling of array columns in python client

2017-11-21 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1487:
-

Applied patch: 
[LENS-1487.2017-11-21_16:17:11.patch|https://issues.apache.org/jira/secure/attachment/12898644/LENS-1487.2017-11-21_16%3A17%3A11.patch]
 and ran command: mvn clean install -fae. Result: Failure. Build Job: 
https://builds.apache.org/job/PreCommit-Lens-Build/1472/

> Incorrect handling of array columns in python client
> 
>
> Key: LENS-1487
> URL: https://issues.apache.org/jira/browse/LENS-1487
> Project: Apache Lens
>  Issue Type: Bug
>  Components: client
>Reporter: Rajat Khandelwal
>Assignee: Rajat Khandelwal
> Attachments: LENS-1487.2017-11-21_16:17:11.patch
>
>
> The client is splitting the list on every character. It should be splitting 
> on comma. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1486) Disable test case testQueryAliveOnSessionClose

2017-11-21 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1486:
-

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

> Disable test case testQueryAliveOnSessionClose 
> ---
>
> Key: LENS-1486
> URL: https://issues.apache.org/jira/browse/LENS-1486
> Project: Apache Lens
>  Issue Type: Bug
>  Components: server
>Reporter: Sushil Mohanty
>Assignee: Sushil Mohanty
> Attachments: LENS-1486.patch
>
>
> TestQueryIndependenceFromSessionClose.testQueryAliveOnSessionClose is failing 
> in past few builds, commenting it temporarily to make the build pass. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1483) Implementation for Jdbc driver cost

2017-11-16 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1483:
-

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

> Implementation for Jdbc driver cost 
> 
>
> Key: LENS-1483
> URL: https://issues.apache.org/jira/browse/LENS-1483
> Project: Apache Lens
>  Issue Type: Task
>  Components: server
>Reporter: Rajitha R
>Assignee: Rajitha R
> Attachments: LENS-1483.5.patch, LENS-1483.6.patch
>
>
> Jdbc driver cost has been hardcoded to zero currently in Lens code. This 
> makes it difficult to add more jdbc drivers which have different costs. Hence 
> there is a need for having a driver level implementation for calculating cost.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1483) Implementation for Jdbc driver cost

2017-11-16 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1483:
-

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

> Implementation for Jdbc driver cost 
> 
>
> Key: LENS-1483
> URL: https://issues.apache.org/jira/browse/LENS-1483
> Project: Apache Lens
>  Issue Type: Task
>  Components: server
>Reporter: Rajitha R
>Assignee: Rajitha R
> Attachments: LENS-1483.5.patch, LENS-1483.6.patch
>
>
> Jdbc driver cost has been hardcoded to zero currently in Lens code. This 
> makes it difficult to add more jdbc drivers which have different costs. Hence 
> there is a need for having a driver level implementation for calculating cost.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1484) Lens Server pre commit build failing due to enunciate plugin

2017-11-15 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1484:
-

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

> Lens Server pre commit build failing due to enunciate plugin
> 
>
> Key: LENS-1484
> URL: https://issues.apache.org/jira/browse/LENS-1484
> Project: Apache Lens
>  Issue Type: Bug
>  Components: server
>Reporter: Puneet Gupta
>Assignee: Puneet Gupta
> Attachments: LENS-1484.patch
>
>
> [ERROR] Failed to execute goal 
> com.webcohesion.enunciate:enunciate-maven-plugin:2.5.0:docs (default) on 
> project lens-server: freemarker.core._TemplateModelException: An error has 
> occurred when reading existing sub-variable "securityRoles"; see cause 
> exception! The type of the containing value was: extended_hash+string 
> (com.webcohesion.enunciate.modules.jaxrs.api.impl.MethodImpl wrapped into 
> f.e.b.StringModel)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1483) Implementation for Jdbc driver cost

2017-11-15 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1483:
-

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

> Implementation for Jdbc driver cost 
> 
>
> Key: LENS-1483
> URL: https://issues.apache.org/jira/browse/LENS-1483
> Project: Apache Lens
>  Issue Type: Task
>  Components: server
>Reporter: Rajitha R
>Assignee: Rajitha R
> Attachments: LENS-1483.5.patch
>
>
> Jdbc driver cost has been hardcoded to zero currently in Lens code. This 
> makes it difficult to add more jdbc drivers which have different costs. Hence 
> there is a need for having a driver level implementation for calculating cost.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1484) Lens Server pre commit build failing due to enunciate plugin

2017-11-15 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1484:
-

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

> Lens Server pre commit build failing due to enunciate plugin
> 
>
> Key: LENS-1484
> URL: https://issues.apache.org/jira/browse/LENS-1484
> Project: Apache Lens
>  Issue Type: Bug
>  Components: server
>Reporter: Puneet Gupta
>Assignee: Puneet Gupta
> Attachments: LENS-1484.patch
>
>
> [ERROR] Failed to execute goal 
> com.webcohesion.enunciate:enunciate-maven-plugin:2.5.0:docs (default) on 
> project lens-server: freemarker.core._TemplateModelException: An error has 
> occurred when reading existing sub-variable "securityRoles"; see cause 
> exception! The type of the containing value was: extended_hash+string 
> (com.webcohesion.enunciate.modules.jaxrs.api.impl.MethodImpl wrapped into 
> f.e.b.StringModel)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1483) Implementation for Jdbc driver cost

2017-11-15 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1483:
-

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

> Implementation for Jdbc driver cost 
> 
>
> Key: LENS-1483
> URL: https://issues.apache.org/jira/browse/LENS-1483
> Project: Apache Lens
>  Issue Type: Task
>  Components: server
>Reporter: Rajitha R
>Assignee: Rajitha R
> Attachments: LENS-1483.5.patch
>
>
> Jdbc driver cost has been hardcoded to zero currently in Lens code. This 
> makes it difficult to add more jdbc drivers which have different costs. Hence 
> there is a need for having a driver level implementation for calculating cost.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1483) Implementation for Jdbc driver cost

2017-11-15 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1483:
-

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

> Implementation for Jdbc driver cost 
> 
>
> Key: LENS-1483
> URL: https://issues.apache.org/jira/browse/LENS-1483
> Project: Apache Lens
>  Issue Type: Task
>  Components: server
>Reporter: Rajitha R
>Assignee: Rajitha R
> Attachments: LENS-1483.2.patch, LENS-1483.3.patch, LENS-1483.4.patch, 
> LENS-1483.patch
>
>
> Jdbc driver cost has been hardcoded to zero currently in Lens code. This 
> makes it difficult to add more jdbc drivers which have different costs. Hence 
> there is a need for having a driver level implementation for calculating cost.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1483) Implementation for Jdbc driver cost

2017-11-15 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1483:
-

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

> Implementation for Jdbc driver cost 
> 
>
> Key: LENS-1483
> URL: https://issues.apache.org/jira/browse/LENS-1483
> Project: Apache Lens
>  Issue Type: Task
>  Components: server
>Reporter: Rajitha R
>Assignee: Rajitha R
> Attachments: LENS-1483.2.patch, LENS-1483.3.patch, LENS-1483.patch
>
>
> Jdbc driver cost has been hardcoded to zero currently in Lens code. This 
> makes it difficult to add more jdbc drivers which have different costs. Hence 
> there is a need for having a driver level implementation for calculating cost.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1483) Implementation for Jdbc driver cost

2017-11-15 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1483:
-

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

> Implementation for Jdbc driver cost 
> 
>
> Key: LENS-1483
> URL: https://issues.apache.org/jira/browse/LENS-1483
> Project: Apache Lens
>  Issue Type: Task
>  Components: server
>Reporter: Rajitha R
>Assignee: Rajitha R
> Attachments: LENS-1483.2.patch, LENS-1483.patch
>
>
> Jdbc driver cost has been hardcoded to zero currently in Lens code. This 
> makes it difficult to add more jdbc drivers which have different costs. Hence 
> there is a need for having a driver level implementation for calculating cost.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1483) Implementation for Jdbc driver cost

2017-11-15 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1483:
-

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

> Implementation for Jdbc driver cost 
> 
>
> Key: LENS-1483
> URL: https://issues.apache.org/jira/browse/LENS-1483
> Project: Apache Lens
>  Issue Type: Task
>  Components: server
>Reporter: Rajitha R
>Assignee: Rajitha R
> Attachments: LENS-1483.patch
>
>
> Jdbc driver cost has been hardcoded to zero currently in Lens code. This 
> makes it difficult to add more jdbc drivers which have different costs. Hence 
> there is a need for having a driver level implementation for calculating cost.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1425) Update 2.7 release documentation

2017-11-05 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1425:
-

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

> Update 2.7 release documentation
> 
>
> Key: LENS-1425
> URL: https://issues.apache.org/jira/browse/LENS-1425
> Project: Apache Lens
>  Issue Type: Sub-task
>  Components: build
>Reporter: Raju Bairishetti
>Assignee: Raju Bairishetti
> Fix For: 2.7
>
> Attachments: LENS-1425.patch, LENS-1425_1.patch
>
>
> Update the release documentation with 2.7 features



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1461) Lens services state are not persisted correctly

2017-11-03 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1461:
-

Applied patch: 
[LENS-1461_3.patch|https://issues.apache.org/jira/secure/attachment/12895578/LENS-1461_3.patch]
 and ran command: mvn clean install -fae. Result: Success. Build Job: 
https://builds.apache.org/job/PreCommit-Lens-Build/1459/

> Lens services state are not persisted correctly
> ---
>
> Key: LENS-1461
> URL: https://issues.apache.org/jira/browse/LENS-1461
> Project: Apache Lens
>  Issue Type: Bug
>  Components: server
>Reporter: Ankit Kailaswar
>Assignee: Ankit Kailaswar
>Priority: Major
> Attachments: LENS-1461.patch_3, LENS-1461_3.patch
>
>
> Lens services state are not persisted correctly causing lens  to fail at 
> startup.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1461) Lens services state are not persisted correctly

2017-11-03 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1461:
-

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

> Lens services state are not persisted correctly
> ---
>
> Key: LENS-1461
> URL: https://issues.apache.org/jira/browse/LENS-1461
> Project: Apache Lens
>  Issue Type: Bug
>  Components: server
>Reporter: Ankit Kailaswar
>Assignee: Ankit Kailaswar
>Priority: Major
> Attachments: LENS-1461.patch_3, LENS-1461_3.patch
>
>
> Lens services state are not persisted correctly causing lens  to fail at 
> startup.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1425) Update 2.7 release documentation

2017-11-01 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1425:
-

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

> Update 2.7 release documentation
> 
>
> Key: LENS-1425
> URL: https://issues.apache.org/jira/browse/LENS-1425
> Project: Apache Lens
>  Issue Type: Sub-task
>  Components: build
>Reporter: Raju Bairishetti
>Assignee: Raju Bairishetti
>Priority: Major
> Fix For: 2.7
>
> Attachments: LENS-1425.patch
>
>
> Update the release documentation with 2.7 features



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1481) Missing License headers in some .js files

2017-10-31 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1481:
-

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

> Missing License headers in some .js files
> -
>
> Key: LENS-1481
> URL: https://issues.apache.org/jira/browse/LENS-1481
> Project: Apache Lens
>  Issue Type: Bug
>  Components: UI
>Reporter: Raju Bairishetti
>Assignee: Raju Bairishetti
>Priority: Minor
> Fix For: 2.7
>
> Attachments: LENS-1481.patch
>
>
> License header is missing in some .js files under UI module. We have to add 
> the licence header to all the files.
> {noformat}
> lens-ui/app/actions/SessionAction.js
> lens-ui/app/adapters/SessionAdapter.js
> lens-ui/app/components/SessionListComponent.js
> lens-ui/app/constants/SessionConstants.js
> lens-ui/app/stores/SessionStore.js
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1469) Support drop partition(s) for specific update periods

2017-10-25 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1469:
-

Applied patch: 
[LENS-1469.patch|https://issues.apache.org/jira/secure/attachment/12890135/LENS-1469.patch]
 and ran command: mvn clean install -fae. Result: Success. Build Job: 
https://builds.apache.org/job/PreCommit-Lens-Build/1452/

> Support drop partition(s) for specific update periods
> -
>
> Key: LENS-1469
> URL: https://issues.apache.org/jira/browse/LENS-1469
> Project: Apache Lens
>  Issue Type: New Feature
>  Components: client, server
>Reporter: Amit Khanna
> Attachments: LENS-1469.patch
>
>
> Facilitate dropping partitions based on update period.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1480) For virtual facts, column start and end times are not working

2017-10-04 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1480:
-

Applied patch: 
[LENS-1480.patch|https://issues.apache.org/jira/secure/attachment/12890382/LENS-1480.patch]
 and ran command: mvn clean install -fae. Result: Success. Build Job: 
https://builds.apache.org/job/PreCommit-Lens-Build/1451/

> For virtual facts, column start and end times are not working
> -
>
> Key: LENS-1480
> URL: https://issues.apache.org/jira/browse/LENS-1480
> Project: Apache Lens
>  Issue Type: Bug
>  Components: cube
>Reporter: Rajitha R
>Assignee: Rajitha R
> Attachments: LENS-1480.patch
>
>
> For virtual facts, column start times are not working



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1480) For virtual facts, column start times are not working

2017-10-04 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1480:
-

Applied patch: 
[LENS-1480.patch|https://issues.apache.org/jira/secure/attachment/12890369/LENS-1480.patch]
 and ran command: mvn clean install -fae. Result: Success. Build Job: 
https://builds.apache.org/job/PreCommit-Lens-Build/1450/

> For virtual facts, column start times are not working
> -
>
> Key: LENS-1480
> URL: https://issues.apache.org/jira/browse/LENS-1480
> Project: Apache Lens
>  Issue Type: Bug
>  Components: cube
>Reporter: Rajitha R
>Assignee: Rajitha R
> Attachments: LENS-1480.patch
>
>
> For virtual facts, column start times are not working



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1480) For virtual facts, column start times are not working

2017-10-04 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1480:
-

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

> For virtual facts, column start times are not working
> -
>
> Key: LENS-1480
> URL: https://issues.apache.org/jira/browse/LENS-1480
> Project: Apache Lens
>  Issue Type: Bug
>  Components: cube
>Reporter: Rajitha R
>Assignee: Rajitha R
> Attachments: LENS-1480.patch
>
>
> For virtual facts, column start times are not working



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1469) Support drop partition(s) for specific update periods

2017-10-03 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1469:
-

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

> Support drop partition(s) for specific update periods
> -
>
> Key: LENS-1469
> URL: https://issues.apache.org/jira/browse/LENS-1469
> Project: Apache Lens
>  Issue Type: New Feature
>  Components: client, server
>Reporter: Amit Khanna
> Attachments: LENS-1469.patch
>
>
> Facilitate dropping partitions based on update period.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1469) Support drop partition(s) for specific update periods

2017-10-03 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1469:
-

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

> Support drop partition(s) for specific update periods
> -
>
> Key: LENS-1469
> URL: https://issues.apache.org/jira/browse/LENS-1469
> Project: Apache Lens
>  Issue Type: New Feature
>  Components: client, server
>Reporter: Amit Khanna
> Attachments: LENS-1469.patch
>
>
> Facilitate dropping partitions based on update period.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1469) Support drop partition(s) for specific update periods

2017-09-29 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1469:
-

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

> Support drop partition(s) for specific update periods
> -
>
> Key: LENS-1469
> URL: https://issues.apache.org/jira/browse/LENS-1469
> Project: Apache Lens
>  Issue Type: New Feature
>  Components: client, server
>Reporter: Amit Khanna
> Attachments: LENS-1469.patch
>
>
> Facilitate dropping partitions based on update period.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1469) Support drop partition(s) for specific update periods

2017-09-29 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1469:
-

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

> Support drop partition(s) for specific update periods
> -
>
> Key: LENS-1469
> URL: https://issues.apache.org/jira/browse/LENS-1469
> Project: Apache Lens
>  Issue Type: New Feature
>  Components: client, server
>Reporter: Amit Khanna
> Attachments: LENS-1469.patch
>
>
> Facilitate dropping partitions based on update period.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1469) Support drop partition(s) for specific update periods

2017-09-29 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1469:
-

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

> Support drop partition(s) for specific update periods
> -
>
> Key: LENS-1469
> URL: https://issues.apache.org/jira/browse/LENS-1469
> Project: Apache Lens
>  Issue Type: New Feature
>  Components: client, server
>Reporter: Amit Khanna
> Attachments: LENS-1469.patch
>
>
> Facilitate dropping partitions based on update period.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1469) Support drop partition(s) for specific update periods

2017-09-28 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1469:
-

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

> Support drop partition(s) for specific update periods
> -
>
> Key: LENS-1469
> URL: https://issues.apache.org/jira/browse/LENS-1469
> Project: Apache Lens
>  Issue Type: New Feature
>  Components: client, server
>Reporter: Amit Khanna
> Attachments: LENS-1469.patch
>
>
> Facilitate dropping partitions based on update period.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1478) Queries with partial data set as false lookahead not working

2017-09-19 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1478:
-

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

> Queries with partial data set as false lookahead not working
> 
>
> Key: LENS-1478
> URL: https://issues.apache.org/jira/browse/LENS-1478
> Project: Apache Lens
>  Issue Type: Bug
>  Components: cube
>Reporter: Sushil Mohanty
>Assignee: Sushil Mohanty
> Attachments: LENS-1478.patch
>
>
> For queries with set lens.cube.query.fail.if.data.partial=false lookahead 
> queries partitions are not getting resolved and the being rewritten same as 
> input time_range_in function. This results query failure with syntax error.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1477) Change default measure value to "0" instead of "0.0" in union queries

2017-09-18 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1477:
-

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

> Change default measure value to "0" instead of "0.0" in union queries
> -
>
> Key: LENS-1477
> URL: https://issues.apache.org/jira/browse/LENS-1477
> Project: Apache Lens
>  Issue Type: Bug
>  Components: cube
>Reporter: Sushil Mohanty
>Assignee: Sushil Mohanty
> Attachments: LENS-1477.patch
>
>
> Changing this value to "0", so data type conversion of integer with double 
> can be avoided.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1477) Change default measure value to "0" instead of "0.0" in union queries

2017-09-18 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1477:
-

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

> Change default measure value to "0" instead of "0.0" in union queries
> -
>
> Key: LENS-1477
> URL: https://issues.apache.org/jira/browse/LENS-1477
> Project: Apache Lens
>  Issue Type: Bug
>  Components: cube
>Reporter: Sushil Mohanty
>Assignee: Sushil Mohanty
> Attachments: LENS-1477.patch
>
>
> Changing this value to "0", so data type conversion of integer with double 
> can be avoided.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1475) Override equals(Object obj) and hashcode() methods of SegmentationCandidate

2017-09-13 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1475:
-

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

> Override equals(Object obj) and hashcode() methods of SegmentationCandidate
> ---
>
> Key: LENS-1475
> URL: https://issues.apache.org/jira/browse/LENS-1475
> Project: Apache Lens
>  Issue Type: Bug
>  Components: cube
>Reporter: Sushil Mohanty
>Assignee: Sushil Mohanty
> Attachments: LENS-1475.patch
>
>
> Override both equals() and hashcode() 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1476) Order By clause is not rewritten correctly when column is wrapped with function

2017-09-13 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1476:
-

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

> Order By clause is not rewritten correctly when column is wrapped with 
> function
> ---
>
> Key: LENS-1476
> URL: https://issues.apache.org/jira/browse/LENS-1476
> Project: Apache Lens
>  Issue Type: Bug
>  Components: cube
>Reporter: Sushil Mohanty
>Assignee: Sushil Mohanty
> Attachments: LENS-1476.patch
>
>
> Order by clauses like to_date(datecol) is not not rewritten properly in the 
> final union query.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1476) Order By clause is not rewritten correctly when column is wrapped with function

2017-09-13 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1476:
-

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

> Order By clause is not rewritten correctly when column is wrapped with 
> function
> ---
>
> Key: LENS-1476
> URL: https://issues.apache.org/jira/browse/LENS-1476
> Project: Apache Lens
>  Issue Type: Bug
>  Components: cube
>Reporter: Sushil Mohanty
>Assignee: Sushil Mohanty
> Attachments: LENS-1476.patch
>
>
> Order by clauses like to_date(datecol) is not not rewritten properly in the 
> final union query.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1474) Null pointer exception in expression resolver for Segmentation candidate

2017-09-09 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1474:
-

Applied patch: 
[LENS-1474.patch|https://issues.apache.org/jira/secure/attachment/12886233/LENS-1474.patch]
 and ran command: mvn clean install -fae. Result: Success. Build Job: 
https://builds.apache.org/job/PreCommit-Lens-Build/1436/

> Null pointer exception in expression resolver for Segmentation candidate
> 
>
> Key: LENS-1474
> URL: https://issues.apache.org/jira/browse/LENS-1474
> Project: Apache Lens
>  Issue Type: Bug
>  Components: cube
>Reporter: Rajitha R
>Assignee: Rajitha R
> Attachments: LENS-1474.patch
>
>
> This happens when there are two expressions . Say expr1 answered from fact 
> and expr2 answered from Segmentation. 
> Segmentation specific inner rewrite is passed expr1 as 0.0 and later in the 
> flow expr1 is looked up which throws up NullPointerException.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1473) Cubevirtualfact table relative start time has incorrect config field name

2017-09-06 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1473:
-

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

> Cubevirtualfact table relative start time has incorrect config field name
> -
>
> Key: LENS-1473
> URL: https://issues.apache.org/jira/browse/LENS-1473
> Project: Apache Lens
>  Issue Type: Bug
>  Components: cube
>Reporter: Rajitha R
>Assignee: Rajitha R
> Attachments: LENS-1473.patch
>
>
> Cubevirtualfact table relative start time has incorrect config field name



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1469) Support drop partition(s) for specific update periods

2017-09-06 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1469:
-

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

> Support drop partition(s) for specific update periods
> -
>
> Key: LENS-1469
> URL: https://issues.apache.org/jira/browse/LENS-1469
> Project: Apache Lens
>  Issue Type: New Feature
>  Components: client, server
>Reporter: Amit Khanna
> Attachments: LENS-1469.patch
>
>
> Facilitate dropping partitions based on update period.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1469) Support drop partition(s) for specific update periods

2017-09-06 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1469:
-

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

> Support drop partition(s) for specific update periods
> -
>
> Key: LENS-1469
> URL: https://issues.apache.org/jira/browse/LENS-1469
> Project: Apache Lens
>  Issue Type: New Feature
>  Components: client, server
>Reporter: Amit Khanna
> Attachments: LENS-1469.patch
>
>
> Facilitate dropping partitions based on update period.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1472) Populate sample metastore on example db is failing

2017-09-04 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1472:
-

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

> Populate sample metastore on example db is failing
> --
>
> Key: LENS-1472
> URL: https://issues.apache.org/jira/browse/LENS-1472
> Project: Apache Lens
>  Issue Type: Bug
>  Components: examples
>Reporter: Rajat Khandelwal
>Assignee: Rajat Khandelwal
> Attachments: LENS-1472.01.patch, LENS-1472.02.patch
>
>
> {noformat}
> Error Message: Internal Server Error.: 
> MetaException(message:file:/usr/local/lens/client/examples/data/sales_aggr_fact2_local4
>  is not a directory or unable to create one)
>   at 
> org.apache.lens.client.LensMetadataClient.translate(LensMetadataClient.java:73)
>   at 
> org.apache.lens.client.LensMetadataClient.addPartitionsToFactTable(LensMetadataClient.java:875)
>   at 
> org.apache.lens.examples.PopulateSampleMetastore.createFactPartitions(PopulateSampleMetastore.java:172)
>   at 
> org.apache.lens.examples.PopulateSampleMetastore.populateFactTables(PopulateSampleMetastore.java:196)
>   at 
> org.apache.lens.examples.PopulateSampleMetastore.populateAll(PopulateSampleMetastore.java:84)
>   at 
> org.apache.lens.examples.PopulateSampleMetastore.main(PopulateSampleMetastore.java:71)
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1471) JoinCandidate's children should not share same instance of a storage candidate

2017-09-04 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1471:
-

Applied patch: 
[LENS-1471.03.patch|https://issues.apache.org/jira/secure/attachment/12885259/LENS-1471.03.patch]
 and ran command: mvn clean install -fae. Result: Success. Build Job: 
https://builds.apache.org/job/PreCommit-Lens-Build/1430/

> JoinCandidate's children should not share same instance of a storage 
> candidate 
> ---
>
> Key: LENS-1471
> URL: https://issues.apache.org/jira/browse/LENS-1471
> Project: Apache Lens
>  Issue Type: Bug
>  Components: cube
>Reporter: Rajat Khandelwal
>Assignee: Rajat Khandelwal
> Attachments: LENS-1471.01.patch, LENS-1471.02.patch, 
> LENS-1471.03.patch
>
>
> The issue is in Join candidates of the kind {{Join\[Union\[a,b\]; 
> Union\[a,c\]\]}}. If the instance of {{a}} is shared in different trees of a 
> JoinCandidate, the rewritten query will be wrong. JoinCandidate's children 
> set exclusive measure phrase indices, and that is done via {{retain}} method 
> of list. So let's say union1 is answering {{\[0,1\]}} measures and union2 is 
> answering {{\[2,3\]}} measures, and since 
> {{\[0,1,2,3\].retain(\[0,1\]).retain(\[2,3\]) == \[\]}}, it ends up answering 
> no measures at all



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1472) Populate sample metastore on example db is failing

2017-09-04 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1472:
-

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

> Populate sample metastore on example db is failing
> --
>
> Key: LENS-1472
> URL: https://issues.apache.org/jira/browse/LENS-1472
> Project: Apache Lens
>  Issue Type: Bug
>  Components: examples
>Reporter: Rajat Khandelwal
>Assignee: Rajat Khandelwal
> Attachments: LENS-1472.01.patch
>
>
> {noformat}
> Error Message: Internal Server Error.: 
> MetaException(message:file:/usr/local/lens/client/examples/data/sales_aggr_fact2_local4
>  is not a directory or unable to create one)
>   at 
> org.apache.lens.client.LensMetadataClient.translate(LensMetadataClient.java:73)
>   at 
> org.apache.lens.client.LensMetadataClient.addPartitionsToFactTable(LensMetadataClient.java:875)
>   at 
> org.apache.lens.examples.PopulateSampleMetastore.createFactPartitions(PopulateSampleMetastore.java:172)
>   at 
> org.apache.lens.examples.PopulateSampleMetastore.populateFactTables(PopulateSampleMetastore.java:196)
>   at 
> org.apache.lens.examples.PopulateSampleMetastore.populateAll(PopulateSampleMetastore.java:84)
>   at 
> org.apache.lens.examples.PopulateSampleMetastore.main(PopulateSampleMetastore.java:71)
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1471) JoinCandidate's children should not share same instance of a storage candidate

2017-09-04 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1471:
-

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

> JoinCandidate's children should not share same instance of a storage 
> candidate 
> ---
>
> Key: LENS-1471
> URL: https://issues.apache.org/jira/browse/LENS-1471
> Project: Apache Lens
>  Issue Type: Bug
>  Components: cube
>Reporter: Rajat Khandelwal
>Assignee: Rajat Khandelwal
> Attachments: LENS-1471.01.patch, LENS-1471.02.patch
>
>
> The issue is in Join candidates of the kind {{Join\[Union\[a,b\]; 
> Union\[a,c\]\]}}. If the instance of {{a}} is shared in different trees of a 
> JoinCandidate, the rewritten query will be wrong. JoinCandidate's children 
> set exclusive measure phrase indices, and that is done via {{retain}} method 
> of list. So let's say union1 is answering {{\[0,1\]}} measures and union2 is 
> answering {{\[2,3\]}} measures, and since 
> {{\[0,1,2,3\].retain(\[0,1\]).retain(\[2,3\]) == \[\]}}, it ends up answering 
> no measures at all



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1471) JoinCandidate's children should not share same storage candidate

2017-09-04 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1471:
-

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

> JoinCandidate's children should not share same storage candidate 
> -
>
> Key: LENS-1471
> URL: https://issues.apache.org/jira/browse/LENS-1471
> Project: Apache Lens
>  Issue Type: Bug
>  Components: cube
>Reporter: Rajat Khandelwal
>Assignee: Rajat Khandelwal
> Attachments: LENS-1471.01.patch
>
>
> The issue is in Join candidates of the kind {{Join\[Union\[a,b\]; 
> Union\[a,c\]\]}}. If the instance of {{a}} is shared in different trees of a 
> JoinCandidate, the rewritten query will be wrong. JoinCandidate's children 
> set exclusive measure phrase indices, and that is done via truncate method of 
> list. So let's say union1 is answering {{\[0,1\]}} measures and union2 is 
> answering {{\[2,3\]}} measures, and since 
> {{\[0,1,2,3\].retain(\[0,1\]).retain(\[2,3\]) == \[\]}}, it ends up answering 
> no measures at all



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1469) Support drop partition(s) for specific update periods

2017-09-02 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1469:
-

Applied patch: 
[LENS-1469.patch|https://issues.apache.org/jira/secure/attachment/12885074/LENS-1469.patch]
 and ran command: mvn clean install -fae. Result: Success. Build Job: 
https://builds.apache.org/job/PreCommit-Lens-Build/1427/

> Support drop partition(s) for specific update periods
> -
>
> Key: LENS-1469
> URL: https://issues.apache.org/jira/browse/LENS-1469
> Project: Apache Lens
>  Issue Type: New Feature
>  Components: client, server
>Reporter: Amit Khanna
> Attachments: LENS-1469.patch
>
>
> Facilitate dropping partitions based on update period.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1468) Expressions in having clauses are not getting rewritten properly for join queries

2017-09-01 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1468:
-

Applied patch: 
[LENS-1468.02.patch|https://issues.apache.org/jira/secure/attachment/12884487/LENS-1468.02.patch]
 and ran command: mvn clean install -fae. Result: Success. Build Job: 
https://builds.apache.org/job/PreCommit-Lens-Build/1426/

> Expressions in having clauses are not getting rewritten properly for join 
> queries
> -
>
> Key: LENS-1468
> URL: https://issues.apache.org/jira/browse/LENS-1468
> Project: Apache Lens
>  Issue Type: Bug
>  Components: cube
>Reporter: Rajat Khandelwal
>Assignee: Rajat Khandelwal
> Attachments: LENS-1468.01.patch, LENS-1468.02.patch
>
>
> The issue is not seen in test cases yet since somehow the order of child 
> candidates in {{JoinCandidate}} has been fixed. We have observed the order 
> being non-deterministic in production. And in one ordering, having clause 
> works fine and in another it doesn't. Will be adding test cases to reproduce 
> this issue and the fix as well. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1469) Support drop partition(s) for specific update periods

2017-08-31 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1469:
-

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

> Support drop partition(s) for specific update periods
> -
>
> Key: LENS-1469
> URL: https://issues.apache.org/jira/browse/LENS-1469
> Project: Apache Lens
>  Issue Type: New Feature
>  Components: client, server
>Reporter: Amit Khanna
> Attachments: LENS-1469.patch
>
>
> Facilitate dropping partitions based on update period.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1466) Rewritten queries not resolving time_range_in clause

2017-08-31 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1466:
-

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

> Rewritten queries not resolving time_range_in clause
> 
>
> Key: LENS-1466
> URL: https://issues.apache.org/jira/browse/LENS-1466
> Project: Apache Lens
>  Issue Type: Bug
>  Components: cube
>Reporter: Rajitha R
>Assignee: Rajitha R
> Attachments: LENS-1466.patch
>
>
> Few Queries with look ahead are not resolving time_range_in clause. This is 
> causing queries to fail on jdbc.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1468) Expressions in having clauses are not getting rewritten properly for join queries

2017-08-30 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1468:
-

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

> Expressions in having clauses are not getting rewritten properly for join 
> queries
> -
>
> Key: LENS-1468
> URL: https://issues.apache.org/jira/browse/LENS-1468
> Project: Apache Lens
>  Issue Type: Bug
>  Components: cube
>Reporter: Rajat Khandelwal
>Assignee: Rajat Khandelwal
> Attachments: LENS-1468.01.patch, LENS-1468.02.patch
>
>
> The issue is not seen in test cases yet since somehow the order of child 
> candidates in {{JoinCandidate}} has been fixed. We have observed the order 
> being non-deterministic in production. And in one ordering, having clause 
> works fine and in another it doesn't. Will be adding test cases to reproduce 
> this issue and the fix as well. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1468) Expressions in having clauses are not getting rewritten properly for join queries

2017-08-30 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1468:
-

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

> Expressions in having clauses are not getting rewritten properly for join 
> queries
> -
>
> Key: LENS-1468
> URL: https://issues.apache.org/jira/browse/LENS-1468
> Project: Apache Lens
>  Issue Type: Bug
>  Components: cube
>Reporter: Rajat Khandelwal
>Assignee: Rajat Khandelwal
> Attachments: LENS-1468.01.patch
>
>
> The issue is not seen in test cases yet since somehow the order of child 
> candidates in {{JoinCandidate}} has been fixed. We have observed the order 
> being non-deterministic in production. And in one ordering, having clause 
> works fine and in another it doesn't. Will be adding test cases to reproduce 
> this issue and the fix as well. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1467) CubeQueryContext.getAllFilters is returning incorrect list of filters in case there is an "OR" in the filters

2017-08-30 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1467:
-

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

> CubeQueryContext.getAllFilters is returning incorrect list of filters in case 
> there is an "OR" in the filters
> -
>
> Key: LENS-1467
> URL: https://issues.apache.org/jira/browse/LENS-1467
> Project: Apache Lens
>  Issue Type: Bug
>  Components: cube
>Reporter: Rajat Khandelwal
>Assignee: Rajat Khandelwal
> Fix For: 2.7
>
> Attachments: LENS-1467.01.patch, LENS-1467.02.patch, 
> LENS-1467.03.patch
>
>
> "a and (b or c)" is converted to ["a", "b", "c"] which are then ANDed 
> together, which is wrong. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1464) One or two queued queries failing with ConcurrentModificationException on restart

2017-08-30 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1464:
-

Applied patch: 
[LENS-1464.03.patch|https://issues.apache.org/jira/secure/attachment/12884439/LENS-1464.03.patch]
 and ran command: mvn clean install -fae. Result: Success. Build Job: 
https://builds.apache.org/job/PreCommit-Lens-Build/1418/

> One or two queued queries failing with ConcurrentModificationException on 
> restart 
> --
>
> Key: LENS-1464
> URL: https://issues.apache.org/jira/browse/LENS-1464
> Project: Apache Lens
>  Issue Type: Bug
>  Components: server
>Reporter: Rajat Khandelwal
>Assignee: Rajat Khandelwal
> Fix For: 2.7
>
> Attachments: LENS-1464.01.patch, LENS-1464.02.patch, 
> LENS-1464.03.patch
>
>
> Happens because of synchronizations issues. If two queries are simultaneously 
> launching, both try to add resources to hive driver. One of those queries can 
> fail then. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1464) One or two queued queries failing with ConcurrentModificationException on restart

2017-08-30 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1464:
-

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

> One or two queued queries failing with ConcurrentModificationException on 
> restart 
> --
>
> Key: LENS-1464
> URL: https://issues.apache.org/jira/browse/LENS-1464
> Project: Apache Lens
>  Issue Type: Bug
>  Components: server
>Reporter: Rajat Khandelwal
>Assignee: Rajat Khandelwal
> Fix For: 2.7
>
> Attachments: LENS-1464.01.patch, LENS-1464.02.patch, 
> LENS-1464.03.patch
>
>
> Happens because of synchronizations issues. If two queries are simultaneously 
> launching, both try to add resources to hive driver. One of those queries can 
> fail then. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1467) CubeQueryContext.getAllFilters is returning incorrect list of filters in case there is an "OR" in the filters

2017-08-30 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1467:
-

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

> CubeQueryContext.getAllFilters is returning incorrect list of filters in case 
> there is an "OR" in the filters
> -
>
> Key: LENS-1467
> URL: https://issues.apache.org/jira/browse/LENS-1467
> Project: Apache Lens
>  Issue Type: Bug
>  Components: cube
>Reporter: Rajat Khandelwal
>Assignee: Rajat Khandelwal
> Fix For: 2.7
>
> Attachments: LENS-1467.01.patch, LENS-1467.02.patch, 
> LENS-1467.03.patch
>
>
> "a and (b or c)" is converted to ["a", "b", "c"] which are then ANDed 
> together, which is wrong. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1467) CubeQueryContext.getAllFilters is returning incorrect list of filters in case there is an "OR" in the filters

2017-08-30 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1467:
-

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

> CubeQueryContext.getAllFilters is returning incorrect list of filters in case 
> there is an "OR" in the filters
> -
>
> Key: LENS-1467
> URL: https://issues.apache.org/jira/browse/LENS-1467
> Project: Apache Lens
>  Issue Type: Bug
>  Components: cube
>Reporter: Rajat Khandelwal
>Assignee: Rajat Khandelwal
> Fix For: 2.7
>
> Attachments: LENS-1467.01.patch, LENS-1467.02.patch, 
> LENS-1467.03.patch
>
>
> "a and (b or c)" is converted to ["a", "b", "c"] which are then ANDed 
> together, which is wrong. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1464) One or two queued queries failing with ConcurrentModificationException on restart

2017-08-30 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1464:
-

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

> One or two queued queries failing with ConcurrentModificationException on 
> restart 
> --
>
> Key: LENS-1464
> URL: https://issues.apache.org/jira/browse/LENS-1464
> Project: Apache Lens
>  Issue Type: Bug
>  Components: server
>Reporter: Rajat Khandelwal
>Assignee: Rajat Khandelwal
> Attachments: LENS-1464.01.patch, LENS-1464.02.patch, 
> LENS-1464.03.patch
>
>
> Happens because of synchronizations issues. If two queries are simultaneously 
> launching, both try to add resources to hive driver. One of those queries can 
> fail then. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1467) CubeQueryContext.getAllFilters is returning incorrect list of filters in case there is an "OR" in the filters

2017-08-30 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1467:
-

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

> CubeQueryContext.getAllFilters is returning incorrect list of filters in case 
> there is an "OR" in the filters
> -
>
> Key: LENS-1467
> URL: https://issues.apache.org/jira/browse/LENS-1467
> Project: Apache Lens
>  Issue Type: Bug
>  Components: cube
>Reporter: Rajat Khandelwal
>Assignee: Rajat Khandelwal
> Attachments: LENS-1467.01.patch, LENS-1467.02.patch, 
> LENS-1467.03.patch
>
>
> "a and (b or c)" is converted to ["a", "b", "c"] which are then ANDed 
> together, which is wrong. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1464) One or two queued queries failing with ConcurrentModificationException on restart

2017-08-30 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1464:
-

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

> One or two queued queries failing with ConcurrentModificationException on 
> restart 
> --
>
> Key: LENS-1464
> URL: https://issues.apache.org/jira/browse/LENS-1464
> Project: Apache Lens
>  Issue Type: Bug
>  Components: server
>Reporter: Rajat Khandelwal
>Assignee: Rajat Khandelwal
> Attachments: LENS-1464.01.patch, LENS-1464.02.patch, 
> LENS-1464.03.patch
>
>
> Happens because of synchronizations issues. If two queries are simultaneously 
> launching, both try to add resources to hive driver. One of those queries can 
> fail then. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1465) Sync queries blocking threads

2017-08-29 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1465:
-

Applied patch: 
[LENS-1465.01.patch|https://issues.apache.org/jira/secure/attachment/12884027/LENS-1465.01.patch]
 and ran command: mvn clean install -fae. Result: Success. Build Job: 
https://builds.apache.org/job/PreCommit-Lens-Build/1410/

> Sync queries blocking threads
> -
>
> Key: LENS-1465
> URL: https://issues.apache.org/jira/browse/LENS-1465
> Project: Apache Lens
>  Issue Type: Bug
>  Components: server
>Reporter: Rajat Khandelwal
>Assignee: Rajat Khandelwal
> Attachments: LENS-1465.01.patch
>
>
> Sync queries taking more time than timeout are blocking threads due to a 
> deadlock. Each sync query is blocking one thread from jdbc execution pool and 
> one thread from query completion pool. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1464) One or two queued queries failing with ConcurrentModificationException on restart

2017-08-29 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1464:
-

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

> One or two queued queries failing with ConcurrentModificationException on 
> restart 
> --
>
> Key: LENS-1464
> URL: https://issues.apache.org/jira/browse/LENS-1464
> Project: Apache Lens
>  Issue Type: Bug
>  Components: server
>Reporter: Rajat Khandelwal
>Assignee: Rajat Khandelwal
> Attachments: LENS-1464.01.patch, LENS-1464.02.patch
>
>
> Happens because of synchronizations issues. If two queries are simultaneously 
> launching, both try to add resources to hive driver. One of those queries can 
> fail then. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1467) CubeQueryContext.getAllFilters is returning incorrect list of filters in case there is an "OR" in the filters

2017-08-29 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1467:
-

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

> CubeQueryContext.getAllFilters is returning incorrect list of filters in case 
> there is an "OR" in the filters
> -
>
> Key: LENS-1467
> URL: https://issues.apache.org/jira/browse/LENS-1467
> Project: Apache Lens
>  Issue Type: Bug
>  Components: cube
>Reporter: Rajat Khandelwal
>Assignee: Rajat Khandelwal
> Attachments: LENS-1467.01.patch, LENS-1467.02.patch
>
>
> "a and (b or c)" is converted to ["a", "b", "c"] which are then ANDed 
> together, which is wrong. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1465) Sync queries blocking threads

2017-08-29 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1465:
-

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

> Sync queries blocking threads
> -
>
> Key: LENS-1465
> URL: https://issues.apache.org/jira/browse/LENS-1465
> Project: Apache Lens
>  Issue Type: Bug
>  Components: server
>Reporter: Rajat Khandelwal
>Assignee: Rajat Khandelwal
> Attachments: LENS-1465.01.patch
>
>
> Sync queries taking more time than timeout are blocking threads due to a 
> deadlock. Each sync query is blocking one thread from jdbc execution pool and 
> one thread from query completion pool. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1464) One or two queued queries failing with ConcurrentModificationException on restart

2017-08-29 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1464:
-

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

> One or two queued queries failing with ConcurrentModificationException on 
> restart 
> --
>
> Key: LENS-1464
> URL: https://issues.apache.org/jira/browse/LENS-1464
> Project: Apache Lens
>  Issue Type: Bug
>  Components: server
>Reporter: Rajat Khandelwal
>Assignee: Rajat Khandelwal
> Attachments: LENS-1464.01.patch, LENS-1464.02.patch
>
>
> Happens because of synchronizations issues. If two queries are simultaneously 
> launching, both try to add resources to hive driver. One of those queries can 
> fail then. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1467) CubeQueryContext.getAllFilters is returning incorrect list of filters in case there is an "OR" in the filters

2017-08-29 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1467:
-

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

> CubeQueryContext.getAllFilters is returning incorrect list of filters in case 
> there is an "OR" in the filters
> -
>
> Key: LENS-1467
> URL: https://issues.apache.org/jira/browse/LENS-1467
> Project: Apache Lens
>  Issue Type: Bug
>  Components: cube
>Reporter: Rajat Khandelwal
>Assignee: Rajat Khandelwal
> Attachments: LENS-1467.01.patch, LENS-1467.02.patch
>
>
> "a and (b or c)" is converted to ["a", "b", "c"] which are then ANDed 
> together, which is wrong. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1467) CubeQueryContext.getAllFilters is returning incorrect list of filters in case there is an "OR" in the filters

2017-08-29 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1467:
-

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

> CubeQueryContext.getAllFilters is returning incorrect list of filters in case 
> there is an "OR" in the filters
> -
>
> Key: LENS-1467
> URL: https://issues.apache.org/jira/browse/LENS-1467
> Project: Apache Lens
>  Issue Type: Bug
>  Components: cube
>Reporter: Rajat Khandelwal
>Assignee: Rajat Khandelwal
> Attachments: LENS-1467.01.patch, LENS-1467.02.patch
>
>
> "a and (b or c)" is converted to ["a", "b", "c"] which are then ANDed 
> together, which is wrong. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1464) One or two queued queries failing with ConcurrentModificationException on restart

2017-08-29 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1464:
-

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

> One or two queued queries failing with ConcurrentModificationException on 
> restart 
> --
>
> Key: LENS-1464
> URL: https://issues.apache.org/jira/browse/LENS-1464
> Project: Apache Lens
>  Issue Type: Bug
>  Components: server
>Reporter: Rajat Khandelwal
>Assignee: Rajat Khandelwal
> Attachments: LENS-1464.01.patch, LENS-1464.02.patch
>
>
> Happens because of synchronizations issues. If two queries are simultaneously 
> launching, both try to add resources to hive driver. One of those queries can 
> fail then. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1465) Sync queries blocking threads

2017-08-29 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1465:
-

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

> Sync queries blocking threads
> -
>
> Key: LENS-1465
> URL: https://issues.apache.org/jira/browse/LENS-1465
> Project: Apache Lens
>  Issue Type: Bug
>  Components: server
>Reporter: Rajat Khandelwal
>Assignee: Rajat Khandelwal
> Attachments: LENS-1465.01.patch
>
>
> Sync queries taking more time than timeout are blocking threads due to a 
> deadlock. Each sync query is blocking one thread from jdbc execution pool and 
> one thread from query completion pool. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1467) CubeQueryContext.getAllFilters is returning incorrect list of filters in case there is an "OR" in the filters

2017-08-29 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1467:
-

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

> CubeQueryContext.getAllFilters is returning incorrect list of filters in case 
> there is an "OR" in the filters
> -
>
> Key: LENS-1467
> URL: https://issues.apache.org/jira/browse/LENS-1467
> Project: Apache Lens
>  Issue Type: Bug
>  Components: cube
>Reporter: Rajat Khandelwal
>Assignee: Rajat Khandelwal
> Attachments: LENS-1467.01.patch
>
>
> "a and (b or c)" is converted to ["a", "b", "c"] which are then ANDed 
> together, which is wrong. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1464) One or two queued queries failing with ConcurrentModificationException on restart

2017-08-29 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1464:
-

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

> One or two queued queries failing with ConcurrentModificationException on 
> restart 
> --
>
> Key: LENS-1464
> URL: https://issues.apache.org/jira/browse/LENS-1464
> Project: Apache Lens
>  Issue Type: Bug
>  Components: server
>Reporter: Rajat Khandelwal
>Assignee: Rajat Khandelwal
> Attachments: LENS-1464.01.patch, LENS-1464.02.patch
>
>
> Happens because of synchronizations issues. If two queries are simultaneously 
> launching, both try to add resources to hive driver. One of those queries can 
> fail then. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (LENS-1465) Sync queries blocking threads

2017-08-28 Thread Hadoop QA (JIRA)

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

Hadoop QA commented on LENS-1465:
-

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

> Sync queries blocking threads
> -
>
> Key: LENS-1465
> URL: https://issues.apache.org/jira/browse/LENS-1465
> Project: Apache Lens
>  Issue Type: Bug
>  Components: server
>Reporter: Rajat Khandelwal
>Assignee: Rajat Khandelwal
> Attachments: LENS-1465.01.patch
>
>
> Sync queries taking more time than timeout are blocking threads due to a 
> deadlock. Each sync query is blocking one thread from jdbc execution pool and 
> one thread from query completion pool. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


  1   2   3   4   5   6   7   8   9   10   >