You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Renukaprasad C (Jira)" <ji...@apache.org> on 2022/04/19 17:31:00 UTC

[jira] [Commented] (HADOOP-15608) File expansion should be disable in hadoop-functions.sh when iterate over HADOOP_CLASSPATH

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

Renukaprasad C commented on HADOOP-15608:
-----------------------------------------

[~surendralilhore] [~aw] can we take this issue forward with the fix provided?

> File expansion should be disable in hadoop-functions.sh when iterate over HADOOP_CLASSPATH
> ------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-15608
>                 URL: https://issues.apache.org/jira/browse/HADOOP-15608
>             Project: Hadoop Common
>          Issue Type: Bug
>            Reporter: Surendra Singh Lilhore
>            Assignee: Surendra Singh Lilhore
>            Priority: Major
>         Attachments: HADOOP-15608.01.patch
>
>
>  When the HADOOP_CLASSPATH set from outside and it use "wildcard characters" then forloop in hadoop-funtions.sh expand it. This will case "Argument list too long" exception for JVM.
> Example:
> Suppose HADOOP_CLASSPATH value is "/lib/*:/opt/example.jar"
> Now this code 
> {code}
>     for idx in $(echo "${HADOOP_CLASSPATH}" | tr : '\n'); do
>       array[${c}]=${idx}
>       ((c=c+1))
>     done
> {code}
> it will expand /lib/* directory and add all the jars inside /lib in classpath. This should not append.
> CC : [~aw]



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org