You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by "Ethan Rose (Jira)" <ji...@apache.org> on 2021/10/20 20:37:10 UTC

[jira] [Updated] (HDDS-4267) Ozone command always print warn message before execution

     [ https://issues.apache.org/jira/browse/HDDS-4267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ethan Rose updated HDDS-4267:
-----------------------------
    Target Version/s: 1.3.0  (was: 1.2.0)

I am managing the 1.2.0 release and we currently have more than 600 issues targeted for 1.2.0. I am moving the target field to 1.3.0.

If you are actively working on this jira and believe this should be targeted for the 1.2.0 release, Please reach out to me via Apache email or Slack.

> Ozone command always print warn message before execution
> --------------------------------------------------------
>
>                 Key: HDDS-4267
>                 URL: https://issues.apache.org/jira/browse/HDDS-4267
>             Project: Apache Ozone
>          Issue Type: Improvement
>          Components: Ozone CLI
>            Reporter: Yiqun Lin
>            Priority: Minor
>
> Ozone command always print warn message before execution:
> {noformat}
> [hdfs@lyq yiqlin]$ ~/ozone/bin/ozone version
> /home/hdfs/releases/ozone-1.0.0/etc/hadoop/hadoop-env.sh: line 34: ulimit: core file size: cannot modify limit: Operation not permitted
> {noformat}
> {noformat}
> [hdfs@ yiqlin]$ ~/ozone/bin/ozone sh volume list
> /home/hdfs/releases/ozone-1.0.0/etc/hadoop/hadoop-env.sh: line 34: ulimit: core file size: cannot modify limit: Operation not permitted
> {noformat}
> This is because that hdfs in my cluster cannot execute below command in hadoop-en.sh
> {noformat}
> # # Enable core dump when crash in C++
> ulimit -c unlimited
> {noformat}
> ulimit -c was introduced in JIRA HDDS-3941. The root cause seems that ulimit -c requires root user to execute but hdfs user in my local is a non-root user.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org