Fix broken spark example e2e test

This commit is contained in:
Janet Kuo
2016-06-16 17:00:00 -07:00
parent 9f06e0f1a6
commit 8dee2b4293
4 changed files with 16 additions and 20 deletions

View File

@@ -2,7 +2,6 @@ kind: ReplicationController
apiVersion: v1
metadata:
name: spark-master-controller
namespace: spark-cluster
spec:
replicas: 1
selector:

View File

@@ -2,7 +2,6 @@ kind: Service
apiVersion: v1
metadata:
name: spark-master
namespace: spark-cluster
spec:
ports:
- port: 7077

View File

@@ -2,7 +2,6 @@ kind: ReplicationController
apiVersion: v1
metadata:
name: spark-worker-controller
namespace: spark-cluster
spec:
replicas: 2
selector: