Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ private MiniHS2(HiveConf hiveConf, MiniClusterType miniClusterType, boolean useM
}
// store the config in system properties
mr.setupConfiguration(getHiveConf());
baseFsDir = new Path(new Path(fs.getUri()), "/base");
baseFsDir = new Path(new Path(fs.getUri()), HiveConf.ConfVars.SCRATCH_DIR.getDefaultValue());
} else {
// This is FS only mode, just initialize the dfs root directory.
fs = FileSystem.getLocal(hiveConf);
Expand Down