Hi eben,
I tried cbimport as well, and while it doesn’t throw an error when importing the data, I’m still seeing symptoms of the issue relating to cbdocloader as well. Even though the documents appear to be loaded, and you can see a content sample of each document, some of them are actually empty when you click on them - see the screenshots below as an example
devnullaby:bin jonernster$ ./cbimport json -c 127.0.0.1:8091 -u Administrator -p couchbase -b nhl -d /Users/jonernster/projects/personal/nhl/nhl-data/ -f sample -v
2017-10-27T11:01:07.402-06:00 (Rest) GET http://127.0.0.1:8091/pools 200
2017-10-27T11:01:07.404-06:00 (Plan) Executing transfer plan
2017-10-27T11:01:07.404-06:00 (Plan) Checking for data movement restrictions between nhl and nhl
2017-10-27T11:01:07.404-06:00 (Plan) Transfering bucket configuration for nhl to nhl
2017-10-27T11:01:07.406-06:00 (Rest) GET http://127.0.0.1:8091/pools/default/buckets 200
2017-10-27T11:01:07.406-06:00 Editing bucket to conform with settings provided
2017-10-27T11:01:07.411-06:00 (Rest) POST http://127.0.0.1:8091/pools/default/buckets/nhl 200
2017-10-27T11:01:07.420-06:00 (Rest) GET http://127.0.0.1:8091/pools/default/buckets/nhl 200
2017-10-27T11:01:07.420-06:00 (Plan) Transfering views definitions for nhl to nhl
2017-10-27T11:01:07.421-06:00 (Rest) GET http://127.0.0.1:8091/pools/default/nodeServices 200
2017-10-27T11:01:07.421-06:00 (Plan) Executing queries against nhl to nhl
2017-10-27T11:01:07.421-06:00 (Rest) GET http://127.0.0.1:8091/pools/default/nodeServices 200
2017-10-27T11:01:07.423-06:00 (Rest) GET http://127.0.0.1:8091/pools/default/buckets 200
2017-10-27T11:01:07.423-06:00 (Plan) Transfering full text index definitions for nhl to nhl
2017-10-27T11:01:07.423-06:00 (Plan) Deciding which key value data to transfer for nhl
2017-10-27T11:01:07.423-06:00 (Plan) Transfering new key value data for nhl to nhl
2017-10-27T11:01:07.425-06:00 (Rest) GET http://127.0.0.1:8091/pools/default/buckets 200
2017-10-27T11:01:07.427-06:00 (Rest) GET http://127.0.0.1:8091/pools/default/nodeServices 200
2017-10-27T11:01:07.430-06:00 (Rest) GET http://127.0.0.1:8091/pools/default/buckets 200
2017-10-27T11:01:07.663-06:00 (Plan) Data transfer completed after 224.732015ms
2017-10-27T11:01:07.663-06:00 (Plan) Transfer of all data complete
2017-10-27T11:01:07.663-06:00 (Plan) Transfer plan finished successfully
Json /Users/jonernster/projects/personal/nhl/nhl-data/
imported to http://127.0.0.1:8091
successfully
Also, I messaged jira administrators to get a jira account to add content to the existing ticket as it doesn’t appear I’m able to currently.
Thanks.