Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2 jobs produce the same results but 1 is shown as successful in the UI #5

Open
hernamesbarbara opened this issue Jan 12, 2017 · 0 comments

Comments

@hernamesbarbara
Copy link

steps:

  • create a Job that you know should fail (error or "failed" in the UI)
  • run the Job a few times in a row

observe:

  • most of the Job Results display as failed
  • one of them displays as successful in the UI

Here's the UI

image

And here are the logs i see when i click on the one that i've pointed to with the arrow

��Requirement already satisfied: pandas==0.19.1 in /root/anaconda/lib/python2.7/site-packages (from -r requirements.txt (line 2))
�=Collecting tweepy==3.2.0 (from -r requirements.txt (line 3))
�0  Downloading tweepy-3.2.0-py2.py3-none-any.whl
��Requirement already satisfied: psycopg2==2.6.2 in /root/anaconda/lib/python2.7/site-packages (from -r requirements.txt (line 4))
��Requirement already satisfied: python-dateutil in /root/anaconda/lib/python2.7/site-packages (from pandas==0.19.1->-r requirements.txt (line 2))
��Requirement already satisfied: pytz>=2011k in /root/anaconda/lib/python2.7/site-packages (from pandas==0.19.1->-r requirements.txt (line 2))
�ICollecting six==1.7.3 (from tweepy==3.2.0->-r requirements.txt (line 3))
�-  Downloading six-1.7.3-py2.py3-none-any.whl
�NCollecting requests==2.4.3 (from tweepy==3.2.0->-r requirements.txt (line 3))
�:  Downloading requests-2.4.3-py2.py3-none-any.whl (459kB)
�WCollecting requests-oauthlib==0.4.1 (from tweepy==3.2.0->-r requirements.txt (line 3))
�;  Downloading requests_oauthlib-0.4.1-py2.py3-none-any.whl
�hCollecting oauthlib>=0.6.2 (from requests-oauthlib==0.4.1->tweepy==3.2.0->-r requirements.txt (line 3))
�,  Downloading oauthlib-2.0.1.tar.gz (122kB)
�1Building wheels for collected packages: oauthlib
�5  Running setup.py bdist_wheel for oauthlib: started
�I  Running setup.py bdist_wheel for oauthlib: finished with status 'done'
�k  Stored in directory: /root/.cache/pip/wheels/e7/4e/b5/c36a97caf4408037eb35aeb1e0a80d95ea0c521a562c3488a3
�nSuccessfully built oauthlib
Installing collected packages: six, requests, oauthlib, requests-oauthlib, tweepy
�*  Found existing installation: six 1.10.0
��    DEPRECATION: Uninstalling a distutils installed project (six) has been deprecated and will be removed in a future version. This is due to the fact that uninstalling a distutils project will only partially uninstall the project.
��    Uninstalling six-1.10.0:
�*      Successfully uninstalled six-1.10.0
�/  Found existing installation: requests 2.11.1
�"    Uninstalling requests-2.11.1:
�/      Successfully uninstalled requests-2.11.1
�dSuccessfully installed oauthlib-2.0.1 requests-2.4.3 requests-oauthlib-0.4.1 six-1.7.3 tweepy-3.2.0
�L[Errno 2] No such file or directory: '/jobs/output-files/tweets-to-load.csv'```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant