----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/32610/ -----------------------------------------------------------
(Updated April 6, 2015, 2:23 p.m.) Review request for lens. Repository: lens Description (updated) ------- handle storing of large collection objects in timeline data structures Addressed all review comments. Again hitting some problem with git. Equivalent diff at: https://github.com/apache/incubator-lens/pull/7 Diffs ----- lens-cube/src/main/java/org/apache/lens/cube/metadata/CubeMetastoreClient.java 1835d2f lens-cube/src/main/java/org/apache/lens/cube/metadata/MetastoreUtil.java 0be8e5f lens-cube/src/main/java/org/apache/lens/cube/metadata/TimePartition.java b948467 lens-cube/src/main/java/org/apache/lens/cube/metadata/timeline/EndsAndHolesPartitionTimeline.java 79e8a62 lens-cube/src/main/java/org/apache/lens/cube/metadata/timeline/RangesPartitionTimeline.java fb2d0a8 lens-cube/src/main/java/org/apache/lens/cube/metadata/timeline/StoreAllPartitionTimeline.java d6ee0a1 lens-cube/src/main/java/org/apache/lens/cube/parse/DateUtil.java 1094e44 lens-cube/src/test/java/org/apache/lens/cube/metadata/TestTimePartition.java 4c98d84 lens-cube/src/test/java/org/apache/lens/cube/metadata/timeline/TestPartitionTimelines.java 50b75e3 lens-cube/src/test/java/org/apache/lens/cube/parse/CubeTestSetup.java b2ae9b5 Diff: https://reviews.apache.org/r/32610/diff/ Testing ------- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Lens Checkstyle Rules ............................. SUCCESS [2.151s] [INFO] Lens .............................................. SUCCESS [1.896s] [INFO] Lens API .......................................... SUCCESS [6.175s] [INFO] Lens API for server and extensions ................ SUCCESS [6.715s] [INFO] Lens Cube ......................................... SUCCESS [2:12.362s] [INFO] Lens DB storage ................................... SUCCESS [10.638s] [INFO] Lens Query Library ................................ SUCCESS [5.112s] [INFO] Lens Hive Driver .................................. SUCCESS [2:31.556s] [INFO] Lens Driver for JDBC .............................. SUCCESS [17.345s] [INFO] Lens Server ....................................... SUCCESS [6:09.928s] [INFO] Lens client ....................................... SUCCESS [20.684s] [INFO] Lens CLI .......................................... SUCCESS [2:34.762s] [INFO] Lens Examples ..................................... SUCCESS [0.941s] [INFO] Lens Distribution ................................. SUCCESS [9.567s] [INFO] Lens ML Lib ....................................... SUCCESS [1:01.797s] [INFO] Lens ML Ext Distribution .......................... SUCCESS [2.750s] [INFO] Lens Regression ................................... SUCCESS [0.525s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 15:55.802s [INFO] Finished at: Mon Mar 30 11:44:12 UTC 2015 [INFO] Final Memory: 96M/1058M [INFO] ------------------------------------------------------------------------ Thanks, Rajat Khandelwal
