-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/32101/
-----------------------------------------------------------
(Updated March 19, 2015, 12:43 p.m.)
Review request for lens, Jaideep dhok and Rajat Khandelwal.
Changes
-------
Missed test failure changes after merge in earlier patch.
Bugs: LENS-405
https://issues.apache.org/jira/browse/LENS-405
Repository: lens
Description
-------
- Adds simple storage table name cache for which latest partitions exists.
- Cache is initialized on first call to getDimensionTable
- Updated with add and drop partitions
- Updated TestCubeMetastoreClient to assert the cache value
- Fixed CubeTestSetup - city was not getting created with correct dump periods
- Fixed TestMetastoreService to alwasys create Dimension corresponding to
DimTable
Diffs (updated)
-----
lens-cli/src/main/java/org/apache/lens/cli/commands/LensDimensionTableCommands.java
4ed1163
lens-cli/src/test/java/org/apache/lens/cli/TestLensDimensionTableCommands.java
d3647f1
lens-cli/src/test/java/org/apache/lens/cli/TestLensQueryCommands.java 2029829
lens-cli/src/test/resources/data.data 6c99c9a
lens-cli/src/test/resources/dim2-part/data.data PRE-CREATION
lens-client/src/main/java/org/apache/lens/client/LensClient.java 4bee3b7
lens-cube/src/main/java/org/apache/lens/cube/metadata/CubeMetastoreClient.java
151fe98
lens-cube/src/main/java/org/apache/lens/cube/metadata/Storage.java bcda79a
lens-cube/src/main/java/org/apache/lens/cube/parse/StorageTableResolver.java
be1261e
lens-cube/src/test/java/org/apache/lens/cube/metadata/TestCubeMetastoreClient.java
5a86f60
lens-cube/src/test/java/org/apache/lens/cube/parse/CubeTestSetup.java cdf3da6
lens-server/src/test/java/org/apache/lens/server/metastore/TestMetastoreService.java
1c63861
Diff: https://reviews.apache.org/r/32101/diff/
Testing
-------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Lens Checkstyle Rules ............................. SUCCESS [2.144s]
[INFO] Lens .............................................. SUCCESS [1.652s]
[INFO] Lens API .......................................... SUCCESS [4.903s]
[INFO] Lens API for server and extensions ................ SUCCESS [7.138s]
[INFO] Lens Cube ......................................... SUCCESS [2:02.498s]
[INFO] Lens DB storage ................................... SUCCESS [10.451s]
[INFO] Lens Query Library ................................ SUCCESS [4.448s]
[INFO] Lens Hive Driver .................................. SUCCESS [2:37.351s]
[INFO] Lens Driver for JDBC .............................. SUCCESS [17.584s]
[INFO] Lens Server ....................................... SUCCESS [4:12.845s]
[INFO] Lens client ....................................... SUCCESS [21.281s]
[INFO] Lens CLI .......................................... SUCCESS [2:41.742s]
[INFO] Lens Examples ..................................... SUCCESS [0.788s]
[INFO] Lens Distribution ................................. SUCCESS [9.290s]
[INFO] Lens ML Lib ....................................... SUCCESS [42.272s]
[INFO] Lens Regression ................................... SUCCESS [0.491s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13:37.829s
[INFO] Finished at: Thu Mar 19 12:31:15 UTC 2015
[INFO] Final Memory: 109M/1236M
[INFO] ------------------------------------------------------------------------
Thanks,
Amareshwari Sriramadasu