demo
demo copied to clipboard
Fixing issue #62 Change `MiscDemo/connect/python/connector.py` Line 91 ` print("{}\t{}\t{}").format(siteid, citycode, pv)` to ` print("{}\t{}\t{}".format(siteid, citycode, pv))` The code was from Beijing Dingshi Zongheng Technology Co., Ltd. It was trying to...
Bracket position issue, cause `format()` on `return` of function `print()` `MiscDemo/connect/python/connector.py` line 90 to 91: ```py for (siteid, citycode, pv) in cursor: print("{}\t{}\t{}").format(siteid, citycode, pv) ``` should be ```py for...
``` ^CGracefully stopping... (press Ctrl+C again to force) [+] Stopping 0/3 ⠹ Container spark-iceberg Stopping 4.3s ⠹ Container starrocks-be Stopping 4.3s ⠹ Container mc Stopping 4.3s [+] Killing 4/6 [+]...
Detected in org.apache.spark:spark-core_2.11 (Maven) • SparkDemo/pom.xml Here is a security issue in your spark demo.
running into this issue. https://issues.apache.org/jira/browse/SPARK-47105
https://github.com/StarRocks/starrocks/issues/41182
``` mysql> create table user_behavior as -> SELECT * FROM FILES( -> "path" = "s3://huditest/user_behavior_sample_data.parquet", -> "format" = "parquet", -> "aws.s3.access_key" = "admin", -> "aws.s3.secret_key" = "password", -> "aws.s3.region" =...
``` hive-metastore: container_name: hive-metastore hostname: hive-metastore image: 'apache/hive:4.0.0-alpha-2' ports: - '9083:9083' # Metastore Thrift environment: SERVICE_NAME: metastore HIVE_METASTORE_WAREHOUSE_DIR: /home/data volumes: - ./data:/home/data ```
Add a demo yaml file for deploying starrocks services on k8s cluster (tested with minikube).