Github user chandnisingh commented on a diff in the pull request:
https://github.com/apache/incubator-apex-malhar/pull/121#discussion_r47169882
--- Diff:
library/src/test/java/org/apache/hadoop/io/file/tfile/DTFileTest.java ---
@@ -70,7 +73,7 @@ public void setUp() throws IOException
conf.setInt("tfile.fs.input.buffer.size", tconf.fsInputBufferSize);
conf.setInt("tfile.fs.output.buffer.size", tconf.fsOutputBufferSize);
- path = new Path("tmp/dtfile");
+ path = new Path(ROOT, "/tmp/dtfile");
--- End diff --
@tushargosavi we usually create any test data files under target directory
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---