Ensure TableMetaClient and FileSystem instances have exclusive copy of Configuration
This commit is contained in:
committed by
Balaji Varadarajan
parent
a0d7ab2384
commit
2c40e8419e
@@ -68,7 +68,7 @@ public class EmbeddedTimelineService {
|
||||
}
|
||||
|
||||
public void startServer() throws IOException {
|
||||
server = new TimelineService(0, viewManager);
|
||||
server = new TimelineService(0, viewManager, hadoopConf.get());
|
||||
serverPort = server.startService();
|
||||
logger.info("Started embedded timeline server at " + hostAddr + ":" + serverPort);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user