import pyspark.sql.functions as F from cuallee import Check, CheckLevel data = pd.DataFrame({ "name":["herminio", "herminio", "virginie", "virginie"], "event":["new","active", "new", "active"], "date": ["2022-01-01", "2022-01-02", "2022-01-03", "2022-02-04"]} ) df...
与spark-shell类似,使用源数据创建DataFrame之后调用connector进行写入 Expand All @@ -253,7 +253,7 @@ df2.write.format("hologres").option( 启动pyspark并加载connector ```shell spark-sql --jars hologres-connector-spark-3.x-1.4.1-SNAPSHOT-jar-with-dependencies.jar spark-sql --jars holog...