Closed
Bug 1298120
Opened 9 years ago
Closed 8 years ago
Separate Aggregation functions into a utility library
Categories
(Cloud Services Graveyard :: Metrics: Pipeline, defect, P1)
Cloud Services Graveyard
Metrics: Pipeline
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: harter, Assigned: harter)
References
Details
Attachments
(1 file)
A strange Spark bug forced us to include some cross sectional specific functions and general statistical functions in the same package. These statistical functions are going to increase in size, so we should try to decouple these.
Assignee | ||
Comment 1•9 years ago
|
||
I owe a write up on this error, but it turns out that this bug disappears when we include the SQLContext initialization in the main function. I took a crack at decoupling these packages today, but hit a new and exciting error.
In short, we'll need to move generateCrossSectional into the CrossSectional class which will be easier once Bug 1298123 is closed up.
Longer explanation:
https://github.com/harterrt/telemetry-batch-view/commit/96267ec2c57bef5cf1f97d0bc0e95f53e3622479
Depends on: 1298123
Assignee | ||
Comment 2•8 years ago
|
||
Promised write up:
http://blog.harterrt.com/strange-spark-error.html#strange-spark-error
Here's an example of what this pull request will look like:
https://github.com/harterrt/telemetry-batch-view/commit/fee2ad625e11011b1083f2c57216023ef8b5202d
Assignee | ||
Comment 3•8 years ago
|
||
Attachment #8789836 -
Flags: review?(rvitillo)
Updated•8 years ago
|
Attachment #8789836 -
Flags: review?(rvitillo) → review+
Assignee | ||
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Product: Cloud Services → Cloud Services Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•