> On June 19, 2015, 5:19 p.m., Rajat Khandelwal wrote: > > lens-server/src/main/java/org/apache/lens/server/util/ScannedPaths.java, > > line 131 > > <https://reviews.apache.org/r/35589/diff/1/?file=986665#file986665line131> > > > > Let's do something like the following > > > > ``` > > Path p = statuses[count].getPath(); > > matchedPaths.put(path.getName(), p.makeQualified(p.getFileSystem(new > > Configuration()).getUri(), null); > > ```
*`p.getName()` - Rajat ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/35589/#review88526 ----------------------------------------------------------- On June 18, 2015, 7:38 a.m., Yash Sharma wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/35589/ > ----------------------------------------------------------- > > (Updated June 18, 2015, 7:38 a.m.) > > > Review request for lens. > > > Repository: lens > > > Description > ------- > > Add jar should be able to take regex path and should be able to add multiple > jars. > > https://issues.apache.org/jira/browse/LENS-513 > > New review comments for reopened jira. > > > Diffs > ----- > > > lens-server/src/main/java/org/apache/lens/server/session/SessionResource.java > 15a8e06 > lens-server/src/main/java/org/apache/lens/server/util/ScannedPaths.java > ac773fe > lens-server/src/test/java/org/apache/lens/server/util/TestScannedPaths.java > 5073634 > > Diff: https://reviews.apache.org/r/35589/diff/ > > > Testing > ------- > > > Thanks, > > Yash Sharma > >
