> On Jan. 20, 2016, 8:49 a.m., Praveen Adlakha wrote: > > src/conf/statestore.properties, line 24 > > <https://reviews.apache.org/r/42459/diff/1/?file=1200470#file1200470line24> > > > > I was wondering what was the testing done?
Table creations was tested. Process scheduling was tested. The entries were reflected in the postgreSQL DB. - Deepak ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/42459/#review115384 ----------------------------------------------------------- On Jan. 18, 2016, 2:14 p.m., Deepak Barr wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/42459/ > ----------------------------------------------------------- > > (Updated Jan. 18, 2016, 2:14 p.m.) > > > Review request for Falcon. > > > Bugs: FALCON-1664 > https://issues.apache.org/jira/browse/FALCON-1664 > > > Repository: falcon-git > > > Description > ------- > > Added postgres support. > > > Diffs > ----- > > common/src/main/resources/statestore.properties a67a871 > docs/src/site/twiki/FalconNativeScheduler.twiki 6f0679e > pom.xml 39ee9ac > scheduler/pom.xml 6392e98 > > scheduler/src/main/java/org/apache/falcon/state/store/jdbc/InstanceBean.java > 7f7b966 > scheduler/src/main/java/org/apache/falcon/tools/FalconStateStoreDBCLI.java > 7f22b0e > scheduler/src/main/resources/META-INF/persistence.xml 99e116c > src/conf/statestore.properties 0c912ad > > Diff: https://reviews.apache.org/r/42459/diff/ > > > Testing > ------- > > Yes. Tested with PostgreSQL 9.5. > Ran the following command and got no errors - > mvn clean install -Ptest-patch,hadoop-2 > > > Thanks, > > Deepak Barr > >
