bigdata-memory commented on a change in pull request #115: MNEMONIC-519: Add
test cases for mapred based older Hadoop API
URL: https://github.com/apache/mnemonic/pull/115#discussion_r260619739
##########
File path:
mnemonic-hadoop/mnemonic-hadoop-mapreduce/src/test/java/org/apache/mnemonic/mapred/MneMapredBufferDataTest.java
##########
@@ -74,7 +74,7 @@
@BeforeClass
public void setUp() throws IOException {
m_workdir = new Path(
- System.getProperty("test.tmp.dir", DEFAULT_WORK_DIR));
+ System.getProperty("test.tmp.dir", DEFAULT_WORK_DIR));
Review comment:
looks the IDE adds those extra white-spaces, could you please remove that ?
and there are more lines below, thanks.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services