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

Gunther Hagleitner commented on HIVE-8341:
------------------------------------------

This made it worse, the string encoding you're doing doesn't work with the 
process builder:

{noformat}
Caused by: java.lang.IllegalArgumentException: Invalid environment variable 
value: <can't copy paste>
        at 
java.lang.ProcessEnvironment.validateValue(ProcessEnvironment.java:120)
        at java.lang.ProcessEnvironment.access$400(ProcessEnvironment.java:61)
        at 
java.lang.ProcessEnvironment$Value.valueOf(ProcessEnvironment.java:202)
        at 
java.lang.ProcessEnvironment$StringEnvironment.put(ProcessEnvironment.java:241)
        at 
java.lang.ProcessEnvironment$StringEnvironment.put(ProcessEnvironment.java:220)
        at 
org.apache.hadoop.hive.ql.exec.ScriptOperator.addJobConfToEnvironment(ScriptOperator.java:156)
        at 
org.apache.hadoop.hive.ql.exec.ScriptOperator.processOp(ScriptOperator.java:317)
{noformat}

> Transaction information in config file can grow excessively large
> -----------------------------------------------------------------
>
>                 Key: HIVE-8341
>                 URL: https://issues.apache.org/jira/browse/HIVE-8341
>             Project: Hive
>          Issue Type: Bug
>          Components: Transactions
>    Affects Versions: 0.14.0
>            Reporter: Alan Gates
>            Assignee: Alan Gates
>            Priority: Critical
>         Attachments: HIVE-8341.patch
>
>
> In our testing we have seen cases where the transaction list grows very 
> large.  We need a more efficient way of communicating the list.



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

Reply via email to