Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cs498ccafinalproject
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository 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
antao
cs498ccafinalproject
Commits
12037bde
Commit
12037bde
authored
6 years ago
by
Nischol Antao
Browse files
Options
Downloads
Patches
Plain Diff
Challenges_Encountered for Question 3
parent
9e5811ac
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/Challenges_Encountered.txt
+9
-1
9 additions, 1 deletion
docs/Challenges_Encountered.txt
with
9 additions
and
1 deletion
docs/Challenges_Encountered.txt
+
9
−
1
View file @
12037bde
...
...
@@ -19,4 +19,12 @@ for some of the teams in the database. The Entire Database used a fixed conventi
however this convention was changed for the Year 2016 in the Salaries.csv file. When a database
join was performed between the data in the Salaries.csv file and the Teams.csv file, this resulted
in the salary data for 12 teams being omitted from the results. The data in the Salaries.csv file
had to be manually cleaned to match the convention in the rest of the database to fix this.
\ No newline at end of file
had to be manually cleaned to match the convention in the rest of the database to fix this.
IV] Question 4
a) There is no good way to calculate percentile data, in spark without hive. Hive context has
percentile_approx as a function, however we did not install HIVE in our clusters so could not
use this. We were able to calculate percentiles for each age group using a more round about
approach by windowing the data and using a cumulative distribution. This would stil be easier
to code and visualize in a statistical programming language such as R.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment