diff --git a/docs/en/compile.md b/docs/en/compile.md index 608555089..5f31ff116 100644 --- a/docs/en/compile.md +++ b/docs/en/compile.md @@ -1,5 +1,11 @@ ## Compilation +Notice 1:StreamingPro is only tested with Java 8, Python 2 and 3, and running against Spark 2.2.0 (Scala 2.11). +Notice 2: If you use Intellij Idea, please make sure following profiles are selected: + +![](https://github.com/allwefantasy/streamingpro/raw/master/images/profiles.png) + + Step 1: download & compile ServiceFramework project ``` diff --git a/images/profiles.png b/images/profiles.png new file mode 100644 index 000000000..8406571fe Binary files /dev/null and b/images/profiles.png differ