durgeksh

Results 11 comments of durgeksh

Is there a way to access the forwarded services from WSL to Windows.

I want to read all the sheets in an xlsx file using joblib in parallel mode. Polars is the library for processing the xlsx file. When I use the backend...

Internal logs means the logs propagated by the other modules.

> Can you use a `filter` and ignore messages from specific modules? but, it still gets into the log file which I have kept as program.log.

I want to start two log tasks A and B. A is called "app" and B is called "scenario". - A is required to print app level logs - B...

Thank you for your reply. I will make changes according to code suggested by you and update you.

Thank you. is there any other way to not print the statements into logfile for one logger instance and in other instance print it to log file.

Sorry this question is out of topic. What is the use of this connector? I want to connect Clickhouse with Spark 3.4 in Python. Do I need to use this...

Thanks for reply, but i see, there is no documentation for using this connector in pyspark. When I checked to use "clickhouse-jdbc-0.4.6-shaded.jar" they use driver attribute with Class of the...

You are right. But, I am using pyspark in python program and not in shell. Thank you. How shall I use this connector in the python program?