You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "qiang Liu (Jira)" <ji...@apache.org> on 2020/03/11 01:53:00 UTC

[jira] [Created] (KAFKA-9699) kafka server fail to start due to old version of sed not support -E option when detect java version in kafka-run-class.sh

qiang Liu created KAFKA-9699:
--------------------------------

             Summary: kafka server fail to start due to old version of sed not support -E option when detect java version in kafka-run-class.sh
                 Key: KAFKA-9699
                 URL: https://issues.apache.org/jira/browse/KAFKA-9699
             Project: Kafka
          Issue Type: Improvement
          Components: admin
    Affects Versions: 2.4.0
         Environment: Red Hat Enterprise Linux Server release 5.6 (Tikanga)
GNU sed version 4.1.5
            Reporter: qiang Liu


kafka server fail to start due to old version of sed not support -E option when detect java version in kafka-run-class.sh

detail info as follows

[~]$ sed --version
GNU sed version 4.1.5
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE,
to the extent permitted by law.


[~]$ sed -E
sed: invalid option -- E



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