From 0611b3a2bf6d73ab62ee133fbb70430839bea7bc Mon Sep 17 00:00:00 2001
From: Michael Gummelt <mgummelt@mesosphere.io>
Date: Wed, 31 Aug 2016 10:17:05 -0700
Subject: [PATCH] [SPARK-17320] add build_profile_flags entry to mesos build
 module

## What changes were proposed in this pull request?

add build_profile_flags entry to mesos build module

## How was this patch tested?

unit tests

Author: Michael Gummelt <mgummelt@mesosphere.io>

Closes #14885 from mgummelt/mesos-profile.
---
 dev/sparktestsupport/modules.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev/sparktestsupport/modules.py b/dev/sparktestsupport/modules.py
index f2aa241a4b..d8e3989ec2 100644
--- a/dev/sparktestsupport/modules.py
+++ b/dev/sparktestsupport/modules.py
@@ -462,6 +462,7 @@ mesos = Module(
     name="mesos",
     dependencies=[],
     source_file_regexes=["mesos/"],
+    build_profile_flags=["-Pmesos"],
     sbt_test_goals=["mesos/test"]
 )
 
-- 
GitLab