openzipkin / zipkin-dependencies

Spark job that aggregates zipkin spans for use in the UI
Apache License 2.0
176 stars 81 forks source link

Updated Spark to 3.x, Scala to 2.12 and ElasticSearch to 7.13.x #201

Closed WiktorS closed 11 months ago

WiktorS commented 2 years ago

Used lowest major versions that works

Fixes #119

Signed-off-by: Wiktor Stasiak wiktor.stasiak@gmail.com

WiktorS commented 2 years ago

Fixed compilation error (I would have sworn it did compile earlier)

The ugly explicit generic types at mapToPair() are cause by some JDK problems with type deduction when using Scala methods.

codefromthecrypt commented 11 months ago

thanks a lot!