stoty commented on code in PR #1808:
URL: https://github.com/apache/phoenix/pull/1808#discussion_r1477712576
##########
phoenix-core/src/it/java/org/apache/phoenix/end2end/CsvBulkLoadToolIT.java:
##########
@@ -62,7 +62,7 @@ public class CsvBulkLoadToolIT extends BaseOwnClusterIT {
private static Connection conn;
private static String zkQuorum;
- private static final String filePath =
System.getProperty("java.io.tmpdir");
Review Comment:
This is a HDFS path. not a local path.
This should NOT use java.io.tmpdir.
Please check each changed test to make sure that only local paths use
java.io.tmpdir, and not HadoopFS paths.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]