Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
nxcals
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
acc-logging-team
nxcals
Merge requests
!1949
Resolve
NXCALS-7504
Upgrade hadoop, hbase and Spark
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve
NXCALS-7504
Upgrade hadoop, hbase and Spark
NXCALS-7504-upgrade-hadoop
into
develop
Overview
0
Commits
11
Pipelines
0
Changes
21
Merged
Rafal Mucha
requested to merge
NXCALS-7504-upgrade-hadoop
into
develop
1 year ago
Overview
0
Commits
11
Pipelines
0
Changes
21
Expand
Closes
NXCALS-7504
0
0
Merge request reports
Compare
develop
version 10
bc8668f6
11 months ago
version 9
1aa8e065
11 months ago
version 8
1be8d6b7
11 months ago
version 7
a7ec47bc
11 months ago
version 6
ab068fac
11 months ago
version 5
15082024
1 year ago
version 4
1aca9128
1 year ago
version 3
9072f5be
1 year ago
version 2
142f5b55
1 year ago
version 1
9c54ecdd
1 year ago
develop (base)
and
latest version
latest version
76293991
11 commits,
11 months ago
version 10
bc8668f6
10 commits,
11 months ago
version 9
1aa8e065
9 commits,
11 months ago
version 8
1be8d6b7
8 commits,
11 months ago
version 7
a7ec47bc
7 commits,
11 months ago
version 6
ab068fac
4 commits,
11 months ago
version 5
15082024
3 commits,
1 year ago
version 4
1aca9128
2 commits,
1 year ago
version 3
9072f5be
3 commits,
1 year ago
version 2
142f5b55
2 commits,
1 year ago
version 1
9c54ecdd
2 commits,
1 year ago
21 files
+
83
−
98
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
21
Search (e.g. *.vue) (Ctrl+P)
ansible/group_vars/all/all.yml
+
1
−
1
Options
@@ -154,7 +154,7 @@ extract_nxcals_libs_archive_name: 'nxcals-data-access-libs-{{nxcals_version}}.ta
#Spark
#################################################################################
spark_java_home
:
'
{{hadoop_java_link}}'
spark_version
:
3.5.
0
spark_version
:
3.5.
1
spark_module_name
:
'
spark-{{spark_version}}-bin-hadoop{{hadoop_version}}'
spark_download_url
:
'
https://archive.apache.org/dist/spark/spark-{{spark_version}}/{{spark_module_name}}.tgz'
Loading