[jira] [Commented] (HIVE-1708) make hive history file configurable

2013-04-12 Thread Nitin Pawar (JIRA)

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

Nitin Pawar commented on HIVE-1708:
---

I did add a new setting to hive-site.xml and made some change in the cli code 
and tested it for making hive history optional. 

I wanted to add one more property for the hive history file path but currently 
it is set to .hivehistory inside each individual users home directory. If I 
have to retain this property how will I keep the default value in 
hive-site.xml. As all the users will have different home directories on 
different linux distributions, how do we default the path then? 

can we change the file path to something like log location which resides inside 
/tmp ? Is that an acceptable change? 

> make hive history file configurable
> ---
>
> Key: HIVE-1708
> URL: https://issues.apache.org/jira/browse/HIVE-1708
> Project: Hive
>  Issue Type: Improvement
>  Components: Query Processor
>Reporter: Namit Jain
>
> Currentlly, it is derived from
> System.getProperty("user.home")/.hivehistory;

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (HIVE-1708) make hive history file configurable

2011-06-13 Thread Steve Lewis (JIRA)

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

Steve Lewis commented on HIVE-1708:
---

Edward Capriolo 2011-01-04, 14:32
{quote} I was also thinking we should allow the user to supply a 'none' to turn 
off the feature.{quote}
Capturing this for completeness.

Also noting that a Hive job will fail if the default path fills up during 
execution, which seems to be contradictory to the intended purpose of recording 
extra non-essential metrics.

> make hive history file configurable
> ---
>
> Key: HIVE-1708
> URL: https://issues.apache.org/jira/browse/HIVE-1708
> Project: Hive
>  Issue Type: Improvement
>  Components: Query Processor
>Reporter: Namit Jain
>
> Currentlly, it is derived from
> System.getProperty("user.home")/.hivehistory;

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (HIVE-1708) make hive history file configurable

2011-01-04 Thread Mohit Sikri (JIRA)

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

Mohit Sikri commented on HIVE-1708:
---

well it's not the case I observed, I added the below property


   hive.querylog.location
   /tmp/tansactionhist
   Location for the hive query log. Default value is 
"/tmp/${user.name}"


into hive-default.xml , it is creating files under /tmp/transactionhist 
directory.
Kindly confirm once. 

> make hive history file configurable
> ---
>
> Key: HIVE-1708
> URL: https://issues.apache.org/jira/browse/HIVE-1708
> Project: Hive
>  Issue Type: Improvement
>  Components: Query Processor
>Reporter: Namit Jain
>
> Currentlly, it is derived from
> System.getProperty("user.home")/.hivehistory;

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