----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/21770/#review43615 -----------------------------------------------------------
Ship it! Ship It! - Dmytro Sen On May 21, 2014, 1:56 p.m., Andrew Onischuk wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/21770/ > ----------------------------------------------------------- > > (Updated May 21, 2014, 1:56 p.m.) > > > Review request for Ambari and Dmytro Sen. > > > Bugs: AMBARI-5837 > https://issues.apache.org/jira/browse/AMBARI-5837 > > > Repository: ambari > > > Description > ------- > > Following changes needs to be done in startup.properties file under conf: > > **Add the following service in application.services** > org.apache.falcon.metadata.MetadataMappingService > > > > > > *.application.services=org.apache.falcon.security.AuthenticationInitializationService,\ > org.apache.falcon.service.ProcessSubscriberService,\ > > org.apache.falcon.entity.store.ConfigurationStore,\ > org.apache.falcon.rerun.service.RetryService,\ > org.apache.falcon.rerun.service.LateRunService,\ > > org.apache.falcon.metadata.MetadataMappingService,\ > org.apache.falcon.service.LogCleanupService > > > **Configuration for Graph DB** > > > > ######### Graph Database Properties ######### > # Graph implementation > *.falcon.graph.blueprints.graph=com.thinkaurelius.titan.core.TitanFactory > > # Graph Storage > *.falcon.graph.storage.directory=/${falcon.home}/data/graphdb > *.falcon.graph.storage.backend=berkeleyje > *.falcon.graph.serialize.path=/${falcon.home}/data > *.falcon.graph.preserve.history=false > > > > Diffs > ----- > > > ambari-server/src/main/resources/stacks/HDP/2.1/services/FALCON/package/templates/startup.properties.j2 > 59831d2 > > Diff: https://reviews.apache.org/r/21770/diff/ > > > Testing > ------- > > mvn clean test > > > Thanks, > > Andrew Onischuk > >
