From c276107b178c4708392b6c0ce8539c721cc81479 Mon Sep 17 00:00:00 2001 From: tpoterba Date: Mon, 2 Oct 2017 11:05:19 -0400 Subject: [PATCH] Fix deployment issues by bumping compatibility version --- cloudtools/start.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudtools/start.py b/cloudtools/start.py index 871a6e8c2e6..c9f29e65020 100644 --- a/cloudtools/start.py +++ b/cloudtools/start.py @@ -1,6 +1,6 @@ from subprocess import call, check_output -COMPATIBILITY_VERSION = 2 +COMPATIBILITY_VERSION = 3 # master machine type to memory map, used for setting spark.driver.memory property machine_mem = {