> On April 9, 2015, 3:09 a.m., Jaideep dhok wrote: > > lens-cli/src/main/java/org/apache/lens/cli/commands/BaseLensCommand.java, > > line 78 > > <https://reviews.apache.org/r/33003/diff/1/?file=921259#file921259line78> > > > > Is this related to NPE reported on user mailing list?
This is part of https://issues.apache.org/jira/browse/LENS-494. Will merge once it goes in. - Amareshwari ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/33003/#review79471 ----------------------------------------------------------- On April 9, 2015, 2:24 a.m., Amareshwari Sriramadasu wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/33003/ > ----------------------------------------------------------- > > (Updated April 9, 2015, 2:24 a.m.) > > > Review request for lens, Jaideep dhok and sharad agarwal. > > > Bugs: LENS-491 > https://issues.apache.org/jira/browse/LENS-491 > > > Repository: lens > > > Description > ------- > > Added example schema with e-commerce usecase. Added the following : > sales cube, Dimensions - customer, proudct and city. > Added fact tables - raw and two aggregate facts. Raw in HDFS storage and > aggregates in both HDFS and DB storage. > Added product and customer tables in both HDFS and DB storages. Added full > city table in HDFS and subset in DB. > > > Diffs > ----- > > lens-cli/src/main/java/org/apache/lens/cli/commands/BaseLensCommand.java > cdfdbe8 > lens-cube/src/main/java/org/apache/lens/cube/metadata/JoinChain.java > 3c8cb3a > lens-examples/src/main/java/org/apache/lens/examples/SampleMetastore.java > 09be3f2 > lens-examples/src/main/resources/city.xml PRE-CREATION > lens-examples/src/main/resources/city_subset.xml PRE-CREATION > lens-examples/src/main/resources/city_table.xml PRE-CREATION > lens-examples/src/main/resources/customer.xml PRE-CREATION > lens-examples/src/main/resources/customer_table.xml PRE-CREATION > lens-examples/src/main/resources/db-storage-schema.sql 160590f > lens-examples/src/main/resources/product.xml PRE-CREATION > lens-examples/src/main/resources/product_table.xml PRE-CREATION > lens-examples/src/main/resources/sales-aggr-fact1.xml PRE-CREATION > lens-examples/src/main/resources/sales-aggr-fact2.xml PRE-CREATION > lens-examples/src/main/resources/sales-cube.xml PRE-CREATION > lens-examples/src/main/resources/sales-raw-fact.xml PRE-CREATION > lens-server/src/main/java/org/apache/lens/server/metastore/JAXBUtils.java > 138797e > > Diff: https://reviews.apache.org/r/33003/diff/ > > > Testing > ------- > > Tested creating sample metastore. Validated cube, dimension, dimtables, > facttable definitions through show and describe. > > Still pending: > - In describe cube, I noticed multiple paths in chain were missing for > customer_city. Need to debug. > - DB tables created in hsql DB are not showing up. Need to debug > > > Thanks, > > Amareshwari Sriramadasu > >
