-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/30444/
-----------------------------------------------------------
(Updated Jan. 30, 2015, 8:01 a.m.)
Review request for lens, Jaideep dhok and Rajat Khandelwal.
Bugs: LENS-58
https://issues.apache.org/jira/browse/LENS-58
Repository: lens
Description
-------
Changes include :
* Flattened columns include reachable fields through join chains, not through
references
* Includes destination table for x_chain_column and x_join_chain in xsd to make
user know the destination table of the chain directly, instead of looking up
chain.
* Moved table_name to flattedcolumn it self and removed from
measure/expression/attribute definition. The changes are picked directly picked
from LENS-236 to avoid conflicts.
Diffs
-----
lens-api/src/main/resources/cube-0.1.xsd f75ea60
lens-server/src/main/java/org/apache/lens/server/metastore/CubeMetastoreServiceImpl.java
9ef89f6
lens-server/src/main/java/org/apache/lens/server/metastore/JAXBUtils.java
2a9566f
lens-server/src/main/java/org/apache/lens/server/metastore/MetastoreResource.java
7194f6c
lens-server/src/test/java/org/apache/lens/server/metastore/TestMetastoreService.java
8bf9f81
Diff: https://reviews.apache.org/r/30444/diff/
Testing (updated)
-------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Lens Checkstyle Rules ............................. SUCCESS [2.154s]
[INFO] Lens .............................................. SUCCESS [1.794s]
[INFO] Lens API .......................................... SUCCESS [5.227s]
[INFO] Lens API for server and extensions ................ SUCCESS [5.490s]
[INFO] Lens Cube ......................................... SUCCESS [6:09.770s]
[INFO] Lens DB storage ................................... SUCCESS [9.876s]
[INFO] Lens Query Library ................................ SUCCESS [5.618s]
[INFO] Lens Hive Driver .................................. SUCCESS [2:39.309s]
[INFO] Lens Driver for Cloudera Impala ................... SUCCESS [3.072s]
[INFO] Lens Driver for JDBC .............................. SUCCESS [25.141s]
[INFO] Lens Server ....................................... SUCCESS [4:28.772s]
[INFO] Lens client ....................................... SUCCESS [19.905s]
[INFO] Lens CLI .......................................... SUCCESS [1:23.014s]
[INFO] Lens Examples ..................................... SUCCESS [0.883s]
[INFO] Lens Distribution ................................. SUCCESS [3.931s]
[INFO] Lens Client Distribution .......................... SUCCESS [6.101s]
[INFO] Lens ML Lib ....................................... SUCCESS [42.334s]
[INFO] Lens Regression ................................... SUCCESS [0.425s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 16:53.737s
[INFO] Finished at: Fri Jan 30 07:07:24 UTC 2015
[INFO] Final Memory: 98M/1522M
[INFO] ------------------------------------------------------------------------
Thanks,
Amareshwari Sriramadasu