You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ranger.apache.org by "Gautam Borad (JIRA)" <ji...@apache.org> on 2017/05/28 05:11:04 UTC

[jira] [Created] (RANGER-1620) Fix kafka-ranger-env.sh script to not throw error when it is sourced from bash

Gautam Borad created RANGER-1620:
------------------------------------

             Summary: Fix kafka-ranger-env.sh script to not throw error when it is sourced from bash
                 Key: RANGER-1620
                 URL: https://issues.apache.org/jira/browse/RANGER-1620
             Project: Ranger
          Issue Type: Bug
          Components: plugins
            Reporter: Gautam Borad
            Assignee: Gautam Borad
             Fix For: 1.0.0, 0.7.0


Current implementation of kafka-ranger-env.sh relies on the $0 bash variable, 
However, when the script is sourced using the {{source}} or the {{.}} command, the {{$0}} variable expands to text {{-bash}} which gives an error.





--
This message was sent by Atlassian JIRA
(v6.3.15#6346)