You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Jeff Hammerbacher (JIRA)" <ji...@apache.org> on 2009/01/25 00:43:59 UTC

[jira] Created: (HIVE-249) chmod u+x (or something) on build/dist/bin/hive when running "ant package"

chmod u+x (or something) on build/dist/bin/hive when running "ant package"
--------------------------------------------------------------------------

                 Key: HIVE-249
                 URL: https://issues.apache.org/jira/browse/HIVE-249
             Project: Hadoop Hive
          Issue Type: Improvement
          Components: Build Infrastructure
            Reporter: Jeff Hammerbacher
            Priority: Minor


I'm not sure if this is a best practice, but when I run "ant package" and cd into "build/dist", running "bin/hive" gives me a "Permission denied" error. A quick chmod u+x on bin/* fixes things, but it would be nice to have it work out of the box. Maybe that's not secure or too magical, I dunno--up to the Hive team.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HIVE-249) chmod u+x (or something) on build/dist/bin/hive when running "ant package"

Posted by "Jeff Hammerbacher (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jeff Hammerbacher updated HIVE-249:
-----------------------------------

    Status: Patch Available  (was: Open)

> chmod u+x (or something) on build/dist/bin/hive when running "ant package"
> --------------------------------------------------------------------------
>
>                 Key: HIVE-249
>                 URL: https://issues.apache.org/jira/browse/HIVE-249
>             Project: Hadoop Hive
>          Issue Type: Improvement
>          Components: Build Infrastructure
>            Reporter: Jeff Hammerbacher
>            Priority: Minor
>         Attachments: HIVE-249.diff
>
>
> I'm not sure if this is a best practice, but when I run "ant package" and cd into "build/dist", running "bin/hive" gives me a "Permission denied" error. A quick chmod u+x on bin/* fixes things, but it would be nice to have it work out of the box. Maybe that's not secure or too magical, I dunno--up to the Hive team.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (HIVE-249) chmod u+x (or something) on build/dist/bin/hive when running "ant package"

Posted by "Ashish Thusoo (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ashish Thusoo reassigned HIVE-249:
----------------------------------

    Assignee: Jeff Hammerbacher

Assigned.

> chmod u+x (or something) on build/dist/bin/hive when running "ant package"
> --------------------------------------------------------------------------
>
>                 Key: HIVE-249
>                 URL: https://issues.apache.org/jira/browse/HIVE-249
>             Project: Hadoop Hive
>          Issue Type: Improvement
>          Components: Build Infrastructure
>            Reporter: Jeff Hammerbacher
>            Assignee: Jeff Hammerbacher
>            Priority: Minor
>         Attachments: HIVE-249.diff
>
>
> I'm not sure if this is a best practice, but when I run "ant package" and cd into "build/dist", running "bin/hive" gives me a "Permission denied" error. A quick chmod u+x on bin/* fixes things, but it would be nice to have it work out of the box. Maybe that's not secure or too magical, I dunno--up to the Hive team.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HIVE-249) chmod u+x (or something) on build/dist/bin/hive when running "ant package"

Posted by "Ashish Thusoo (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ashish Thusoo updated HIVE-249:
-------------------------------

       Resolution: Fixed
    Fix Version/s: 0.2.0
     Hadoop Flags: [Reviewed]
           Status: Resolved  (was: Patch Available)

committed. Thanks Jeff!!

> chmod u+x (or something) on build/dist/bin/hive when running "ant package"
> --------------------------------------------------------------------------
>
>                 Key: HIVE-249
>                 URL: https://issues.apache.org/jira/browse/HIVE-249
>             Project: Hadoop Hive
>          Issue Type: Improvement
>          Components: Build Infrastructure
>            Reporter: Jeff Hammerbacher
>            Assignee: Jeff Hammerbacher
>            Priority: Minor
>             Fix For: 0.2.0
>
>         Attachments: HIVE-249.diff
>
>
> I'm not sure if this is a best practice, but when I run "ant package" and cd into "build/dist", running "bin/hive" gives me a "Permission denied" error. A quick chmod u+x on bin/* fixes things, but it would be nice to have it work out of the box. Maybe that's not secure or too magical, I dunno--up to the Hive team.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HIVE-249) chmod u+x (or something) on build/dist/bin/hive when running "ant package"

Posted by "Ashish Thusoo (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12667426#action_12667426 ] 

Ashish Thusoo commented on HIVE-249:
------------------------------------

+1. 

looks good to me. I can't think of any security issues with this...


> chmod u+x (or something) on build/dist/bin/hive when running "ant package"
> --------------------------------------------------------------------------
>
>                 Key: HIVE-249
>                 URL: https://issues.apache.org/jira/browse/HIVE-249
>             Project: Hadoop Hive
>          Issue Type: Improvement
>          Components: Build Infrastructure
>            Reporter: Jeff Hammerbacher
>            Priority: Minor
>         Attachments: HIVE-249.diff
>
>
> I'm not sure if this is a best practice, but when I run "ant package" and cd into "build/dist", running "bin/hive" gives me a "Permission denied" error. A quick chmod u+x on bin/* fixes things, but it would be nice to have it work out of the box. Maybe that's not secure or too magical, I dunno--up to the Hive team.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HIVE-249) chmod u+x (or something) on build/dist/bin/hive when running "ant package"

Posted by "Carl Steinbach (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carl Steinbach updated HIVE-249:
--------------------------------

    Fix Version/s: 0.3.0
                       (was: 0.6.0)

> chmod u+x (or something) on build/dist/bin/hive when running "ant package"
> --------------------------------------------------------------------------
>
>                 Key: HIVE-249
>                 URL: https://issues.apache.org/jira/browse/HIVE-249
>             Project: Hadoop Hive
>          Issue Type: Improvement
>          Components: Build Infrastructure
>            Reporter: Jeff Hammerbacher
>            Assignee: Jeff Hammerbacher
>            Priority: Minor
>             Fix For: 0.3.0
>
>         Attachments: HIVE-249.diff
>
>
> I'm not sure if this is a best practice, but when I run "ant package" and cd into "build/dist", running "bin/hive" gives me a "Permission denied" error. A quick chmod u+x on bin/* fixes things, but it would be nice to have it work out of the box. Maybe that's not secure or too magical, I dunno--up to the Hive team.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HIVE-249) chmod u+x (or something) on build/dist/bin/hive when running "ant package"

Posted by "Jeff Hammerbacher (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jeff Hammerbacher updated HIVE-249:
-----------------------------------

    Attachment: HIVE-249.diff

The attached patch takes its cue from the build.xml file of the Hadoop project.

> chmod u+x (or something) on build/dist/bin/hive when running "ant package"
> --------------------------------------------------------------------------
>
>                 Key: HIVE-249
>                 URL: https://issues.apache.org/jira/browse/HIVE-249
>             Project: Hadoop Hive
>          Issue Type: Improvement
>          Components: Build Infrastructure
>            Reporter: Jeff Hammerbacher
>            Priority: Minor
>         Attachments: HIVE-249.diff
>
>
> I'm not sure if this is a best practice, but when I run "ant package" and cd into "build/dist", running "bin/hive" gives me a "Permission denied" error. A quick chmod u+x on bin/* fixes things, but it would be nice to have it work out of the box. Maybe that's not secure or too magical, I dunno--up to the Hive team.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.