You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Sean Owen (JIRA)" <ji...@apache.org> on 2017/02/07 12:22:41 UTC

[jira] [Assigned] (SPARK-19260) Spaces or "%20" in path parameter are not correctly handled with HistoryServer

     [ https://issues.apache.org/jira/browse/SPARK-19260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sean Owen reassigned SPARK-19260:
---------------------------------

    Assignee: zuotingbing

>  Spaces or "%20" in path parameter are not correctly handled with HistoryServer
> -------------------------------------------------------------------------------
>
>                 Key: SPARK-19260
>                 URL: https://issues.apache.org/jira/browse/SPARK-19260
>             Project: Spark
>          Issue Type: Bug
>          Components: Spark Core
>    Affects Versions: 2.1.0
>         Environment: linux
>            Reporter: zuotingbing
>            Assignee: zuotingbing
>            Priority: Minor
>             Fix For: 2.2.0
>
>
> case1: .sbin/start-history-server.sh "file:/a b"
> And you get the error ===>
> Caused by: java.lang.IllegalArgumentException: Log directory specified does not exist: file:/root/file:/a%20b.
> at org.apache.spark.deploy.history.FsHistoryProvider.org$apache$spark$deploy$history$FsHistoryProvider$$startPolling(FsHistoryProvider.scala:201)
> case2: ./start-history-server.sh "/a%20c"
> And you get the error ===>
> Caused by: java.lang.IllegalArgumentException: Log directory specified does not exist: file:/a%2520c/.
> at org.apache.spark.deploy.history.FsHistoryProvider.org$apache$spark$deploy$history$FsHistoryProvider$$startPolling(FsHistoryProvider.scala:201)



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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