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

(Updated April 30, 2015, 2:13 p.m.)


Review request for lens.


Changes
-------

Implemented review comments.

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Lens Checkstyle Rules .............................. SUCCESS [  2.027 s]
[INFO] Lens ............................................... SUCCESS [  2.546 s]
[INFO] Lens API ........................................... SUCCESS [ 15.035 s]
[INFO] Lens API for server and extensions ................. SUCCESS [ 20.310 s]
[INFO] Lens Cube .......................................... SUCCESS [02:57 min]
[INFO] Lens DB storage .................................... SUCCESS [ 19.690 s]
[INFO] Lens Query Library ................................. SUCCESS [ 15.503 s]
[INFO] Lens Hive Driver ................................... SUCCESS [02:38 min]
[INFO] Lens Driver for JDBC ............................... SUCCESS [ 32.794 s]
[INFO] Lens Server ........................................ SUCCESS [05:51 min]
[INFO] Lens client ........................................ SUCCESS [ 33.715 s]
[INFO] Lens CLI ........................................... SUCCESS [02:08 min]
[INFO] Lens Examples ...................................... SUCCESS [  9.408 s]
[INFO] Lens Distribution .................................. SUCCESS [  8.264 s]
[INFO] Lens ML Lib ........................................ SUCCESS [01:40 min]
[INFO] Lens ML Ext Distribution ........................... SUCCESS [  2.424 s]
[INFO] Lens Regression .................................... SUCCESS [  7.359 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 18:05 min
[INFO] Finished at: 2015-04-30T13:57:13+05:30
[INFO] Final Memory: 120M/385M
[INFO] ------------------------------------------------------------------------

Sample Queries-

QUERY:
------
query execute cube select sample_dim.name, measure4 from sample_cube where 
time_range_in(dt, '2014-06-25-00', '2014-06-26-00')

OUTPUT:
-------
fifth^A500.0
first^A100.0
fourth^A400.0
second^A200.0
seven^A700.0
six^A600.0
third^A300.0

QUERY:
------
query execute cube select sample_dim.name, measure2 from sample_cube where 
time_range_in(dt, '2014-06-24-23', '2014-06-26-01') and sample_dim.name != 
""first""

OUTPUT:
-------
fifth^A13000
fourth^A10400
second^A5200
seven^A18200
six^A15600
third^A7800


Repository: lens


Description
-------

LENS-527: Change default warehouse directory


Diffs (updated)
-----

  tools/conf-pseudo-distr/server/lens-site.xml ce3e753 
  tools/conf/server/lens-site.xml bc44227 

Diff: https://reviews.apache.org/r/33678/diff/


Testing
-------

Yes. On lens cli.
----------------------
Verified write permissions - If lens can write to the temp dir for warehouse

mvn clean install
tar xvzf lens-dist/target/*.tar.gz --strip=1 -C /usr/local/lens 
cd /usr/local/lens
./server/bin/lens-ctl start
./client/bin/lens-cli.sh

Sample Queries-
query execute cube select sample_dim.name, measure4 from sample_cube where 
time_range_in(dt, '2014-06-25-00', '2014-06-26-00')
query execute cube select sample_dim.name, measure2 from sample_cube where 
time_range_in(dt, '2014-06-24-23', '2014-06-26-01') and sample_dim.name != 
"first" order by sample_dim.name


Thanks,

Yash Sharma

Reply via email to