Skip to content

Commit f434d13

Browse files
tchow-zlaithomaschowpiyush-zlai
authored
fix: adjust classpath so flink side can work (#475)
## Summary ## Checklist - [ ] Added Unit Tests - [ ] Covered by existing CI - [ ] Integration tested - [ ] Documentation update <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Chores** - Removed legacy resource management components. - Updated dependency configurations by excluding outdated libraries and incorporating essential new ones, including new dependencies for Hadoop and Jetty. - Upgraded several third-party libraries to enhance compatibility and maintainability. <!-- end of auto-generated comment: release notes by coderabbit.ai --> <!-- av pr metadata This information is embedded by the av CLI when creating PRs to track the status of stacks when using Aviator. Please do not delete or edit this section of the PR. ``` {"parent":"main","parentHead":"","trunk":"main"} ``` --> --------- Co-authored-by: Thomas Chow <[email protected]> Co-authored-by: Piyush Narang <[email protected]>
1 parent 7d618fd commit f434d13

File tree

5 files changed

+354
-128
lines changed

5 files changed

+354
-128
lines changed

flink/BUILD.bazel

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@ scala_library(
2424
maven_artifact("org.apache.avro:avro"),
2525
maven_artifact("io.confluent:kafka-schema-registry-client"),
2626
maven_artifact("io.confluent:kafka-protobuf-provider"),
27+
maven_artifact("org.apache.hadoop:hadoop-common"),
2728
maven_artifact("org.apache.hadoop:hadoop-client-api"),
29+
maven_artifact("org.apache.hadoop:hadoop-yarn-api"),
30+
maven_artifact("org.eclipse.jetty:jetty-util"),
2831
],
2932
)
3033

@@ -47,6 +50,7 @@ test_deps = _FLINK_TEST_DEPS + [
4750
maven_artifact("io.confluent:kafka-protobuf-provider"),
4851
maven_artifact("org.apache.kafka:kafka-clients"),
4952
maven_artifact("com.google.protobuf:protobuf-java"),
53+
maven_artifact("org.apache.hadoop:hadoop-common"),
5054
maven_artifact("org.apache.hadoop:hadoop-client-api"),
5155
# Testing
5256
scala_artifact_with_suffix("org.scalatest:scalatest-matchers-core"),

0 commit comments

Comments
 (0)