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

2018-03-29 Thread Hudson (JIRA)

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

Hudson commented on LENS-1507:
--

SUCCESS: Integrated in Jenkins build Lens-Commit #1459 (See 
[https://builds.apache.org/job/Lens-Commit/1459/])
LENS-1507 : Fix for Lens Build failure. (rajitha.r: rev 
af2c4d6edca0c9943bc72eb2a62e73b831d3ee2a)
* (edit) lens-server/src/main/java/org/apache/lens/server/BaseLensService.java
* (edit) 
lens-cube/src/test/java/org/apache/lens/cube/parse/TestCubeRewriter.java


> 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] [Updated] (LENS-1507) Lens build failing

2018-03-29 Thread Rajitha R (JIRA)

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

Rajitha R updated LENS-1507:

Resolution: Fixed
Status: Resolved  (was: Patch Available)

> 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-1507) Lens build failing

2018-03-29 Thread Amareshwari Sriramadasu (JIRA)

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

Amareshwari Sriramadasu commented on LENS-1507:
---

+1

> 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)


Re: Review Request 66081: Kerberos authentication in lens

2018-03-29 Thread Rajitha R

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/66081/#review200175
---




lens-driver-hive/src/main/java/org/apache/lens/driver/hive/RetryingThriftCLIServiceClientSasl.java
Lines 64 (patched)


can be removed if not required



lens-server/src/main/java/org/apache/lens/server/BaseLensService.java
Lines 177 (patched)


Can you explain why is the kerberos implementation skipped here?



lens-server/src/main/java/org/apache/lens/server/session/HiveSessionService.java
Lines 78 (patched)


comment should be corrected


- Rajitha R


On March 20, 2018, 8:43 p.m., Ankit Kailaswar wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/66081/
> ---
> 
> (Updated March 20, 2018, 8:43 p.m.)
> 
> 
> Review request for lens, Amareshwari Sriramadasu, Rajat Khandelwal, and 
> Puneet Gupta.
> 
> 
> Repository: lens
> 
> 
> Description
> ---
> 
> https://issues.apache.org/jira/browse/LENS-1506
> 
> This patch contains code changes to enable kerberos authentication for 
> 1. lens to hive 
> 2. lens to metastore
> 3. lens to hdfs
> 
> code changes are as follows,
> 1. new http thrift client for hive driver to support sasl transport for 
> kerberozied hive server.
> 2. cron to update KDC ticket before it expires.
> 
> 
> Diffs
> -
> 
>   lens-driver-hive/src/main/java/org/apache/lens/driver/hive/HiveDriver.java 
> 2eb94aa7 
>   
> lens-driver-hive/src/main/java/org/apache/lens/driver/hive/RemoteThriftConnection.java
>  54885f77 
>   
> lens-driver-hive/src/main/java/org/apache/lens/driver/hive/RetryingThriftCLIServiceClientSasl.java
>  PRE-CREATION 
>   
> lens-server-api/src/main/java/org/apache/lens/server/api/LensConfConstants.java
>  d5273be8 
>   lens-server/src/main/java/org/apache/lens/server/BaseLensService.java 
> b9fcdd8b 
>   
> lens-server/src/main/java/org/apache/lens/server/session/HiveSessionService.java
>  31ac358d 
> 
> 
> Diff: https://reviews.apache.org/r/66081/diff/2/
> 
> 
> Testing
> ---
> 
> unit testing
> 
> 
> Thanks,
> 
> Ankit Kailaswar
> 
>