You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Olga Natkovich (JIRA)" <ji...@apache.org> on 2007/09/24 23:18:51 UTC

[jira] Created: (HADOOP-1939) Need extensive shell interface

Need extensive shell interface
------------------------------

                 Key: HADOOP-1939
                 URL: https://issues.apache.org/jira/browse/HADOOP-1939
             Project: Hadoop
          Issue Type: Improvement
            Reporter: Olga Natkovich


My project, Pig, provides an interactive shell for users where, among other things, they can do some basic DFS operations such as changing firectories, copying files, etc. It would be great if Hadoop could provide a consistent interface to support basic shell operations.

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


[jira] Commented: (HADOOP-1939) Need extensive shell interface

Posted by "Olga Natkovich (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-1939?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12562682#action_12562682 ] 

Olga Natkovich commented on HADOOP-1939:
----------------------------------------

I did not mean to say that hadoop has an inconsistent interface. As far as I know there is not API access to shell commands listed above and I would like to avoid calling hadoop command line for each command within Pig's shell.

> Need extensive shell interface
> ------------------------------
>
>                 Key: HADOOP-1939
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1939
>             Project: Hadoop Core
>          Issue Type: Improvement
>          Components: fs
>            Reporter: Olga Natkovich
>            Assignee: Raghu Angadi
>
> My project, Pig, provides an interactive shell for users where, among other things, they can do some basic DFS operations such as changing firectories, copying files, etc. It would be great if Hadoop could provide a consistent interface to support basic shell operations.

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


[jira] Commented: (HADOOP-1939) Need extensive shell interface

Posted by "Raghu Angadi (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-1939?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12562701#action_12562701 ] 

Raghu Angadi commented on HADOOP-1939:
--------------------------------------

Thanks Olga. I will chat with you regd what Pig needs. Please feel free to add your requirements here.

> Need extensive shell interface
> ------------------------------
>
>                 Key: HADOOP-1939
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1939
>             Project: Hadoop Core
>          Issue Type: Improvement
>          Components: fs
>            Reporter: Olga Natkovich
>            Assignee: Raghu Angadi
>
> My project, Pig, provides an interactive shell for users where, among other things, they can do some basic DFS operations such as changing firectories, copying files, etc. It would be great if Hadoop could provide a consistent interface to support basic shell operations.

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


[jira] Commented: (HADOOP-1939) Need extensive shell interface

Posted by "Olga Natkovich (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-1939?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12558802#action_12558802 ] 

Olga Natkovich commented on HADOOP-1939:
----------------------------------------

Pig currently uses the following commands:

cat
cd
cp 
copyFromLocal
copyToLocal
ls
mv
mkdir
pwd
rm

> Need extensive shell interface
> ------------------------------
>
>                 Key: HADOOP-1939
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1939
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: fs
>            Reporter: Olga Natkovich
>
> My project, Pig, provides an interactive shell for users where, among other things, they can do some basic DFS operations such as changing firectories, copying files, etc. It would be great if Hadoop could provide a consistent interface to support basic shell operations.

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


[jira] Updated: (HADOOP-1939) Need extensive shell interface

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

dhruba borthakur updated HADOOP-1939:
-------------------------------------

    Component/s: fs

> Need extensive shell interface
> ------------------------------
>
>                 Key: HADOOP-1939
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1939
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: fs
>            Reporter: Olga Natkovich
>
> My project, Pig, provides an interactive shell for users where, among other things, they can do some basic DFS operations such as changing firectories, copying files, etc. It would be great if Hadoop could provide a consistent interface to support basic shell operations.

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


[jira] Assigned: (HADOOP-1939) Need extensive shell interface

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

Raghu Angadi reassigned HADOOP-1939:
------------------------------------

    Assignee: Raghu Angadi

> Need extensive shell interface
> ------------------------------
>
>                 Key: HADOOP-1939
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1939
>             Project: Hadoop Core
>          Issue Type: Improvement
>          Components: fs
>            Reporter: Olga Natkovich
>            Assignee: Raghu Angadi
>
> My project, Pig, provides an interactive shell for users where, among other things, they can do some basic DFS operations such as changing firectories, copying files, etc. It would be great if Hadoop could provide a consistent interface to support basic shell operations.

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


[jira] Commented: (HADOOP-1939) Need extensive shell interface

Posted by "Raghu Angadi (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-1939?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12562280#action_12562280 ] 

Raghu Angadi commented on HADOOP-1939:
--------------------------------------

Olga, could you give an example of inconstancy? 

> Need extensive shell interface
> ------------------------------
>
>                 Key: HADOOP-1939
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1939
>             Project: Hadoop Core
>          Issue Type: Improvement
>          Components: fs
>            Reporter: Olga Natkovich
>            Assignee: Raghu Angadi
>
> My project, Pig, provides an interactive shell for users where, among other things, they can do some basic DFS operations such as changing firectories, copying files, etc. It would be great if Hadoop could provide a consistent interface to support basic shell operations.

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