Commit 381093d5 authored by Kris Rousey's avatar Kris Rousey

Change spark example to use v1

parent a1840218
{
"kind": "Service",
"apiVersion": "v1beta3",
"apiVersion": "v1",
"metadata": {
"name": "spark-master",
"labels": {
......@@ -18,4 +18,4 @@
"name": "spark-master"
}
}
}
\ No newline at end of file
}
{
"kind": "Pod",
"apiVersion": "v1beta3",
"apiVersion": "v1",
"metadata": {
"name": "spark-master",
"labels": {
......@@ -25,4 +25,4 @@
}
]
}
}
\ No newline at end of file
}
{
"kind": "ReplicationController",
"apiVersion": "v1beta3",
"apiVersion": "v1",
"metadata": {
"name": "spark-worker-controller",
"labels": {
......@@ -40,4 +40,4 @@
}
}
}
}
\ No newline at end of file
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment