[
https://issues.apache.org/jira/browse/HDDS-1383?focusedWorklogId=223571&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-223571
]
ASF GitHub Bot logged work on HDDS-1383:
----------------------------------------
Author: ASF GitHub Bot
Created on: 05/Apr/19 12:30
Start Date: 05/Apr/19 12:30
Worklog Time Spent: 10m
Work Description: hadoop-yetus commented on issue #694: HDDS-1383. [Ozone
Upgrade] Create the project skeleton with CLI interface
URL: https://github.com/apache/hadoop/pull/694#issuecomment-480257943
:broken_heart: **-1 overall**
| Vote | Subsystem | Runtime | Comment |
|:----:|----------:|--------:|:--------|
| 0 | reexec | 31 | 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 _ |
| 0 | mvndep | 11 | Maven dependency ordering for branch |
| -1 | mvninstall | 473 | root in trunk failed. |
| -1 | compile | 23 | hadoop-ozone in trunk failed. |
| +1 | checkstyle | 48 | trunk passed |
| +1 | mvnsite | 203 | trunk passed |
| +1 | shadedclient | 678 | branch has no errors when building and testing
our client artifacts. |
| 0 | findbugs | 0 | Skipped patched modules with no Java source:
hadoop-ozone hadoop-ozone/dist |
| +1 | findbugs | 65 | trunk passed |
| +1 | javadoc | 116 | trunk passed |
||| _ Patch Compile Tests _ |
| 0 | mvndep | 16 | Maven dependency ordering for patch |
| +1 | mvninstall | 427 | the patch passed |
| +1 | compile | 122 | the patch passed |
| +1 | javac | 122 | the patch passed |
| +1 | checkstyle | 26 | the patch passed |
| +1 | mvnsite | 198 | the patch passed |
| +1 | shellcheck | 25 | There were no new shellcheck issues. |
| +1 | shelldocs | 13 | There were no new shelldocs issues. |
| -1 | whitespace | 0 | The patch has 66 line(s) that end in whitespace. Use
git apply --whitespace=fix <<patch_file>>. Refer
https://git-scm.com/docs/git-apply |
| -1 | whitespace | 1 | The patch 600 line(s) with tabs. |
| +1 | xml | 3 | The patch has no ill-formed XML file. |
| +1 | shadedclient | 746 | patch has no errors when building and testing
our client artifacts. |
| 0 | findbugs | 0 | Skipped patched modules with no Java source:
hadoop-ozone hadoop-ozone/dist |
| +1 | findbugs | 101 | the patch passed |
| +1 | javadoc | 66 | hadoop-ozone generated 0 new + 2 unchanged - 14 fixed
= 2 total (was 16) |
| +1 | javadoc | 37 | common in the patch passed. |
| +1 | javadoc | 18 | upgrade in the patch passed. |
| +1 | javadoc | 16 | dist in the patch passed. |
||| _ Other Tests _ |
| -1 | unit | 1230 | hadoop-ozone in the patch failed. |
| +1 | unit | 39 | common in the patch passed. |
| +1 | unit | 25 | upgrade in the patch passed. |
| +1 | unit | 23 | dist in the patch passed. |
| +1 | asflicense | 32 | The patch does not generate ASF License warnings. |
| | | 4966 | |
| Reason | Tests |
|-------:|:------|
| Failed junit tests | hadoop.ozone.TestMiniChaosOzoneCluster |
| | hadoop.ozone.container.ozoneimpl.TestOzoneContainer |
| | hadoop.ozone.om.TestOzoneManager |
| | hadoop.ozone.om.TestScmChillMode |
| Subsystem | Report/Notes |
|----------:|:-------------|
| Docker | Client=17.05.0-ce Server=17.05.0-ce base:
https://builds.apache.org/job/hadoop-multibranch/job/PR-694/2/artifact/out/Dockerfile
|
| GITHUB PR | https://github.com/apache/hadoop/pull/694 |
| Optional Tests | dupname asflicense mvnsite unit shellcheck
shelldocs compile javac javadoc mvninstall shadedclient xml findbugs
checkstyle |
| uname | Linux df283b309643 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 / 77fe51e |
| maven | version: Apache Maven 3.3.9 |
| Default Java | 1.8.0_191 |
| mvninstall |
https://builds.apache.org/job/hadoop-multibranch/job/PR-694/2/artifact/out/branch-mvninstall-root.txt
|
| compile |
https://builds.apache.org/job/hadoop-multibranch/job/PR-694/2/artifact/out/branch-compile-hadoop-ozone.txt
|
| shellcheck | v0.4.6 |
| findbugs | v3.1.0-RC1 |
| whitespace |
https://builds.apache.org/job/hadoop-multibranch/job/PR-694/2/artifact/out/whitespace-eol.txt
|
| whitespace |
https://builds.apache.org/job/hadoop-multibranch/job/PR-694/2/artifact/out/whitespace-tabs.txt
|
| unit |
https://builds.apache.org/job/hadoop-multibranch/job/PR-694/2/artifact/out/patch-unit-hadoop-ozone.txt
|
| Test Results |
https://builds.apache.org/job/hadoop-multibranch/job/PR-694/2/testReport/ |
| Max. process+thread count | 3176 (vs. ulimit of 5500) |
| modules | C: hadoop-ozone hadoop-ozone/common hadoop-ozone/upgrade
hadoop-ozone/dist U: hadoop-ozone |
| Console output |
https://builds.apache.org/job/hadoop-multibranch/job/PR-694/2/console |
| Powered by | Apache Yetus 0.9.0 http://yetus.apache.org |
This message was automatically generated.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 223571)
Time Spent: 0.5h (was: 20m)
> [Ozone Upgrade] Create the project skeleton with CLI interface
> --------------------------------------------------------------
>
> Key: HDDS-1383
> URL: https://issues.apache.org/jira/browse/HDDS-1383
> Project: Hadoop Distributed Data Store
> Issue Type: Sub-task
> Components: upgrade
> Reporter: Elek, Marton
> Assignee: Elek, Marton
> Priority: Major
> Labels: pull-request-available
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> Ozone In-Place upgrade tool is a tool to upgrade hdfs data to ozone data
> without data movement.
> In this jira I will create a skeleton project with the cli interface without
> any business logic.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]