Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Gummelt committed Apr 21, 2017
1 parent a546aab commit d6d21d1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,11 @@

package org.apache.spark.deploy.security

import org.scalatest.{BeforeAndAfter, Matchers}

import org.apache.hadoop.conf.Configuration
import org.apache.hadoop.io.Text
import org.apache.hadoop.security.{Credentials, UserGroupInformation}
import org.apache.hadoop.security.Credentials
import org.apache.hadoop.security.token.Token
import org.scalatest.{BeforeAndAfter, Matchers}

import org.apache.spark.{SparkConf, SparkFunSuite}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ trait ServiceCredentialProvider {
hadoopConf: Configuration,
sparkConf: SparkConf,
creds: Credentials): Option[Long]
}
}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
org.apache.spark.deploy.yarn.security.YARNTestCredentialProvider
org.apache.spark.deploy.yarn.security.YARNTestCredentialProvider

0 comments on commit d6d21d1

Please sign in to comment.