File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change
1
+ ![ Adenium: Normalizer] ( ./img/Adenium_400x105.png )
2
+
3
+ ![ ] ( https://img.shields.io/github/license/SOCLabs/Adenium.svg ) ![ ] ( https://img.shields.io/github/forks/SOCLabs/Adenium.svg ) ![ ] ( https://img.shields.io/github/stars/SOCLabs/Adenium.svg ) [ ![ contributing] ( https://img.shields.io/badge/link-CONTRIBUTING-ff69b4.svg )] ( https://github.com/SOCLabs/Adenium/blob/master/CONTRIBUTING.md )
4
+
1
5
# ** Adenium Framework 와 Normalizer**
2
6
3
7
** Adenium Framework** 는 분산처리 Framework인 Spark 환경에서 동작하는 Application의 동적 제어 방법과 입력 Data의 분배 및 출력 결과의 전송을 일관된 프로세스로 제어 할 수 있는 환경을 제공 합니다.
Original file line number Diff line number Diff line change 53
53
<dependency >
54
54
<groupId >org.apache.spark</groupId >
55
55
<artifactId >spark-core_2.11</artifactId >
56
- <version >2.1.1 </version >
56
+ <version >[2.2.0,) </version >
57
57
</dependency >
58
58
<dependency >
59
59
<groupId >org.apache.spark</groupId >
60
60
<artifactId >spark-streaming_2.11</artifactId >
61
- <version >2.1.1</version >
62
- <scope >provided</scope >
61
+ <version >[2.2.0,)</version >
63
62
</dependency >
64
63
<dependency >
65
64
<groupId >org.apache.spark</groupId >
You can’t perform that action at this time.
0 commit comments