Nilanjan Sarkar

Results 8 comments of Nilanjan Sarkar

Hello @morrySnow, Could you please show an example on how to use an Azure Storage vault? Does this doc still hold - https://doris.apache.org/docs/dev/sql-manual/sql-statements/cluster-management/storage-management/CREATE-STORAGE-VAULT#8-create-azure-storage-vault? I just tried to run Doris 4.0.1...

> [@Nj-kol](https://github.com/Nj-kol) I just stood up a disagragated storage cluster using azure blob and had to make a few changes. > > Your provider needs to be AZURE seems the...

Hello, still stuck on this issue. Any leads would be appreciated on this

> Hello, currently, StreamLoad redirects writes to the BE server, requiring the client to have access to the BE server host. For more information, see https://doris.apache.org/docs/dev/data-operate/import/import-way/stream-load-manual#basic-principles So this requires configuring...

> 1. Is `doris-toolkit-dev-cg1-1.doris-toolkit-dev-cg1.doris.svc.cluster.local:9060` accessible on the Spark side? > 2. If not, it needs to be read via arrow-flight. Refer to this link for SparkConnector configuration: https://doris.apache.org/docs/dev/ecosystem/spark-doris-connector#reading-via-arrow-flight-sql. > Also,...

> [@Nj-kol](https://github.com/Nj-kol) There are two issues here: reading and writing. > > 1. For writing, configuring the external BE IP address on `doris.benodes` will solve the problem; this parameter is...

> [@Nj-kol](https://github.com/Nj-kol) When writing, you also need to add this parameter: `doris.sink.auto-redirect=false`, so that it won't get the BE's IP address through FE, here's a case study you can refer...

> [@Nj-kol](https://github.com/Nj-kol) The spelling is incorrect; it should be `doris.sink.auto-redirect=false`. @JNSimba Thanks for pointing that out. I tried this, and it worked fine. I think it would be good if...