Advertisement
Guest User

Untitled

a guest
Dec 9th, 2019
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. /usr/lib/python3/dist-packages/requests/__init__.py:80: RequestsDependencyWarning: urllib3 (1.25.7) or chardet (3.0.4) doesn't match a supported version!
  2. RequestsDependencyWarning)
  3. Traceback (most recent call last):
  4. File "loadchanges.py", line 12, in <module>
  5. bulk(es, loader('compressedShrunk.bz2'), raise_on_exception=False, raise_on_error=False)
  6. File "/home/ubuntu/.local/lib/python3.6/site-packages/elasticsearch/helpers/actions.py", line 300, in bulk
  7. for ok, item in streaming_bulk(client, actions, *args, **kwargs):
  8. File "/home/ubuntu/.local/lib/python3.6/site-packages/elasticsearch/helpers/actions.py", line 212, in streaming_bulk
  9. actions, chunk_size, max_chunk_bytes, client.transport.serializer
  10. File "/home/ubuntu/.local/lib/python3.6/site-packages/elasticsearch/helpers/actions.py", line 63, in _chunk_actions
  11. for action, data in actions:
  12. File "loadchanges.py", line 7, in loader
  13. for each in b:
  14. File "/usr/lib/python3.6/bz2.py", line 219, in readline
  15. return self._buffer.readline(size)
  16. File "/usr/lib/python3.6/_compression.py", line 68, in readinto
  17. data = self.read(len(byte_view))
  18. File "/usr/lib/python3.6/_compression.py", line 99, in read
  19. raise EOFError("Compressed file ended before the "
  20. EOFError: Compressed file ended before the end-of-stream marker was reached
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement