Uh oh!
There was an error while loading. Please reload this page.
[SPARK-27687][SS] Rename Kafka consumer cache capacity conf and document caching - #24590
[SPARK-27687][SS] Rename Kafka consumer cache capacity conf and document caching#24590gaborgsomogyi wants to merge 2 commits into
Conversation
gaborgsomogyi
commented
May 13, 2019
cc @srowen |
SparkQA
commented
May 13, 2019
Test build #105348 has finished for PR 24590 at commit
|
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
SparkQA
commented
May 14, 2019
Test build #105375 has finished for PR 24590 at commit
|
gaborgsomogyi
commented
May 14, 2019
retest this please |
SparkQA
commented
May 14, 2019
Test build #105377 has finished for PR 24590 at commit
|
dongjoon-hyun
left a comment
There was a problem hiding this comment.
+1, LGTM. Thank you, @gaborgsomogyi and @srowen , @HeartSaVioR .
Merged to master.
BdLearnerr
commented
Oct 21, 2019
@gaborgsomogyi@SparkQA , can anyone help me whats wrong here https://stackoverflow.com/questions/58456939/how-to-set-spark-consumer-cache-to-fix-kafkaconsumer-cache-hitting-max-capaci |
gaborgsomogyi
commented
Oct 29, 2019
@BdLearnerr I've answered but next time please use the mailing list. |
What changes were proposed in this pull request?
Kafka related Spark parameters has to start with
spark.kafka.and not withspark.sql.. Because of this I've renamedspark.sql.kafkaConsumerCache.capacity.Since Kafka consumer caching is not documented I've added this also.
How was this patch tested?
Existing + added unit test.
and manual webpage check.