HazyResearch / deepdive

DeepDive
deepdive.stanford.edu
1.95k stars 539 forks source link

Error running census example on docker #606

Open faizann24 opened 7 years ago

faizann24 commented 7 years ago

I am using docker and trying to run census example by first doing deepdive compile and then deepdive run but it is giving me an error with all the examples..

2016-11-22 18:28:53.710623 + DEEPDIVE_CURRENT_PROCESS_NAME=process/init/relation/adult
2016-11-22 18:28:53.710686 + deepdive create table adult
2016-11-22 18:28:54.203915 CREATE TABLE
2016-11-22 18:28:54.205545 + deepdive load adult
2016-11-22 18:28:54.769460 Loading adult from input/adult.csv.sh (csv format)
2016-11-22 18:28:55.049293 % Total % Received % Xferd Average Speed Time Time Time Current
2016-11-22 18:28:55.049475 Dload Upload Total Spent Left Speed
24 3881k 24 944k 0 0 7613 0 0:08:42 0:02:06 0:06:36 22281curl: (18) transfer closed with 2974881 bytes remaining to r ead
2016-11-22 18:31:02.482470 ERROR: missing data for column "education_num"
2016-11-22 18:31:02.482618 CONTEXT: COPY adult, line 8200: "8200,26,Private,102264,Some-colle" '

Any solution?

xiaoling commented 7 years ago

it seems that the curl command didn't finish.

curl: (18) transfer closed with 2974881 bytes remaining to read

probably try again (e.g., deepdive do data/adult)?