Closed
Bug 1271450
Opened 9 years ago
Closed 9 years ago
Need to make daily oom crash data accessible via Presto for re:dash
Categories
(Cloud Services Graveyard :: Metrics: Pipeline, defect, P1)
Cloud Services Graveyard
Metrics: Pipeline
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ddurst, Assigned: rvitillo)
References
Details
This bug is pending merge of https://github.com/mozilla-services/data-pipeline/pull/204.
Once the data is being created on S3, we'll want to make it accessible via Presto.
(CCing Roberto by request.)
![]() |
Assignee | |
Updated•9 years ago
|
Assignee: nobody → rvitillo
Updated•9 years ago
|
Points: --- → 1
Priority: -- → P1
Reporter | ||
Comment 1•9 years ago
|
||
I've just backfilled data for 4/27-5/10. I will now schedule the job per https://github.com/mozilla-services/data-pipeline/pull/204#issuecomment-218414937.
![]() |
Assignee | |
Comment 2•9 years ago
|
||
There are some changes required for the dataset to be imported into Presto:
1) The dataset name should not contain dashes and it should be changed to "crash_stats_oom"
2) A version is required to keep track of the schema, e.g. "v1"
You should change your notebook to output the data in "s3://net-mozaws-prod-us-west-2-pipeline-analysis/ddurst/crash_stats_oom/v1".
In the meantime I moved the existing data to the right prefix on S3 and imported the tables in Presto. Once you make those changes to the notebook we can close this bug.
Reporter | ||
Comment 3•9 years ago
|
||
Updated in job and PR 204.
(I assume you moved the existing data for 2016-05-11 as well? Thank you.)
Reporter | ||
Comment 4•9 years ago
|
||
![]() |
Assignee | |
Comment 5•9 years ago
|
||
(In reply to David Durst [:ddurst] from comment #3)
> Updated in job and PR 204.
>
> (I assume you moved the existing data for 2016-05-11 as well? Thank you.)
Yes.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Updated•7 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
•