[HUDI-279] Fix regression in Schema Evolution due to PR-755
This commit is contained in:
committed by
Balaji Varadarajan
parent
bf05f95413
commit
2ea8b0c3f1
@@ -68,7 +68,7 @@ public class EmbeddedTimelineService {
|
||||
}
|
||||
|
||||
public void startServer() throws IOException {
|
||||
server = new TimelineService(0, viewManager, hadoopConf.get());
|
||||
server = new TimelineService(0, viewManager, hadoopConf.newCopy());
|
||||
serverPort = server.startService();
|
||||
logger.info("Started embedded timeline server at " + hostAddr + ":" + serverPort);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user