Yufan Sheng

Results 81 comments of Yufan Sheng

Closed for no response from the end user.

@wususu Spark 2.6.3 support has been dropped. Can you confirm this on our latest release on Spark 3.2.x?

@swapnil-chougule Can you paste your exception trace here?

`SchemaUtils$.uploadPulsarSchema(SchemaUtils.scala:104)` indicate that you should have admin privilege on the topic. This should be the root cause for this exception. So I don't think this is a bug.

The pulsar-spark is using Pulsar's reader API which hides the subscription name internally. No need to care about the subscription.

I have tried on my local machine. But I can't reproduce this issue. Can anyone provide a reproduce code? @kvedes @acherla @DutchDave @naishu

@kvedes Yep. I think you are right. I tested the code on master branch and everything seems OK. This confuse me a lot.

The 307 redirect issue should be fixed now. https://github.com/apache/pulsar/issues/15546