[ 
https://issues.apache.org/jira/browse/HADOOP-19758?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18075240#comment-18075240
 ] 

ASF GitHub Bot commented on HADOOP-19758:
-----------------------------------------

hadoop-yetus commented on PR #8387:
URL: https://github.com/apache/hadoop/pull/8387#issuecomment-4291124068

   :broken_heart: **-1 overall**
   
   
   
   
   
   
   | Vote | Subsystem | Runtime |  Logfile | Comment |
   |:----:|----------:|--------:|:--------:|:-------:|
   | +0 :ok: |  reexec  |   7m 16s |  |  Docker mode activated.  |
   |||| _ Prechecks _ |
   | +1 :green_heart: |  dupname  |   0m  0s |  |  No case conflicting files 
found.  |
   | +0 :ok: |  codespell  |   0m  0s |  |  codespell was not available.  |
   | +0 :ok: |  detsecrets  |   0m  0s |  |  detect-secrets was not available.  
|
   | +0 :ok: |  shelldocs  |   0m  0s |  |  Shelldocs was not available.  |
   | +1 :green_heart: |  @author  |   0m  0s |  |  The patch does not contain 
any @author tags.  |
   | +1 :green_heart: |  test4tests  |   0m  0s |  |  The patch appears to 
include 1 new or modified test files.  |
   |||| _ trunk Compile Tests _ |
   | +1 :green_heart: |  mvninstall  |  26m 52s |  |  trunk passed  |
   | +1 :green_heart: |  mvnsite  |   1m  8s |  |  trunk passed  |
   | +1 :green_heart: |  shadedclient  |  15m 12s |  |  branch has no errors 
when building and testing our client artifacts.  |
   |||| _ Patch Compile Tests _ |
   | +1 :green_heart: |  mvninstall  |   0m 42s |  |  the patch passed  |
   | +1 :green_heart: |  blanks  |   0m  0s |  |  The patch has no blanks 
issues.  |
   | +1 :green_heart: |  mvnsite  |   0m 52s |  |  the patch passed  |
   | +1 :green_heart: |  shellcheck  |   0m  3s |  |  No new issues.  |
   | -1 :x: |  shadedclient  |   2m 38s |  |  patch has errors when building 
and testing our client artifacts.  |
   |||| _ Other Tests _ |
   | -1 :x: |  unit  |   1m 12s | 
[/patch-unit-hadoop-common-project_hadoop-common.txt](https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-8387/2/artifact/out/patch-unit-hadoop-common-project_hadoop-common.txt)
 |  hadoop-common in the patch failed.  |
   | +1 :green_heart: |  asflicense  |   0m 20s |  |  The patch does not 
generate ASF License warnings.  |
   |  |   |  58m 10s |  |  |
   
   
   | Reason | Tests |
   |-------:|:------|
   | Failed TAP tests | hadoop_subcommands.bats.tap |
   
   
   | Subsystem | Report/Notes |
   |----------:|:-------------|
   | Docker | ClientAPI=1.54 ServerAPI=1.54 base: 
https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-8387/2/artifact/out/Dockerfile
 |
   | GITHUB PR | https://github.com/apache/hadoop/pull/8387 |
   | Optional Tests | dupname asflicense mvnsite unit codespell detsecrets 
shellcheck shelldocs |
   | uname | Linux 9731dae77d8e 5.15.0-173-generic #183-Ubuntu SMP Fri Mar 6 
13:29:34 UTC 2026 x86_64 x86_64 x86_64 GNU/Linux |
   | Build tool | maven |
   | Personality | dev-support/bin/hadoop.sh |
   | git revision | trunk / e89beada5159e71cc223790ad31b6aff66a1d252 |
   | TAP logs |  
https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-8387/2/artifact/out/patch-hadoop-common-project_hadoop-common.tap
 |
   |  Test Results | 
https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-8387/2/testReport/ |
   | Max. process+thread count | 612 (vs. ulimit of 10000) |
   | modules | C: hadoop-common-project/hadoop-common U: 
hadoop-common-project/hadoop-common |
   | Console output | 
https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-8387/2/console |
   | versions | git=2.43.0 maven=3.9.11 shellcheck=0.9.0 |
   | Powered by | Apache Yetus 0.14.1 https://yetus.apache.org |
   
   
   This message was automatically generated.
   
   




> Hadoop shell scripts rely on ncurses in some distros
> ----------------------------------------------------
>
>                 Key: HADOOP-19758
>                 URL: https://issues.apache.org/jira/browse/HADOOP-19758
>             Project: Hadoop Common
>          Issue Type: Improvement
>            Reporter: Edward Capriolo
>            Priority: Major
>              Labels: pull-request-available
>
>  
> {code:java}
>   Client Commands:
> /opt/hadoop/bin/../libexec/hadoop-functions.sh: line 379: tput: command not 
> found
> archive-logs        combine aggregated logs into hadoop archives {code}
> From
> {code:java}
>   else                                    
>     numcols=$(tput cols) 2>/dev/null              
> - /opt/hadoop/bin/../libexec/hadoop-functions.sh [Readonly] 379/2774 13% 
> {code}
> In
> [Alpine Linux|https://www.alpinelinux.org/], the {{tput}} command is part of 
> the *{{ncurses}}* package and is not installed by default. The {{tput}} 
> utility is used by shell scripts to control terminal features like colors and 
> text positioning in a portable way
> Possibly consider removing this from shell scripts. 
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to