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

Puneet Gupta commented on LENS-1008:
------------------------------------

Was able to build locally 

 > git -c core.askpass=true fetch --tags --progress 
 > https://github.com/guptapuneet/lens.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/grill-213^{commit} # timeout=10
Checking out Revision 405b983a7bf240e2f750119df48171fc8c41839f 
(origin/grill-213)


INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Lens Checkstyle Rules ............................. SUCCESS [1.601s]
[INFO] Lens .............................................. SUCCESS [3.404s]
[INFO] Lens API .......................................... SUCCESS [22.727s]
[INFO] Lens API for server and extensions ................ SUCCESS [16.616s]
[INFO] Lens Cube ......................................... SUCCESS [19:19.277s]
[INFO] Lens DB storage ................................... SUCCESS [16.173s]
[INFO] Lens Query Library ................................ SUCCESS [12.217s]
[INFO] Lens Hive Driver .................................. SUCCESS [2:25.213s]
[INFO] Lens Driver for JDBC .............................. SUCCESS [32.059s]
[INFO] Lens Elastic Search Driver ........................ SUCCESS [13.977s]
[INFO] Lens Server ....................................... SUCCESS [15:21.177s]
[INFO] Lens client ....................................... SUCCESS [1:28.895s]
[INFO] Lens CLI .......................................... SUCCESS [2:30.010s]
[INFO] Lens Examples ..................................... SUCCESS [7.947s]
[INFO] Lens Ship Jars to Distributed Cache ............... SUCCESS [0.604s]
[INFO] Lens Distribution ................................. SUCCESS [9.325s]
[INFO] Lens ML Lib ....................................... SUCCESS [1:09.289s]
[INFO] Lens ML Ext Distribution .......................... SUCCESS [1.506s]
[INFO] Lens Regression ................................... SUCCESS [9.237s]
[INFO] Lens UI ........................................... SUCCESS [1:01.779s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 45:43.786s
[INFO] Finished at: Wed Apr 27 12:35:20 UTC 2016
[INFO] Final Memory: 166M/2371M
[INFO] ------------------------------------------------------------------------

> Support simple iterator over HTTPResultSet for lens clients 
> ------------------------------------------------------------
>
>                 Key: LENS-1008
>                 URL: https://issues.apache.org/jira/browse/LENS-1008
>             Project: Apache Lens
>          Issue Type: New Feature
>            Reporter: Puneet Gupta
>            Assignee: Puneet Gupta
>         Attachments: lens-1008.v2.patch
>
>
> The result iterator can have the following methods 
> public interface ResultSet {
>   public boolean hasNext();
>   public String[] next();
>   public String[] getColumnNames();
> }
> This can be used by clients to programmatically consume the result with ease.



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

Reply via email to