Jayke.Lin

Results 23 comments of Jayke.Lin

应该在Map Task的日志中有报错信息。 另外clickhouse的表,你可以创建一个Distributed的表,再试试。

我用的是下面个版本jdbc客户端 https://github.com/jaykelin/clickhouse-jdbc/tree/0.1-SNAPSHOT

我现在用的jdbc: https://github.com/jaykelin/clickhouse-jdbc/tree/0.1-SNAPSHOT 用的httpclient版本: ```xml org.apache.httpcomponents httpclient 4.2.5 provided ```

建议使用我提供的那个jdbc ```xml org.apache.httpcomponents httpclient 4.2.5 provided ``` 这个jar的版本是没有 HttpClientConnectionManager 的

可以下载jdbc的代码,install到本地mvn仓库,完成jar依赖

@fibersel clone clickhouse-jdbc from https://github.com/jaykelin/clickhouse-jdbc/tree/0.1-SNAPSHOT cd ...../../clickhouse-jdbc && make install cd .../clickhouse-hdfs-loader && mvn clean package assembly:assembly -DskipTests

--table 指定是Distributed table吗?以及其建表脚本是怎样的?

跳过test试试