Closed
Bug 1353965
Opened 9 years ago
Closed 8 years ago
Dataset API returning empty RDD
Categories
(Cloud Services Graveyard :: Metrics: Pipeline, defect, P1)
Cloud Services Graveyard
Metrics: Pipeline
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: frank, Assigned: wlach)
References
Details
No matter what I put into get_pings, the result is now empty. All the mobile jobs failed because of this.
![]() |
Reporter | |
Comment 1•9 years ago
|
||
I've realized the Dataset API as a whole is broken:
>> Dataset.from_source('telemetry').where(docType = 'main').records(sc).count()
0
Severity: critical → blocker
Summary: get_pings returning empty RDD → Dataset API returning empty RDD
![]() |
Reporter | |
Comment 2•9 years ago
|
||
Just to be clear, the summaries() method is returning no files.
![]() |
||
Comment 3•9 years ago
|
||
William, could you please verify if this is caused by the new version of python_moztelemetry that we released yesterday?
Flags: needinfo?(wlachance)
![]() |
||
Comment 4•9 years ago
|
||
Frank, I can't seem to replicate this:
```
len(Dataset.from_source('telemetry').where(docType='main', submissionDate="20170401").summaries(sc))
143469
```
Assignee | ||
Comment 5•9 years ago
|
||
Frank, could you double check this is still broken for you per comment 4? Happy to look into this if so.
Flags: needinfo?(wlachance) → needinfo?(fbertsch)
![]() |
||
Comment 6•9 years ago
|
||
(In reply to Roberto Agostino Vitillo (:rvitillo) from comment #4)
> Frank, I can't seem to replicate this:
>
> ```
> len(Dataset.from_source('telemetry').where(docType='main',
> submissionDate="20170401").summaries(sc))
> 143469
> ```
Please ignore this; turns out I tried that query on a cluster that was spawned before the new version of python_moztelemetry was released.
Assignee | ||
Comment 7•9 years ago
|
||
I've removed release 0.6.7 from pypi while I investigate this.
Assignee: nobody → wlachance
Flags: needinfo?(fbertsch)
Assignee | ||
Comment 8•8 years ago
|
||
Status: NEW → RESOLVED
Closed: 8 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
•