melin

Results 162 comments of melin

非常抱歉,还没有发布到中央仓库,你可以先下载代码编译一下:https://gitee.com/melin/bee

可以类似这样设置作业运行参数: ``` set spark.yarn.queue=newoffline; set spark.dynamicAllocation.maxExecutors=100; set spark.driver.maxResultSize=30g; set spark.driver.memory=15g; set spark.executor.instances=80; set spark.executor.cores=5; set spark.executor.memory=30g; set spark.sql.shuffle.partitions=5000; set spark.shuffle.io.maxRetries=60; set spark.shuffle.io.retryWait=60s; set spark.metrics.indexFile=index-mobile.json; set spark.metrics.indexInputTable=dw.dwa_mobile_model_dt; set spark.metrics.indexOutputTable=dw.app_mdl_mobile_index_dt; set spark.metrics.indexWaitFullPartition=true;...

查看一下yarn log: yarn logs -applicationId xxxx

![image](https://user-images.githubusercontent.com/1145830/231929248-b3889d29-a217-412e-933e-f51179ba0e54.png) 更新代码,已经修复

https://github.com/DTStack/dt-sql-parser/issues/245

> However, this package can't narrow down suggestions based on which columns belong to which table. modeldba editor supports table alias filter column name,are there plans to enhance this feature?

1、The tuncate table paramter is supported in the batch import scenario. If data exists in a table, duplicate data will be generated and the table must be cleared first 2、Can...

> Lexical and grammar combined in one file