-
Notifications
You must be signed in to change notification settings - Fork 530
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[INLONG-1895] Inlong-Sort-Standalone support to sort the events to Hive cluster. #2129
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2129 +/- ##
=========================================
Coverage 12.58% 12.58%
Complexity 1206 1206
=========================================
Files 417 417
Lines 35735 35735
Branches 5590 5590
=========================================
Hits 4497 4497
Misses 30435 30435
Partials 803 803 Continue to review full report at Codecov.
|
...ndalone-source/src/main/java/org/apache/inlong/sort/standalone/dispatch/DispatchManager.java
Outdated
Show resolved
Hide resolved
...rce/src/main/java/org/apache/inlong/sort/standalone/sink/hive/DefaultEventFormatHandler.java
Outdated
Show resolved
Hide resolved
...rce/src/main/java/org/apache/inlong/sort/standalone/sink/hive/DefaultEventFormatHandler.java
Outdated
Show resolved
Hide resolved
...tandalone-source/src/main/java/org/apache/inlong/sort/standalone/sink/hive/HdfsIdConfig.java
Outdated
Show resolved
Hide resolved
...rce/src/main/java/org/apache/inlong/sort/standalone/sink/hive/DefaultEventFormatHandler.java
Show resolved
Hide resolved
...rt-standalone-source/src/main/java/org/apache/inlong/sort/standalone/sink/hive/HiveSink.java
Outdated
Show resolved
Hide resolved
...rt-standalone-source/src/main/java/org/apache/inlong/sort/standalone/sink/hive/HiveSink.java
Outdated
Show resolved
Hide resolved
...rt-standalone-source/src/main/java/org/apache/inlong/sort/standalone/sink/hive/HiveSink.java
Outdated
Show resolved
Hide resolved
...rt-standalone-source/src/main/java/org/apache/inlong/sort/standalone/sink/hive/HiveSink.java
Outdated
Show resolved
Hide resolved
...rt-standalone-source/src/main/java/org/apache/inlong/sort/standalone/sink/hive/HiveSink.java
Show resolved
Hide resolved
...c/main/java/org/apache/inlong/sort/standalone/sink/hive/PartitionLeaderElectionRunnable.java
Show resolved
Hide resolved
...c/main/java/org/apache/inlong/sort/standalone/sink/hive/PartitionLeaderElectionRunnable.java
Outdated
Show resolved
Hide resolved
...tandalone-source/src/main/java/org/apache/inlong/sort/standalone/sink/hive/HdfsIdConfig.java
Outdated
Show resolved
Hide resolved
...rt-standalone-source/src/main/java/org/apache/inlong/sort/standalone/sink/hive/HiveSink.java
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
+1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Modification meets expectations
Title Name: [INLONG-1895][Inlong-Sort-Standalone] Inlong-Sort-Standalone support to sort the events to Hive cluster.
Fixes #1895
Motivation
Explain here the context, and why you're making that change. What is the problem you're trying to solve.
Modifications
Describe the modifications you've done.
Verifying this change
(Please pick either of the following options)
This change is a trivial rework / code cleanup without any test coverage.
(or)
This change is already covered by existing tests, such as (please describe tests).
(or)
This change added tests and can be verified as follows:
(example:)
Documentation