-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy path_config.yml
30 lines (25 loc) · 1.33 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
name: "Stratosphere | Next Generation Big Data Processing"
markdown: kramdown
highlighter: rouge
timezone: "Europe/Berlin"
safe: true
lsi: false
# pagination
paginate: 10
paginate_path: "blog/page-:num"
# see https://github.com/mojombo/jekyll/issues/332
baseurl: ""
# Stratosphere related variables
current_snapshot: "0.6-SNAPSHOT"
current_snapshot_yarn: "0.6-hadoop2-SNAPSHOT"
current_stable: "0.5.2"
current_stable_yarn: "0.5.2-hadoop2"
#used in download and quickstart
current_stable_dl: "https://github.com/stratosphere/stratosphere/releases/download/release-0.5.2/stratosphere-0.5.2-bin.tgz"
current_stable_dl_yarn: "https://github.com/stratosphere/stratosphere/releases/download/release-0.5.2/stratosphere-0.5.2-hadoop2-bin.tgz"
current_stable_uberjar: "https://github.com/stratosphere/stratosphere/releases/download/release-0.5.2/stratosphere-0.5.2-yarn.tar.gz"
current_stable_sopremo: "https://github.com/stratosphere/stratosphere-sopremo/releases/download/release-0.4/sopremo-meteor-dist-0.4-bin.tar.gz"
current_stable_documentation: "0.5"
docs_05_stable: "0.5"
docs_05_stable_gh_tag: "release-0.5"
docs_05_yarn_archive: "https://github.com/stratosphere/stratosphere/releases/download/release-0.5.2/stratosphere-0.5.2-yarn.tar.gz"