weixiao

Results 13 issues of weixiao

### code ``` spark-submit \ --master yarn \ --deploy-mode client \ --executor-memory 10G \ --executor-cores 3 \ --driver-memory 5g \ --conf "spark.driver.extraJavaOptions=-javaagent:/data/leo_jie/jvm-profiler-1.0.0.jar=reporter=com.uber.profiling.reporters.InfluxDBOutputReporter,tag=influxdb,configProvider=com.uber.profiling.YamlConfigProvider,configFile=/data/leo_jie/Influxdb.yaml,metricInterval=5000,sampleInterval=5000,ioProfiling=true" \ --files /data/leo_jie/Influxdb.yaml \ --jars /data/leo_jie/jvm-profiler-1.0.0.jar \ /data/leo_jie/spark_test.py...

Before 2.7.0, you could directly mount /warehouse/cupid_bi.db, but in 2.8.1, the following problems occur when you mount it like this. My operation command is as follows: alluxio fs mount --option...

测试用例最后一个例子为什么会空指针异常 ``` @Test public void testDynamicalStreamSimplePatternMatch2() throws Exception { StreamExecutionEnvironment env = StreamExecutionEnvironment.getExecutionEnvironment(); DataStream input1 = env.addSource(new RandomEventSource(30).setName("event_stream_1")); DataStream controlStream = env.addSource(new SourceFunction() { @Override public void run(SourceContext sourceContext) throws...

### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-linkis/issues) and found no similar feature requirement. ### Problem Description 希望可以支持spark.dynamicAllocation.enabled,引擎空闲时可以回收yarn资源 I hope spark.dynamicAllocation.enabled can be supported, and yarn...

enhancement

hbase kerberos认证24小时过期BUG 修复

hbase元数据抽取存储

### Search before asking - [X] I had searched in the [feature](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22Feature%22) and found no similar feature requirement. ### Description Does it support a file synchronization function similar to distcp?...

### Search before asking - [X] I had searched in the [issues](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues. ### What happened export version="2.3.5" wget "https://archive.apache.org/dist/seatunnel/${version}/apache-seatunnel-${version}-bin.tar.gz" tar -zxvf apache-seatunnel-2.3.5-bin.tar.gz cd apache-seatunnel-2.3.5 sh...

bug
stale