> On Aug. 4, 2015, 3:01 p.m., Raju Bairishetti wrote: > > lens-server/src/main/java/org/apache/lens/server/util/ScannedPaths.java, > > line 151 > > <https://reviews.apache.org/r/37070/diff/1/?file=1028497#file1028497line151> > > > > Will this log be printed properly? Can we rewrite log with > > substitutions? > > > > log.error("File not found while scanning path: {} for type: {}", path, > > type, fex)
Implemented. - Yash ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/37070/#review94062 ----------------------------------------------------------- On Aug. 4, 2015, 3:13 p.m., Yash Sharma wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/37070/ > ----------------------------------------------------------- > > (Updated Aug. 4, 2015, 3:13 p.m.) > > > Review request for lens. > > > Repository: lens > > > Description > ------- > > Seeing Exception while initializing PathScanner > > https://issues.apache.org/jira/browse/LENS-712 > > Handling for Null Scanned paths + Improved error logging. > > > Diffs > ----- > > lens-server/src/main/java/org/apache/lens/server/util/ScannedPaths.java > 92687c3 > > Diff: https://reviews.apache.org/r/37070/diff/ > > > Testing > ------- > > [INFO] > ------------------------------------------------------------------------ > [INFO] Reactor Summary: > [INFO] > [INFO] Lens Checkstyle Rules .............................. SUCCESS [ 1.984 > s] > [INFO] Lens ............................................... SUCCESS [ 3.075 > s] > [INFO] Lens API ........................................... SUCCESS [ 22.232 > s] > [INFO] Lens API for server and extensions ................. SUCCESS [ 19.661 > s] > [INFO] Lens Cube .......................................... SUCCESS [06:04 > min] > [INFO] Lens DB storage .................................... SUCCESS [ 21.010 > s] > [INFO] Lens Query Library ................................. SUCCESS [ 14.706 > s] > [INFO] Lens Hive Driver ................................... SUCCESS [02:36 > min] > [INFO] Lens Driver for JDBC ............................... SUCCESS [ 36.805 > s] > [INFO] Lens Elastic Search Driver ......................... SUCCESS [ 14.992 > s] > [INFO] Lens Server ........................................ SUCCESS [05:58 > min] > [INFO] Lens client ........................................ SUCCESS [ 38.087 > s] > [INFO] Lens CLI ........................................... SUCCESS [02:11 > min] > [INFO] Lens Examples ...................................... SUCCESS [ 10.360 > s] > [INFO] Lens Distribution .................................. SUCCESS [ 10.107 > s] > [INFO] Lens ML Lib ........................................ SUCCESS [01:33 > min] > [INFO] Lens ML Ext Distribution ........................... SUCCESS [ 3.133 > s] > [INFO] Lens Regression .................................... SUCCESS [ 10.887 > s] > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD SUCCESS > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 21:52 min > [INFO] Finished at: 2015-08-04T15:06:08+05:30 > [INFO] Final Memory: 132M/395M > [INFO] > ------------------------------------------------------------------------ > > > Thanks, > > Yash Sharma > >
