Skip to content
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

HDDS-1483:Fix javadoc #790

Merged
merged 1 commit into from
May 2, 2019
Merged

Conversation

dineshchitlangia
Copy link
Contributor

No description provided.

@dineshchitlangia
Copy link
Contributor Author

@bharatviswa504 Thanks for filing the JIRA. Pls help to review/commit.

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 24 Docker mode activated.
_ Prechecks _
+1 @author 0 The patch does not contain any @author tags.
-1 test4tests 0 The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch.
_ trunk Compile Tests _
+1 mvninstall 1074 trunk passed
+1 compile 43 trunk passed
+1 checkstyle 16 trunk passed
+1 mvnsite 32 trunk passed
+1 shadedclient 665 branch has no errors when building and testing our client artifacts.
+1 findbugs 57 trunk passed
+1 javadoc 34 trunk passed
_ Patch Compile Tests _
+1 mvninstall 36 the patch passed
+1 compile 26 the patch passed
+1 javac 26 the patch passed
+1 checkstyle 12 the patch passed
+1 mvnsite 29 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedclient 729 patch has no errors when building and testing our client artifacts.
+1 findbugs 65 the patch passed
+1 javadoc 30 the patch passed
_ Other Tests _
+1 unit 31 common in the patch passed.
+1 asflicense 26 The patch does not generate ASF License warnings.
3018
Subsystem Report/Notes
Docker Client=17.05.0-ce Server=17.05.0-ce base: https://builds.apache.org/job/hadoop-multibranch/job/PR-790/1/artifact/out/Dockerfile
GITHUB PR #790
JIRA Issue HDDS-1483
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle
uname Linux 36a7d8c5f381 4.4.0-139-generic #165-Ubuntu SMP Wed Oct 24 10:58:50 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality personality/hadoop.sh
git revision trunk / 7cb46f0
maven version: Apache Maven 3.3.9
Default Java 1.8.0_191
findbugs v3.1.0-RC1
Test Results https://builds.apache.org/job/hadoop-multibranch/job/PR-790/1/testReport/
Max. process+thread count 414 (vs. ulimit of 5500)
modules C: hadoop-ozone/common U: hadoop-ozone/common
Console output https://builds.apache.org/job/hadoop-multibranch/job/PR-790/1/console
Powered by Apache Yetus 0.9.0 http://yetus.apache.org

This message was automatically generated.

@bharatviswa504
Copy link
Contributor

Thank You @dineshchitlangia for fixing this issue.
+1 LGTM.
I will commit this.

@bharatviswa504 bharatviswa504 merged commit f682a17 into apache:trunk May 2, 2019
@bharatviswa504 bharatviswa504 self-requested a review May 2, 2019 21:15
shanthoosh added a commit to shanthoosh/hadoop that referenced this pull request Oct 15, 2019
This patch consists of the following changes:
* Unify the different methods present in the TaskNameGrouper interface. This will enable us to have a single interface method usable for both the yarn and standalone models.
* Generate locationId aware task assignment to processors in standalone.
* Move the task assignment persistence logic from a custom `TaskNameGrouper` implementation to `JobModelManager`, so that this works for any kind of custom group.
* General code clean up in `JobModelManager`,  `TaskAssignmentManager` and in other samza internal classes.
* Read/write taskLocality of the processors in standalone.
* Updated the existing java docs and added java docs where they were missing.

Testing:
* Fixed the existing unit-tests due to the changes.
* Added new unit tests for the functionality changed added as a part of this patch.
* Tested this patch with a sample job from `hello-samza` project and verified that it works as expected.

Please refer to [SEP-11](https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=75957309) for more details.

Author: Shanthoosh Venkataraman <spvenkat@usc.edu>
Author: Shanthoosh Venkataraman <svenkata@linkedin.com>
Author: svenkata <svenkataraman@linkedin.com>

Reviewers: Prateek M<pmaheshw@linkedin.com>

Closes apache#790 from shanthoosh/task_name_grouper_changes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
3 participants