[jira] [Commented] (HIVE-6549) remove templeton.jar from webhcat-default.xml, remove hcatalog/bin/hive-config.sh

2014-11-10 Thread Lefty Leverenz (JIRA)

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

Lefty Leverenz commented on HIVE-6549:
--

HIVE-8807 will fix the obsolete default value for templeton.hive.path.

> remove templeton.jar from webhcat-default.xml, remove 
> hcatalog/bin/hive-config.sh
> -
>
> Key: HIVE-6549
> URL: https://issues.apache.org/jira/browse/HIVE-6549
> Project: Hive
>  Issue Type: Bug
>  Components: WebHCat
>Affects Versions: 0.12.0
>Reporter: Eugene Koifman
>Assignee: Eugene Koifman
>Priority: Minor
> Fix For: 0.14.0
>
> Attachments: HIVE-6549.2.patch, HIVE-6549.patch
>
>
> this property is no longer used
> also removed corresponding AppConfig.TEMPLETON_JAR_NAME
> hcatalog/bin/hive-config.sh is not used
> NO PRECOMMIT TESTS



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HIVE-6549) remove templeton.jar from webhcat-default.xml, remove hcatalog/bin/hive-config.sh

2014-08-05 Thread Lefty Leverenz (JIRA)

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

Lefty Leverenz commented on HIVE-6549:
--

Somehow I forgot to remove templeton.jar from the wiki.  Now instead of 
removing it I've marked it as obsolete, with a link back to this issue.  We can 
weed it out later.

* [WebHCat Configuration -- Configuration Variables | 
https://cwiki.apache.org/confluence/display/Hive/WebHCat+Configure#WebHCatConfigure-ConfigurationVariables]

> remove templeton.jar from webhcat-default.xml, remove 
> hcatalog/bin/hive-config.sh
> -
>
> Key: HIVE-6549
> URL: https://issues.apache.org/jira/browse/HIVE-6549
> Project: Hive
>  Issue Type: Bug
>  Components: WebHCat
>Affects Versions: 0.12.0
>Reporter: Eugene Koifman
>Assignee: Eugene Koifman
>Priority: Minor
> Fix For: 0.14.0
>
> Attachments: HIVE-6549.2.patch, HIVE-6549.patch
>
>
> this property is no longer used
> also removed corresponding AppConfig.TEMPLETON_JAR_NAME
> hcatalog/bin/hive-config.sh is not used
> NO PRECOMMIT TESTS



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


[jira] [Commented] (HIVE-6549) remove templeton.jar from webhcat-default.xml, remove hcatalog/bin/hive-config.sh

2014-08-05 Thread Lefty Leverenz (JIRA)

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

Lefty Leverenz commented on HIVE-6549:
--

The default for templeton.hive.path is still set to hive-0.11.0-* in 
branch-0.13.1 as well as trunk.  Do we need a new JIRA ticket?

> remove templeton.jar from webhcat-default.xml, remove 
> hcatalog/bin/hive-config.sh
> -
>
> Key: HIVE-6549
> URL: https://issues.apache.org/jira/browse/HIVE-6549
> Project: Hive
>  Issue Type: Bug
>  Components: WebHCat
>Affects Versions: 0.12.0
>Reporter: Eugene Koifman
>Assignee: Eugene Koifman
>Priority: Minor
> Fix For: 0.14.0
>
> Attachments: HIVE-6549.2.patch, HIVE-6549.patch
>
>
> this property is no longer used
> also removed corresponding AppConfig.TEMPLETON_JAR_NAME
> hcatalog/bin/hive-config.sh is not used
> NO PRECOMMIT TESTS



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


[jira] [Commented] (HIVE-6549) remove templeton.jar from webhcat-default.xml, remove hcatalog/bin/hive-config.sh

2014-05-16 Thread Lefty Leverenz (JIRA)

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

Lefty Leverenz commented on HIVE-6549:
--

I checked webhcat-default.xml here:

* branch 11:  
[http://svn.apache.org/repos/asf/hive/branches/branch-0.11/hcatalog/webhcat/svr/src/main/config/webhcat-default.xml]
{code}
  
templeton.hive.path
hive-0.10.0.tar.gz/hive-0.10.0/bin/hive
The path to the Hive executable.
  
{code}
* branch 12:  
[http://svn.apache.org/repos/asf/hive/branches/branch-0.12/hcatalog/webhcat/svr/src/main/config/webhcat-default.xml]
{code}
  
templeton.hive.path
hive-0.11.0.tar.gz/hive-0.11.0/bin/hive
The path to the Hive executable.
  
{code}
* branch 13:  
[http://svn.apache.org/repos/asf/hive/branches/branch-0.13/hcatalog/webhcat/svr/src/main/config/webhcat-default.xml]
{code}
  
templeton.hive.path
hive-0.11.0.tar.gz/hive-0.11.0/bin/hive
The path to the Hive executable.
  
{code}
* trunk:  
[http://svn.apache.org/repos/asf/hive/trunk/hcatalog/webhcat/svr/src/main/config/webhcat-default.xml]
{code}
  
templeton.hive.path
hive-0.11.0.tar.gz/hive-0.11.0/bin/hive
The path to the Hive executable.
  
{code}

> remove templeton.jar from webhcat-default.xml, remove 
> hcatalog/bin/hive-config.sh
> -
>
> Key: HIVE-6549
> URL: https://issues.apache.org/jira/browse/HIVE-6549
> Project: Hive
>  Issue Type: Bug
>  Components: WebHCat
>Affects Versions: 0.12.0
>Reporter: Eugene Koifman
>Assignee: Eugene Koifman
>Priority: Minor
> Fix For: 0.14.0
>
> Attachments: HIVE-6549.2.patch, HIVE-6549.patch
>
>
> this property is no longer used
> also removed corresponding AppConfig.TEMPLETON_JAR_NAME
> hcatalog/bin/hive-config.sh is not used
> NO PRECOMMIT TESTS



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


[jira] [Commented] (HIVE-6549) remove templeton.jar from webhcat-default.xml, remove hcatalog/bin/hive-config.sh

2014-05-16 Thread Eugene Koifman (JIRA)

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

Eugene Koifman commented on HIVE-6549:
--

no, this is definitely used.  I guess the proper version number is being set in 
the release brunch but not trunk

> remove templeton.jar from webhcat-default.xml, remove 
> hcatalog/bin/hive-config.sh
> -
>
> Key: HIVE-6549
> URL: https://issues.apache.org/jira/browse/HIVE-6549
> Project: Hive
>  Issue Type: Bug
>  Components: WebHCat
>Affects Versions: 0.12.0
>Reporter: Eugene Koifman
>Assignee: Eugene Koifman
>Priority: Minor
> Fix For: 0.14.0
>
> Attachments: HIVE-6549.2.patch, HIVE-6549.patch
>
>
> this property is no longer used
> also removed corresponding AppConfig.TEMPLETON_JAR_NAME
> hcatalog/bin/hive-config.sh is not used
> NO PRECOMMIT TESTS



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


[jira] [Commented] (HIVE-6549) remove templeton.jar from webhcat-default.xml, remove hcatalog/bin/hive-config.sh

2014-05-16 Thread Thejas M Nair (JIRA)

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

Thejas M Nair commented on HIVE-6549:
-

+1

> remove templeton.jar from webhcat-default.xml, remove 
> hcatalog/bin/hive-config.sh
> -
>
> Key: HIVE-6549
> URL: https://issues.apache.org/jira/browse/HIVE-6549
> Project: Hive
>  Issue Type: Bug
>  Components: WebHCat
>Affects Versions: 0.12.0
>Reporter: Eugene Koifman
>Assignee: Eugene Koifman
>Priority: Minor
> Attachments: HIVE-6549.2.patch, HIVE-6549.patch
>
>
> this property is no longer used
> also removed corresponding AppConfig.TEMPLETON_JAR_NAME
> hcatalog/bin/hive-config.sh is not used
> NO PRECOMMIT TESTS



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


[jira] [Commented] (HIVE-6549) remove templeton.jar from webhcat-default.xml, remove hcatalog/bin/hive-config.sh

2014-05-16 Thread Lefty Leverenz (JIRA)

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

Lefty Leverenz commented on HIVE-6549:
--

I've added links to the HCat 0.5.0 doc and Hive 0.13.0 webhcat-default.xml file:

* [WebHCat Configuration -- Default Values 
|https://cwiki.apache.org/confluence/display/Hive/WebHCat+Configure#WebHCatConfigure-DefaultValues]

So that takes care of the documentation for this jira.

But the webhcat-default.xml files for Hive 0.12 and 0.13 both show a Hive 0.11 
default value for templeton.hive.path:

{code}
templeton.hive.path
hive-0.11.0.tar.gz/hive-0.11.0/bin/hive
{code}

Is that another unused parameter?

> remove templeton.jar from webhcat-default.xml, remove 
> hcatalog/bin/hive-config.sh
> -
>
> Key: HIVE-6549
> URL: https://issues.apache.org/jira/browse/HIVE-6549
> Project: Hive
>  Issue Type: Bug
>  Components: WebHCat
>Affects Versions: 0.12.0
>Reporter: Eugene Koifman
>Assignee: Eugene Koifman
>Priority: Minor
> Fix For: 0.14.0
>
> Attachments: HIVE-6549.2.patch, HIVE-6549.patch
>
>
> this property is no longer used
> also removed corresponding AppConfig.TEMPLETON_JAR_NAME
> hcatalog/bin/hive-config.sh is not used
> NO PRECOMMIT TESTS



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


[jira] [Commented] (HIVE-6549) remove templeton.jar from webhcat-default.xml, remove hcatalog/bin/hive-config.sh

2014-05-15 Thread Thejas M Nair (JIRA)

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

Thejas M Nair commented on HIVE-6549:
-

I think we should remove the related code from AppConfig.java as well.


> remove templeton.jar from webhcat-default.xml, remove 
> hcatalog/bin/hive-config.sh
> -
>
> Key: HIVE-6549
> URL: https://issues.apache.org/jira/browse/HIVE-6549
> Project: Hive
>  Issue Type: Bug
>  Components: WebHCat
>Affects Versions: 0.12.0
>Reporter: Eugene Koifman
>Assignee: Eugene Koifman
>Priority: Minor
> Attachments: HIVE-6549.patch
>
>
> this property is no longer used
> also removed corresponding AppConfig.TEMPLETON_JAR_NAME
> hcatalog/bin/hive-config.sh is not used
> NO PRECOMMIT TESTS



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


[jira] [Commented] (HIVE-6549) remove templeton.jar from webhcat-default.xml, remove hcatalog/bin/hive-config.sh

2014-04-16 Thread Lefty Leverenz (JIRA)

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

Lefty Leverenz commented on HIVE-6549:
--

Here's what I put in the wiki after the table:

[Default Values 
|https://cwiki.apache.org/confluence/display/Hive/WebHCat+Configure#WebHCatConfigure-DefaultValues]

{quote}
Some of the default values for WebHCat configuration variables depend on the 
release number. For the default values in the Hive release you are using, see 
the webhcat-default.xml file. It can be found in the SVN repository at:
http://svn.apache.org/repos/asf/hive/branches/branch-/hcatalog/webhcat/svr/src/main/config/webhcat-default.xml
where  is 0.11, 0.12, and so on. (Prior to Hive 0.11, WebHCat 
was in the Apache incubator.) For example, the file for Hive 0.12 is at 
http://svn.apache.org/repos/asf/hive/branches/branch-0.12/hcatalog/webhcat/svr/src/main/config/webhcat-default.xml.
{quote}

I'd like to include a link to the file in HCatalog 0.5.0 too, but don't know 
where to find it.  I sent email to dev@hive yesterday and might open a JIRA, 
because lots of wiki links to the HCat 0.5.0 docs are broken.

> remove templeton.jar from webhcat-default.xml, remove 
> hcatalog/bin/hive-config.sh
> -
>
> Key: HIVE-6549
> URL: https://issues.apache.org/jira/browse/HIVE-6549
> Project: Hive
>  Issue Type: Bug
>  Components: WebHCat
>Affects Versions: 0.12.0
>Reporter: Eugene Koifman
>Assignee: Eugene Koifman
>Priority: Minor
> Attachments: HIVE-6549.patch
>
>
> this property is no longer used
> also removed corresponding AppConfig.TEMPLETON_JAR_NAME
> hcatalog/bin/hive-config.sh is not used
> NO PRECOMMIT TESTS



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


[jira] [Commented] (HIVE-6549) remove templeton.jar from webhcat-default.xml, remove hcatalog/bin/hive-config.sh

2014-04-16 Thread Eugene Koifman (JIRA)

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

Eugene Koifman commented on HIVE-6549:
--

github repo is a mirror of the svn repo so one should be sufficient.  

Now that you mention it, I think 
http://svn.apache.org/repos/asf/hive/branches/branch-0.12/hcatalog/webhcat/svr/src/main/config/webhcat-default.xml
 would be better (or perhaps 0.13) since 'trunk' is the version currently in 
develpment.  I think users will be able to look at the URL and figure out how 
to change it to get to a different branch.

> remove templeton.jar from webhcat-default.xml, remove 
> hcatalog/bin/hive-config.sh
> -
>
> Key: HIVE-6549
> URL: https://issues.apache.org/jira/browse/HIVE-6549
> Project: Hive
>  Issue Type: Bug
>  Components: WebHCat
>Affects Versions: 0.12.0
>Reporter: Eugene Koifman
>Assignee: Eugene Koifman
>Priority: Minor
> Attachments: HIVE-6549.patch
>
>
> this property is no longer used
> also removed corresponding AppConfig.TEMPLETON_JAR_NAME
> hcatalog/bin/hive-config.sh is not used
> NO PRECOMMIT TESTS



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


[jira] [Commented] (HIVE-6549) remove templeton.jar from webhcat-default.xml, remove hcatalog/bin/hive-config.sh

2014-04-16 Thread Lefty Leverenz (JIRA)

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

Lefty Leverenz commented on HIVE-6549:
--

Good, will do.

In the meantime I found this on github:  
https://github.com/apache/hive/blob/trunk/hcatalog/webhcat/svr/src/main/config/webhcat-default.xml
 (or for branch-0.12 it's 
https://github.com/apache/hive/blob/branch-0.12/hcatalog/webhcat/svr/src/main/config/webhcat-default.xml).

Should we give both github and svn, in trunk?  Or mention how to find the 
branches too?

> remove templeton.jar from webhcat-default.xml, remove 
> hcatalog/bin/hive-config.sh
> -
>
> Key: HIVE-6549
> URL: https://issues.apache.org/jira/browse/HIVE-6549
> Project: Hive
>  Issue Type: Bug
>  Components: WebHCat
>Affects Versions: 0.12.0
>Reporter: Eugene Koifman
>Assignee: Eugene Koifman
>Priority: Minor
> Attachments: HIVE-6549.patch
>
>
> this property is no longer used
> also removed corresponding AppConfig.TEMPLETON_JAR_NAME
> hcatalog/bin/hive-config.sh is not used
> NO PRECOMMIT TESTS



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


[jira] [Commented] (HIVE-6549) remove templeton.jar from webhcat-default.xml, remove hcatalog/bin/hive-config.sh

2014-04-16 Thread Eugene Koifman (JIRA)

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

Eugene Koifman commented on HIVE-6549:
--

I think 
http://svn.apache.org/repos/asf/hive/trunk/hcatalog/webhcat/svr/src/main/config/webhcat-default.xml
 is perfect

> remove templeton.jar from webhcat-default.xml, remove 
> hcatalog/bin/hive-config.sh
> -
>
> Key: HIVE-6549
> URL: https://issues.apache.org/jira/browse/HIVE-6549
> Project: Hive
>  Issue Type: Bug
>  Components: WebHCat
>Affects Versions: 0.12.0
>Reporter: Eugene Koifman
>Assignee: Eugene Koifman
>Priority: Minor
> Attachments: HIVE-6549.patch
>
>
> this property is no longer used
> also removed corresponding AppConfig.TEMPLETON_JAR_NAME
> hcatalog/bin/hive-config.sh is not used
> NO PRECOMMIT TESTS



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


[jira] [Commented] (HIVE-6549) remove templeton.jar from webhcat-default.xml, remove hcatalog/bin/hive-config.sh

2014-04-16 Thread Lefty Leverenz (JIRA)

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

Lefty Leverenz commented on HIVE-6549:
--

My github knowledge is rusty and never was much to begin with, so what would 
the link be?

For svn, I've found this:  
http://svn.apache.org/repos/asf/hive/trunk/hcatalog/webhcat/svr/src/main/config/webhcat-default.xml
 (or equivalent files in branches, such as 
http://svn.apache.org/repos/asf/hive/branches/branch-0.12/hcatalog/webhcat/svr/src/main/config/webhcat-default.xml).
  Is that what you mean?

> remove templeton.jar from webhcat-default.xml, remove 
> hcatalog/bin/hive-config.sh
> -
>
> Key: HIVE-6549
> URL: https://issues.apache.org/jira/browse/HIVE-6549
> Project: Hive
>  Issue Type: Bug
>  Components: WebHCat
>Affects Versions: 0.12.0
>Reporter: Eugene Koifman
>Assignee: Eugene Koifman
>Priority: Minor
> Attachments: HIVE-6549.patch
>
>
> this property is no longer used
> also removed corresponding AppConfig.TEMPLETON_JAR_NAME
> hcatalog/bin/hive-config.sh is not used
> NO PRECOMMIT TESTS



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


[jira] [Commented] (HIVE-6549) remove templeton.jar from webhcat-default.xml, remove hcatalog/bin/hive-config.sh

2014-04-16 Thread Eugene Koifman (JIRA)

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

Eugene Koifman commented on HIVE-6549:
--

the value for templeton.jar is not relevant - it's not used (HIVE-6549 covers 
removing it)

I agree that that listing defaults is not useful.  I think including a link on 
github/svn to webhcat-default.xml would useful.

> remove templeton.jar from webhcat-default.xml, remove 
> hcatalog/bin/hive-config.sh
> -
>
> Key: HIVE-6549
> URL: https://issues.apache.org/jira/browse/HIVE-6549
> Project: Hive
>  Issue Type: Bug
>  Components: WebHCat
>Affects Versions: 0.12.0
>Reporter: Eugene Koifman
>Assignee: Eugene Koifman
>Priority: Minor
> Attachments: HIVE-6549.patch
>
>
> this property is no longer used
> also removed corresponding AppConfig.TEMPLETON_JAR_NAME
> hcatalog/bin/hive-config.sh is not used
> NO PRECOMMIT TESTS



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


[jira] [Commented] (HIVE-6549) remove templeton.jar from webhcat-default.xml, remove hcatalog/bin/hive-config.sh

2014-04-16 Thread Lefty Leverenz (JIRA)

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

Lefty Leverenz commented on HIVE-6549:
--

Thanks [~eugene.koifman].  I've removed it.

We never decided whether to maintain the doc or just refer readers to 
webhcat-default.xml.  Now that the HCatalog 0.5.0 docs have gone missing, I'm 
inclined to remove the default values from the table but keep the variable 
names and descriptions, which seem to be fairly stable.  Then instead of the 
introduction discussing default values, it could give the path to 
webhcat-default.xml.

What do you think?

By the way, I notice SNAPSHOT in the templeton.jar default in 0.13.0 RC2 
(escape chars added):

{quote}
  
templeton.jar

$\{env.TEMPLETON_HOME\}/share/webhcat/svr/webhcat-0.6.0-SNAPSHOT.jar
The path to the Templeton jar file.
  
{quote}

It's also in branch-0.11 and branch-0.12 even though the doc for branch-0.11 
gives "webhcat-0.11.0.jar" instead of "webhcat-0.6.0-SNAPSHOT.jar".

> remove templeton.jar from webhcat-default.xml, remove 
> hcatalog/bin/hive-config.sh
> -
>
> Key: HIVE-6549
> URL: https://issues.apache.org/jira/browse/HIVE-6549
> Project: Hive
>  Issue Type: Bug
>  Components: WebHCat
>Affects Versions: 0.12.0
>Reporter: Eugene Koifman
>Assignee: Eugene Koifman
>Priority: Minor
> Attachments: HIVE-6549.patch
>
>
> this property is no longer used
> also removed corresponding AppConfig.TEMPLETON_JAR_NAME
> hcatalog/bin/hive-config.sh is not used
> NO PRECOMMIT TESTS



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


[jira] [Commented] (HIVE-6549) remove templeton.jar from webhcat-default.xml, remove hcatalog/bin/hive-config.sh

2014-04-14 Thread Eugene Koifman (JIRA)

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

Eugene Koifman commented on HIVE-6549:
--

[~leftylev] If [WebHCat Configuration: Configuration 
Variables|https://cwiki.apache.org/confluence/display/Hive/WebHCat+Configure#WebHCatConfigure-ConfigurationVariables]
 is maintained then, "hive.metastore.local=false" in 
"templeton.hive.properties" should be removed.  It's be deprecated/removed 
since Hive 0.10

> remove templeton.jar from webhcat-default.xml, remove 
> hcatalog/bin/hive-config.sh
> -
>
> Key: HIVE-6549
> URL: https://issues.apache.org/jira/browse/HIVE-6549
> Project: Hive
>  Issue Type: Bug
>  Components: WebHCat
>Affects Versions: 0.12.0
>Reporter: Eugene Koifman
>Assignee: Eugene Koifman
>Priority: Minor
> Attachments: HIVE-6549.patch
>
>
> this property is no longer used
> also removed corresponding AppConfig.TEMPLETON_JAR_NAME
> hcatalog/bin/hive-config.sh is not used
> NO PRECOMMIT TESTS



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


[jira] [Commented] (HIVE-6549) remove templeton.jar from webhcat-default.xml, remove hcatalog/bin/hive-config.sh

2014-03-15 Thread Hive QA (JIRA)

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

Hive QA commented on HIVE-6549:
---



{color:red}Overall{color}: -1 no tests executed

Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12634881/HIVE-6549.patch

Test results: 
http://bigtop01.cloudera.org:8080/job/PreCommit-HIVE-Build/1826/testReport
Console output: 
http://bigtop01.cloudera.org:8080/job/PreCommit-HIVE-Build/1826/console

Messages:
{noformat}
 This message was trimmed, see log for full details 
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
/data/hive-ptest/working/apache-svn-trunk-source/hwi/src/test/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (setup-test-dirs) @ hive-hwi ---
[INFO] Executing tasks

main:
[mkdir] Created dir: 
/data/hive-ptest/working/apache-svn-trunk-source/hwi/target/tmp
[mkdir] Created dir: 
/data/hive-ptest/working/apache-svn-trunk-source/hwi/target/warehouse
[mkdir] Created dir: 
/data/hive-ptest/working/apache-svn-trunk-source/hwi/target/tmp/conf
 [copy] Copying 5 files to 
/data/hive-ptest/working/apache-svn-trunk-source/hwi/target/tmp/conf
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ 
hive-hwi ---
[INFO] Compiling 2 source files to 
/data/hive-ptest/working/apache-svn-trunk-source/hwi/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.16:test (default-test) @ hive-hwi ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-jar-plugin:2.2:jar (default-jar) @ hive-hwi ---
[INFO] Building jar: 
/data/hive-ptest/working/apache-svn-trunk-source/hwi/target/hive-hwi-0.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ 
hive-hwi ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hive-hwi ---
[INFO] Installing 
/data/hive-ptest/working/apache-svn-trunk-source/hwi/target/hive-hwi-0.14.0-SNAPSHOT.jar
 to 
/data/hive-ptest/working/maven/org/apache/hive/hive-hwi/0.14.0-SNAPSHOT/hive-hwi-0.14.0-SNAPSHOT.jar
[INFO] Installing /data/hive-ptest/working/apache-svn-trunk-source/hwi/pom.xml 
to 
/data/hive-ptest/working/maven/org/apache/hive/hive-hwi/0.14.0-SNAPSHOT/hive-hwi-0.14.0-SNAPSHOT.pom
[INFO] 
[INFO] 
[INFO] Building Hive ODBC 0.14.0-SNAPSHOT
[INFO] 
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hive-odbc ---
[INFO] Deleting /data/hive-ptest/working/apache-svn-trunk-source/odbc (includes 
= [datanucleus.log, derby.log], excludes = [])
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ hive-odbc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (define-classpath) @ hive-odbc ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (setup-test-dirs) @ hive-odbc ---
[INFO] Executing tasks

main:
[mkdir] Created dir: 
/data/hive-ptest/working/apache-svn-trunk-source/odbc/target/tmp
[mkdir] Created dir: 
/data/hive-ptest/working/apache-svn-trunk-source/odbc/target/warehouse
[mkdir] Created dir: 
/data/hive-ptest/working/apache-svn-trunk-source/odbc/target/tmp/conf
 [copy] Copying 5 files to 
/data/hive-ptest/working/apache-svn-trunk-source/odbc/target/tmp/conf
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ 
hive-odbc ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ hive-odbc ---
[INFO] Installing /data/hive-ptest/working/apache-svn-trunk-source/odbc/pom.xml 
to 
/data/hive-ptest/working/maven/org/apache/hive/hive-odbc/0.14.0-SNAPSHOT/hive-odbc-0.14.0-SNAPSHOT.pom
[INFO] 
[INFO] 
[INFO] Building Hive Shims Aggregator 0.14.0-SNAPSHOT
[INFO] 
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hive-shims-aggregator 
---
[INFO] Deleting /data/hive-ptest/working/apache-svn-trunk-source/shims 
(includes = [datanucleus.log, derby.log], excludes = [])
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ 
hive-shims-aggregator ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (define-classpath) @ 
hive-shims-aggregator ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (setup-test-dirs) @ 
hive-shims-aggregator ---
[INFO] Executing tasks

main:
[mkdir] Created dir: 
/data/hive-ptes