shahsiddharth08

Results 6 comments of shahsiddharth08

I have the same error so FWIW, I tried to copy these jars to SPARK_HOME/jars and the app worked for me. ``` clickhouse-cli-client-0.3.2-patch11.jar clickhouse-http-client-0.3.2-patch11.jar clickhouse-jdbc-0.3.2-patch11.jar clickhouse-client-0.3.2-patch11.jar ```

how are you installing `spark-operator`?

@dosu this how I eventually use the index ``` test_query = "Show me Christmas cards with picture of snowman on it" # filters = MetadataFilters(filters=[ExactMatchFilter(key="occasion", value="holiday"),ExactMatchFilter(key="style", value="elegant")]) filters = MetadataFilters(filters=[ExactMatchFilter(key="occasion",...

I am in the process of upgrading too. My keeper installation name is `clickhouse-keeper` and I see it created a service (along with individual services for each Keeper pod) called...

> However I do have problem with keeper replicas connecting to each other after update. What do you mean connecting each other? Like ping? I have 5 replicas.