Skip to content

Commit

Permalink
Removed non-used variable in SparkSubmitArguments
Browse files Browse the repository at this point in the history
  • Loading branch information
sarutak committed Aug 7, 2014
1 parent 8d1dec4 commit 38e7d45
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ private[spark] class SparkSubmitArguments(args: Seq[String]) {

/** Fill in values by parsing user options. */
private def parseOpts(opts: Seq[String]): Unit = {
var inSparkOpts = true
val EQ_SEPARATED_OPT="""(--[^=]+)=(.+)""".r

// Delineates parsing of Spark options from parsing of user options.
Expand Down

0 comments on commit 38e7d45

Please sign in to comment.