refactor(common): 移除无用的注释代码
This commit is contained in:
@@ -12,8 +12,6 @@ import java.util.function.BiFunction;
|
|||||||
* @date 2021-12-03
|
* @date 2021-12-03
|
||||||
*/
|
*/
|
||||||
public interface Constants {
|
public interface Constants {
|
||||||
// String DATABASE_NAME = "hudi_collect_build";
|
|
||||||
// String DATABASE_NAME = "hudi_collect_build_2";
|
|
||||||
String DATABASE_NAME = "hudi_collect_build_b12";
|
String DATABASE_NAME = "hudi_collect_build_b12";
|
||||||
|
|
||||||
String API_HEADER_NAME = "Api-Version";
|
String API_HEADER_NAME = "Api-Version";
|
||||||
@@ -215,7 +213,6 @@ public interface Constants {
|
|||||||
String COMPACTION_QUEUE_B5 = "compaction-queue-b5";
|
String COMPACTION_QUEUE_B5 = "compaction-queue-b5";
|
||||||
String COMPACTION_QUEUE_A4 = "compaction-queue-a4";
|
String COMPACTION_QUEUE_A4 = "compaction-queue-a4";
|
||||||
String COMPACTION_QUEUE_B12 = "compaction-queue-b12";
|
String COMPACTION_QUEUE_B12 = "compaction-queue-b12";
|
||||||
String COMPACTION_QUEUE_B9 = "compaction-queue-b9";
|
|
||||||
|
|
||||||
String CLUSTER_B1 = "b1";
|
String CLUSTER_B1 = "b1";
|
||||||
String CLUSTER_B5 = "b5";
|
String CLUSTER_B5 = "b5";
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
const commonInfo = {
|
const commonInfo = {
|
||||||
baseUrl: 'http://132.126.207.130:35690/hudi_services/service_web',
|
// baseUrl: 'http://132.126.207.130:35690/hudi_services/service_web',
|
||||||
// baseUrl: '/hudi_services/service_web',
|
baseUrl: '/hudi_services/service_web',
|
||||||
clusters: {
|
clusters: {
|
||||||
// hudi同步运行集群和yarn队列名称
|
// hudi同步运行集群和yarn队列名称
|
||||||
sync: {
|
sync: {
|
||||||
|
|||||||
Reference in New Issue
Block a user