We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cac4797 commit 1a15b57Copy full SHA for 1a15b57
src/main/java/org/apache/sysds/runtime/instructions/cp/VariableCPInstruction.java
@@ -1075,7 +1075,8 @@ else if( getInput1().getDataType() == DataType.MATRIX ) {
1075
1076
// 2. Clear its dirty flag and update its file path to the result we just wrote.
1077
// This tells the system that the data for this variable now lives in 'fname'.
1078
- mo.setFileName(fname);
+// mo.setFileName(fname);
1079
+ HDFSTool.copyFileOnHDFS(fname, mo.getFileName());
1080
mo.setDirty(false);
1081
1082
}
0 commit comments