GitHub user kkhatua opened a pull request:
https://github.com/apache/drill/pull/1191
DRILL-6103: lsb_release: command not found
Thanks to Sanel Zukan for providing a small patch that checks for
/etc/fedora-release path. This is more common, than lsb_release command on
Linux distros.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kkhatua/drill DRILL-6103
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/drill/pull/1191.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1191
----
commit 11a7ff214f70a353b54aef38ba51279da5b31935
Author: Kunal Khatua <kkhatua@...>
Date: 2018-03-27T06:30:31Z
DRILL-6103: lsb_release: command not found
Thanks to Sanel Zukan for providing a small patch that checks for
/etc/fedora-release path. This is more common, than lsb_release command on
Linux distros.
----
---