Commit d8e6360
committed
[EXT][SPARK-21168] KafkaRDD should always set kafka clientId. apache#19887
https://issues.apache.org/jira/browse/SPARK-21168
There are no a number of other places that a client ID should be set,and I think we should use consumer.clientId in the clientId method,because the fetch request will be used by the same consumer behind.1 parent 667abf1 commit d8e6360
File tree
1 file changed
+1
-0
lines changed- external/kafka-0-8/src/main/scala/org/apache/spark/streaming/kafka
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
| 194 | + | |
194 | 195 | | |
195 | 196 | | |
196 | 197 | | |
| |||
0 commit comments