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

Daniel Dai commented on PIG-2482:
---------------------------------

bq. I think it's fine not to add commands for it to PigServer. But what about 
o.a.p.scripting.Pig object? It has a fs() call. It seems like it should have an 
hcat() call as well.
Yes, I can include it in scription.Pig

bq. Also, should we say "hcat" or "sql"? The latter would leave us open to 
extend this to exporting full SQL statements later. It is also more generic and 
in keeping with our goal of keeping Hadoop specifics out of Pig Latin.
That's better for future extension. I will name it as "sql".
                
> Integrate HCat DDL command into Pig
> -----------------------------------
>
>                 Key: PIG-2482
>                 URL: https://issues.apache.org/jira/browse/PIG-2482
>             Project: Pig
>          Issue Type: New Feature
>          Components: impl
>            Reporter: Daniel Dai
>            Assignee: Daniel Dai
>             Fix For: 0.11
>
>
> We would like to run hcat DDL command inside Pig script or Grunt. We can use 
> a similar approach as "fs" or "sh".
> Grunt> hcat create table .....
> Similar to "fs" and "sh", we don't plan to add Java API in PigServer for it.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to