Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixup tests
  • Loading branch information
Ian Hummel committed Feb 24, 2017
commit b8559b5895c81c871b1db00b75f038082b2dd4fb
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,14 @@
* limitations under the License.
*/

package org.apache.spark.deploy.yarn.security
package org.apache.spark.deploy.security

import org.apache.hadoop.conf.Configuration
import org.apache.hadoop.io.Text
import org.apache.hadoop.security.Credentials
import org.apache.hadoop.security.token.Token
import org.apache.spark.deploy.security.{ConfigurableCredentialManager, HBaseCredentialProvider, HiveCredentialProvider, ServiceCredentialProvider}
import org.scalatest.{BeforeAndAfter, Matchers}
import org.apache.spark.{SparkConf, SparkFunSuite}
import org.apache.spark.deploy.yarn.config._
import org.scalatest.{BeforeAndAfter, Matchers}

class ConfigurableCredentialManagerSuite extends SparkFunSuite with Matchers with BeforeAndAfter {
private var credentialManager: ConfigurableCredentialManager = null
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,13 @@
* limitations under the License.
*/

package org.apache.spark.deploy.yarn.security
package org.apache.spark.deploy.security

import org.apache.hadoop.conf.Configuration
import org.apache.spark.deploy.security.HadoopFSCredentialProvider
import org.scalatest.{Matchers, PrivateMethodTester}
import org.apache.spark.{SparkException, SparkFunSuite}
import org.scalatest.{Matchers, PrivateMethodTester}

class HadoopFSCredentialProviderSuite
class HadoopFSCredentialProviderSuite
extends SparkFunSuite
with PrivateMethodTester
with Matchers {
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
org.apache.spark.deploy.yarn.security.TestCredentialProvider
org.apache.spark.deploy.security.TestCredentialProvider