Muller Helen
Muller Helen
use mac latest operation system
I just do as https://clear.ml/docs/latest/docs/deploying_clearml/clearml_server_linux_mac/ tell me. also in centos 7 system, first time it run successfully , and I have do some operation in clearml web ui, but ,one...
> @mullerhai, which docker-compose.yml are you using? I can't seem to see a reason for the error in the log, but since ES keeps restarting, there must be a reason......
> No, it should not require any special configuration. What is the server specification? CPUs? RAM? Disk size? the server machine is powerful I think cpu : 32 kernel ,...
> Unfortunately, spark does not provide the field nullable to JdbcDialect > https://github.com/housepower/ClickHouse-Native-JDBC/blob/0d5ee97e2dc1ead0d86f23928f71ef43c4834fc3/clickhouse-integration/clickhouse-integration-spark/src/main/scala/org/apache/spark/sql/jdbc/ClickHouseDialect.scala#L100-L104 How do you think overwrite with types.null() ``` override def getJDBCType(dt: DataType): Option[JdbcType] = dt match {...
do we support array fields with spark create ck table ? but I meet error Exception in thread "main" java.lang.IllegalArgumentException: Can't get JDBC type for array at org.apache.spark.sql.execution.datasources.jdbc.JdbcUtils$.$anonfun$getJdbcType$2(JdbcUtils.scala:188) at scala.Option.getOrElse(Option.scala:189)...
Exception in thread "main" java.lang.IllegalArgumentException: Can't get JDBC type for array
I use scala ,I know spark now support write data to ck, but need convert data to dataframe, now I want to try [SLICK ]
good news and bad news good news ,scala slick support clickhouse by raw sql , bad news when use slick orm mapper ,meet error ``` Exception in thread "main" java.lang.NullPointerException...
com.github.housepower.jdbc.statement.ClickHousePreparedInsertStatement@6c60b323: insert into `muller_test` (`a`,`b`,`c`) values (?,?,?) @Override public void clearParameters() throws SQLException { Arrays.fill(parameters, null); } but when I use ”"ru.yandex.clickhouse.ClickHouseDriver" ,user slick orm mapper can insert successfully by...