Skip to content

Commit

Permalink
Revert "[SPARK-49241][CORE] Add OpenTelemetryPush Sink with `opente…
Browse files Browse the repository at this point in the history
…lemetry` profile"

This reverts commit 2eb2e39.
  • Loading branch information
dongjoon-hyun committed Sep 5, 2024
1 parent f379777 commit 628cd75
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 704 deletions.
40 changes: 0 additions & 40 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@

<properties>
<sbt.project.name>core</sbt.project.name>
<opentelemetry.exclude>**/OpenTelemetry*.scala</opentelemetry.exclude>
</properties>

<dependencies>
Expand Down Expand Up @@ -511,15 +510,6 @@
<outputDirectory>target/scala-${scala.binary.version}/classes</outputDirectory>
<testOutputDirectory>target/scala-${scala.binary.version}/test-classes</testOutputDirectory>
<plugins>
<plugin>
<groupId>net.alchim31.maven</groupId>
<artifactId>scala-maven-plugin</artifactId>
<configuration>
<excludes>
<exclude>${opentelemetry.exclude}</exclude>
</excludes>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
Expand Down Expand Up @@ -627,36 +617,6 @@
<jjwt.deps.scope>compile</jjwt.deps.scope>
</properties>
</profile>
<profile>
<id>opentelemetry</id>
<properties>
<opentelemetry.exclude></opentelemetry.exclude>
</properties>
<dependencies>
<dependency>
<groupId>io.opentelemetry</groupId>
<artifactId>opentelemetry-exporter-otlp</artifactId>
<version>1.41.0</version>
<exclusions>
<exclusion>
<groupId>io.opentelemetry</groupId>
<artifactId>opentelemetry-sdk-extension-autoconfigure-spi</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.opentelemetry</groupId>
<artifactId>opentelemetry-sdk</artifactId>
<version>1.41.0</version>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>3.12.12</version>
<scope>test</scope>
</dependency>
</dependencies>
</profile>
<profile>
<id>sparkr</id>
<build>
Expand Down
Loading

0 comments on commit 628cd75

Please sign in to comment.