Tom Magrino created SPARK-16148: ----------------------------------- Summary: TaskLocation does not allow for Executor ID's with underscores Key: SPARK-16148 URL: https://issues.apache.org/jira/browse/SPARK-16148 Project: Spark Issue Type: Bug Components: Scheduler Affects Versions: 1.6.1 Reporter: Tom Magrino Priority: Minor
Currently, the logic in TaskLocation does not allow for Executor IDs which contain underscores, leading to an IllegalArgumentException being thrown from core/src/scala/org/apache/spark/scheduler/TaskLocation.scala in the apply method. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org