[jira] [Commented] (PIG-3794) pig -useHCatalog fails using pig command line interface on HDInsight

2014-03-11 Thread Eric Hanson (JIRA)

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

Eric Hanson commented on PIG-3794:
--

What version of Azure HDINSIGHT installation were you looking at when you saw 
HCAT_HOME defined?

> pig -useHCatalog fails using pig command line interface on HDInsight
> 
>
> Key: PIG-3794
> URL: https://issues.apache.org/jira/browse/PIG-3794
> Project: Pig
>  Issue Type: Bug
>Affects Versions: 0.11, 0.12.0, 0.13.0
> Environment: Windows Azure HDINSIGHT
> c:\apps\dist\pig-0.11.0.1.3.2.0-05
>Reporter: Eric Hanson
>Assignee: Eric Hanson
> Fix For: 0.13.0
>
> Attachments: PIG-3794.01.patch, PIG-3794.02.patch, PIG-3794.03.patch
>
>
> When you connect to an HDP 1.3 version HDINSIGHT cluster with remote desktop, 
> if you try this:
> c:\apps\dist\pig-0.11.0.1.3.2.0-05>bin\pig -useHCatalog
> you get this:
> "HCAT_HOME should be defined"
> but you should not get an error.
> It appears that pig.cmd should use "HCATALOG_HOME" instead of "HCAT_HOME".
> The same problem exists on the 1.3 one-box installation for Windows. A quick 
> look at the source code indicates it is still a problem on trunk.
> 
> Equivalent Monarch Pig JIRA is PIG-125
> In addition, if you set hive.metastore.uris to '', this is supposed to create 
> an embedded metastore instead of going to the metastore service. This fails 
> on Azure HDINSIGHT and Windows because of missing datanucleus and sqljdbc4 
> jars. This is covered in Monarch Pig JIRA Pig-126.
> Finally, if you submit a pig job from WebHCat, due to argument quoting for 
> windows, -useHCatalog comes in as "-useHCatalog" into pig.cmd. This causes 
> -useHCatalog to never work on Windows from WebHCat.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (PIG-3794) pig -useHCatalog fails using pig command line interface on HDInsight

2014-03-11 Thread Daniel Dai (JIRA)

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

Daniel Dai commented on PIG-3794:
-

Sounds like HDINSIGHT should define HCAT_HOME. I see it defined in other Azure 
installation, not sure how it is different than the one-box setup.

> pig -useHCatalog fails using pig command line interface on HDInsight
> 
>
> Key: PIG-3794
> URL: https://issues.apache.org/jira/browse/PIG-3794
> Project: Pig
>  Issue Type: Bug
>Affects Versions: 0.11, 0.12.0, 0.13.0
> Environment: Windows Azure HDINSIGHT
> c:\apps\dist\pig-0.11.0.1.3.2.0-05
>Reporter: Eric Hanson
>Assignee: Eric Hanson
> Fix For: 0.13.0
>
> Attachments: PIG-3794.01.patch, PIG-3794.02.patch, PIG-3794.03.patch
>
>
> When you connect to an HDP 1.3 version HDINSIGHT cluster with remote desktop, 
> if you try this:
> c:\apps\dist\pig-0.11.0.1.3.2.0-05>bin\pig -useHCatalog
> you get this:
> "HCAT_HOME should be defined"
> but you should not get an error.
> It appears that pig.cmd should use "HCATALOG_HOME" instead of "HCAT_HOME".
> The same problem exists on the 1.3 one-box installation for Windows. A quick 
> look at the source code indicates it is still a problem on trunk.
> 
> Equivalent Monarch Pig JIRA is PIG-125
> In addition, if you set hive.metastore.uris to '', this is supposed to create 
> an embedded metastore instead of going to the metastore service. This fails 
> on Azure HDINSIGHT and Windows because of missing datanucleus and sqljdbc4 
> jars. This is covered in Monarch Pig JIRA Pig-126.
> Finally, if you submit a pig job from WebHCat, due to argument quoting for 
> windows, -useHCatalog comes in as "-useHCatalog" into pig.cmd. This causes 
> -useHCatalog to never work on Windows from WebHCat.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (PIG-3794) pig -useHCatalog fails using pig command line interface on HDInsight

2014-03-10 Thread Eric Hanson (JIRA)

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

Eric Hanson commented on PIG-3794:
--

I just know that HCAT_HOME is not defined on HDINSIGHT or our windows one-box 
setup. 

> pig -useHCatalog fails using pig command line interface on HDInsight
> 
>
> Key: PIG-3794
> URL: https://issues.apache.org/jira/browse/PIG-3794
> Project: Pig
>  Issue Type: Bug
>Affects Versions: 0.11, 0.12.0, 0.13.0
> Environment: Windows Azure HDINSIGHT
> c:\apps\dist\pig-0.11.0.1.3.2.0-05
>Reporter: Eric Hanson
>Assignee: Eric Hanson
> Fix For: 0.13.0
>
> Attachments: PIG-3794.01.patch, PIG-3794.02.patch, PIG-3794.03.patch
>
>
> When you connect to an HDP 1.3 version HDINSIGHT cluster with remote desktop, 
> if you try this:
> c:\apps\dist\pig-0.11.0.1.3.2.0-05>bin\pig -useHCatalog
> you get this:
> "HCAT_HOME should be defined"
> but you should not get an error.
> It appears that pig.cmd should use "HCATALOG_HOME" instead of "HCAT_HOME".
> The same problem exists on the 1.3 one-box installation for Windows. A quick 
> look at the source code indicates it is still a problem on trunk.
> 
> Equivalent Monarch Pig JIRA is PIG-125
> In addition, if you set hive.metastore.uris to '', this is supposed to create 
> an embedded metastore instead of going to the metastore service. This fails 
> on Azure HDINSIGHT and Windows because of missing datanucleus and sqljdbc4 
> jars. This is covered in Monarch Pig JIRA Pig-126.
> Finally, if you submit a pig job from WebHCat, due to argument quoting for 
> windows, -useHCatalog comes in as "-useHCatalog" into pig.cmd. This causes 
> -useHCatalog to never work on Windows from WebHCat.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (PIG-3794) pig -useHCatalog fails using pig command line interface on HDInsight

2014-03-09 Thread Daniel Dai (JIRA)

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

Daniel Dai commented on PIG-3794:
-

[~ehans], do you know why in Windows pig.cmd should use HCATALOG_HOME instead? 
It should follow the same convention as Unix for better maintenance. 

> pig -useHCatalog fails using pig command line interface on HDInsight
> 
>
> Key: PIG-3794
> URL: https://issues.apache.org/jira/browse/PIG-3794
> Project: Pig
>  Issue Type: Bug
>Affects Versions: 0.11, 0.12.0, 0.13.0
> Environment: Windows Azure HDINSIGHT
> c:\apps\dist\pig-0.11.0.1.3.2.0-05
>Reporter: Eric Hanson
>Assignee: Eric Hanson
> Fix For: 0.13.0
>
> Attachments: PIG-3794.01.patch, PIG-3794.02.patch, PIG-3794.03.patch
>
>
> When you connect to an HDP 1.3 version HDINSIGHT cluster with remote desktop, 
> if you try this:
> c:\apps\dist\pig-0.11.0.1.3.2.0-05>bin\pig -useHCatalog
> you get this:
> "HCAT_HOME should be defined"
> but you should not get an error.
> It appears that pig.cmd should use "HCATALOG_HOME" instead of "HCAT_HOME".
> The same problem exists on the 1.3 one-box installation for Windows. A quick 
> look at the source code indicates it is still a problem on trunk.
> 
> Equivalent Monarch Pig JIRA is PIG-125
> In addition, if you set hive.metastore.uris to '', this is supposed to create 
> an embedded metastore instead of going to the metastore service. This fails 
> on Azure HDINSIGHT and Windows because of missing datanucleus and sqljdbc4 
> jars. This is covered in Monarch Pig JIRA Pig-126.
> Finally, if you submit a pig job from WebHCat, due to argument quoting for 
> windows, -useHCatalog comes in as "-useHCatalog" into pig.cmd. This causes 
> -useHCatalog to never work on Windows from WebHCat.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (PIG-3794) pig -useHCatalog fails using pig command line interface on HDInsight

2014-03-04 Thread Eric Hanson (JIRA)

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

Eric Hanson commented on PIG-3794:
--

Code review available at: https://reviews.apache.org/r/18744/

> pig -useHCatalog fails using pig command line interface on HDInsight
> 
>
> Key: PIG-3794
> URL: https://issues.apache.org/jira/browse/PIG-3794
> Project: Pig
>  Issue Type: Bug
>Affects Versions: 0.11, 0.12.0, 0.13.0
> Environment: Windows Azure HDINSIGHT
> c:\apps\dist\pig-0.11.0.1.3.2.0-05
>Reporter: Eric Hanson
> Fix For: 0.13.0
>
> Attachments: PIG-3794.01.patch
>
>
> When you connect to an HDP 1.3 version HDINSIGHT cluster with remote desktop, 
> if you try this:
> c:\apps\dist\pig-0.11.0.1.3.2.0-05>bin\pig -useHCatalog
> you get this:
> "HCAT_HOME should be defined"
> but you should not get an error.
> It appears that pig.cmd should use "HCATALOG_HOME" instead of "HCAT_HOME".
> The same problem exists on the 1.3 one-box installation for Windows. A quick 
> look at the source code indicates it is still a problem on trunk.
> 
> Equivalent Monarch Pig JIRA is PIG-125
> In addition, if you set hive.metastore.uris to '', this is supposed to create 
> an embedded metastore instead of going to the metastore service. This fails 
> on Azure HDINSIGHT and Windows because of missing datanucleus and sqljdbc4 
> jars. This is covered in Monarch Pig JIRA Pig-126.



--
This message was sent by Atlassian JIRA
(v6.2#6252)