1
0

[HUDI-846][HUDI-848] Enable Incremental cleaning and embedded timeline-server by default (#1634)

This commit is contained in:
Balaji Varadarajan
2020-05-20 05:29:43 -07:00
committed by GitHub
parent f802d4400b
commit 74ecc27e92
8 changed files with 56 additions and 24 deletions

View File

@@ -105,6 +105,7 @@ public class HiveTestService {
executorService = Executors.newSingleThreadExecutor();
tServer = startMetaStore(bindIP, metastorePort, serverConf);
serverConf.set("hive.in.test", "true");
hiveServer = startHiveServer(serverConf);
String serverHostname;