[
https://issues.apache.org/jira/browse/LENS-251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14642549#comment-14642549
]
Sharad Agarwal commented on LENS-251:
-------------------------------------
All tests passed:
[INFO] Lens Checkstyle Rules .............................. SUCCESS [ 2.451 s]
[INFO] Lens ............................................... SUCCESS [ 0.071 s]
[INFO] Lens API ........................................... SUCCESS [ 4.744 s]
[INFO] Lens API for server and extensions ................. SUCCESS [ 12.798 s]
[INFO] Lens Cube .......................................... SUCCESS [12:30 min]
[INFO] Lens DB storage .................................... SUCCESS [ 19.311 s]
[INFO] Lens Query Library ................................. SUCCESS [ 7.682 s]
[INFO] Lens Hive Driver ................................... SUCCESS [04:58 min]
[INFO] Lens Driver for JDBC ............................... SUCCESS [ 51.970 s]
[INFO] Lens Server ........................................ SUCCESS [11:06 min]
[INFO] Lens client ........................................ SUCCESS [ 39.105 s]
[INFO] Lens CLI ........................................... SUCCESS [04:19 min]
[INFO] Lens Examples ...................................... SUCCESS [ 0.647 s]
[INFO] Lens Distribution .................................. SUCCESS [ 1.449 s]
[INFO] Lens ML Lib ........................................ SUCCESS [01:38 min]
[INFO] Lens ML Ext Distribution ........................... SUCCESS [ 3.251 s]
[INFO] Lens Regression .................................... SUCCESS [ 0.567 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 36:58 min
[INFO] Finished at: 2015-07-27T16:02:42+05:30
[INFO] Final Memory: 77M/634M
Also all example queries passed:
--------------------
Successful queries 148 out of 148queries
Total time for running examples(in millis) :3116580
> Support to query streaming data sources
> ---------------------------------------
>
> Key: LENS-251
> URL: https://issues.apache.org/jira/browse/LENS-251
> Project: Apache Lens
> Issue Type: New Feature
> Components: cube
> Reporter: Sharad Agarwal
> Assignee: Sharad Agarwal
> Labels: Hackathon-July
> Fix For: 2.3
>
> Attachments: lens-251.1.patch
>
>
> For certain stores that allows streaming ingestion, to make the data
> available immediately for querying, we need the notion of streaming update
> period or some such.
> Describing by example:
> - lets say there are two drivers - D1 and D2.
> - D1 queries storage S1
> - D2 queries storage S2
> S1 and S2 are part of the same Cube.
> In S1 data is in hourly granularity loaded every hour, while S2 has data
> being ingested continuously in streaming fashion and maintains last 5 hours
> window of data.
> Now based on the query time range we want to select the right driver.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)