[jira] [Commented] (DRILL-6103) lsb_release: command not found

2018-03-31 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on DRILL-6103:
---

Github user asfgit closed the pull request at:

https://github.com/apache/drill/pull/1191


> lsb_release: command not found
> --
>
> Key: DRILL-6103
> URL: https://issues.apache.org/jira/browse/DRILL-6103
> Project: Apache Drill
>  Issue Type: Bug
>Reporter: Chunhui Shi
>Assignee: Kunal Khatua
>Priority: Major
>  Labels: ready-to-commit
> Fix For: 1.14.0
>
> Attachments: drill-config.sh.patch
>
>
> Got this error when running drillbit.sh:
>  
> $ bin/drillbit.sh restart
> bin/drill-config.sh: line 317: lsb_release: command not found



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (DRILL-6103) lsb_release: command not found

2018-03-31 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on DRILL-6103:
---

Github user amansinha100 commented on the issue:

https://github.com/apache/drill/pull/1191
  
+1


> lsb_release: command not found
> --
>
> Key: DRILL-6103
> URL: https://issues.apache.org/jira/browse/DRILL-6103
> Project: Apache Drill
>  Issue Type: Bug
>Reporter: Chunhui Shi
>Assignee: Kunal Khatua
>Priority: Major
> Fix For: 1.14.0
>
> Attachments: drill-config.sh.patch
>
>
> Got this error when running drillbit.sh:
>  
> $ bin/drillbit.sh restart
> bin/drill-config.sh: line 317: lsb_release: command not found



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (DRILL-6103) lsb_release: command not found

2018-03-26 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on DRILL-6103:
---

Github user kkhatua commented on the issue:

https://github.com/apache/drill/pull/1191
  
@chunhui-shi please review


> lsb_release: command not found
> --
>
> Key: DRILL-6103
> URL: https://issues.apache.org/jira/browse/DRILL-6103
> Project: Apache Drill
>  Issue Type: Bug
>Reporter: Chunhui Shi
>Assignee: Kunal Khatua
>Priority: Major
> Fix For: 1.14.0
>
> Attachments: drill-config.sh.patch
>
>
> Got this error when running drillbit.sh:
>  
> $ bin/drillbit.sh restart
> bin/drill-config.sh: line 317: lsb_release: command not found



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (DRILL-6103) lsb_release: command not found

2018-03-26 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on DRILL-6103:
---

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 
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.




> lsb_release: command not found
> --
>
> Key: DRILL-6103
> URL: https://issues.apache.org/jira/browse/DRILL-6103
> Project: Apache Drill
>  Issue Type: Bug
>Reporter: Chunhui Shi
>Assignee: Kunal Khatua
>Priority: Major
> Fix For: 1.14.0
>
> Attachments: drill-config.sh.patch
>
>
> Got this error when running drillbit.sh:
>  
> $ bin/drillbit.sh restart
> bin/drill-config.sh: line 317: lsb_release: command not found



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (DRILL-6103) lsb_release: command not found

2018-03-19 Thread Kunal Khatua (JIRA)

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

Kunal Khatua commented on DRILL-6103:
-

Thanks [~sanel] . 

For CentOS, i see 

{{[root@kk127 3rdparty]# grep OS /etc/centos-release }}
{{CentOS release 6.4 (Final)}}

So I'll create a PR for a generic version of your patch, that should apply to 
other flavors too.

> lsb_release: command not found
> --
>
> Key: DRILL-6103
> URL: https://issues.apache.org/jira/browse/DRILL-6103
> Project: Apache Drill
>  Issue Type: Bug
>Reporter: Chunhui Shi
>Priority: Major
> Fix For: 1.14.0
>
> Attachments: drill-config.sh.patch
>
>
> Got this error when running drillbit.sh:
>  
> $ bin/drillbit.sh restart
> bin/drill-config.sh: line 317: lsb_release: command not found



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (DRILL-6103) lsb_release: command not found

2018-03-19 Thread Sanel Zukan (JIRA)

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

Sanel Zukan commented on DRILL-6103:


Here is a small patch that checks for _/etc/fedora-release_ path. This is more 
common, than _lsb_release_ command on Linux distros.

[^drill-config.sh.patch]

> lsb_release: command not found
> --
>
> Key: DRILL-6103
> URL: https://issues.apache.org/jira/browse/DRILL-6103
> Project: Apache Drill
>  Issue Type: Bug
>Reporter: Chunhui Shi
>Priority: Major
> Attachments: drill-config.sh.patch
>
>
> Got this error when running drillbit.sh:
>  
> $ bin/drillbit.sh restart
> bin/drill-config.sh: line 317: lsb_release: command not found



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (DRILL-6103) lsb_release: command not found

2018-02-05 Thread Chunhui Shi (JIRA)

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

Chunhui Shi commented on DRILL-6103:


According to this page: [https://www.computerhope.com/unix/lsb_release.htm]

*lsb_release* is part of a software package called the LSB core, which is not 
necessarily [installed|https://www.computerhope.com/jargon/i/install.htm] on 
your system by default.

 

I think I installed my VM by installing minimal centOS configuration.

> lsb_release: command not found
> --
>
> Key: DRILL-6103
> URL: https://issues.apache.org/jira/browse/DRILL-6103
> Project: Apache Drill
>  Issue Type: Bug
>Reporter: Chunhui Shi
>Priority: Major
> Fix For: 1.13.0
>
>
> Got this error when running drillbit.sh:
>  
> $ bin/drillbit.sh restart
> bin/drill-config.sh: line 317: lsb_release: command not found



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (DRILL-6103) lsb_release: command not found

2018-02-04 Thread Kunal Khatua (JIRA)

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

Kunal Khatua commented on DRILL-6103:
-

Which platform is this? {{lsb_release}} should work in the Linux environment 
IMO.

https://github.com/apache/drill/blob/master/distribution/src/resources/drill-config.sh#L317

> lsb_release: command not found
> --
>
> Key: DRILL-6103
> URL: https://issues.apache.org/jira/browse/DRILL-6103
> Project: Apache Drill
>  Issue Type: Bug
>Reporter: Chunhui Shi
>Priority: Major
> Fix For: 1.13.0
>
>
> Got this error when running drillbit.sh:
>  
> $ bin/drillbit.sh restart
> bin/drill-config.sh: line 317: lsb_release: command not found



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)