melin

Results 98 issues of melin

Can intercept os.popen and os.system method? Both methods are not being invoked in the script

Easy to use,plan support spark3 extension integration clickhouse?

How about the batch data analysis performance of hundreds of millions of data, do you have test result data?

Aerospike数据存储在磁盘,索引在内存,相比redis 有4-5倍的性能,支持分布式集群。支持二级索引,丰富的数据结构,秒杀redis https://github.com/aerospike/aerospike-server

kind/feature
priority/low

### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) ### Search before asking - [X] I have searched in the [issues](https://github.com/apache/incubator-kyuubi/issues?q=is%3Aissue) and found no...

kind:feature
priority:major

### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) ### Search before asking - [X] I have searched in the [issues](https://github.com/apache/incubator-kyuubi/issues?q=is%3Aissue) and found no...

kind:feature
priority:major

### Description Unity catalog平台创建的表只支持delta,通过固定hive_catalog 接入hms,扩展Catalog,可以引入jdbc 等其他数据源,实现sql 跨源计算能力。 https://docs.databricks.com/release-notes/unity-catalog/20220825.html ### Use case/motivation _No response_ ### Describe the solution _No response_ ### Related issues _No response_ ### Are you willing to submit...

feature

### Description Support for switching the default catalog。example:spark.databricks.sql.initial.catalog.name https://docs.databricks.com/data-governance/unity-catalog/hive-metastore.html ### Use case/motivation _No response_ ### Describe the solution _No response_ ### Related issues _No response_ ### Are you willing to...

feature

We have a lot of small images stored in hbase mob,that can be read directly through spark?

1:能够设置图片压缩大小格式,例如:20x20,100x100,防止随意生成不同格式图片。 2:图片可能存储fastdfs中,nginx通过http请求下载图片到本地,在压缩,添加水印。 3:可以缓存压缩图片,如果已经压缩过,还重复压缩吗? 我以前通过nginx+lua方式做过:http://www.iteye.com/topic/1125126