You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 5, 2020. It is now read-only.
When I tried importing the testdata. I got an invalid argument warning and the files are not imported into the database:
Warning is:
14/08/18 11:47:59 WARN mapreduce.ContentWriter: Invalid argument (json:INVALIDARG):
The text was updated successfully, but these errors were encountered:
The import doesn't recognize the document type by extension, and falls back to binary, where it should read the JSON documents as text. Solution is to add -document_type text..
When I tried importing the testdata. I got an invalid argument warning and the files are not imported into the database:
Warning is:
14/08/18 11:47:59 WARN mapreduce.ContentWriter: Invalid argument (json:INVALIDARG):
The text was updated successfully, but these errors were encountered: