-
Notifications
You must be signed in to change notification settings - Fork 11
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
Adding Datasets #2
Comments
It looks like an Elasticsearch problem. Could you check if it is running ? you can use the following command: |
It shows: Amrapalis-MBP:tornado-active-learning amrapaliz$ ps -eaf | grep elastic |
That means it's not running.
|
Did and then it gives me this error
|
So, it's an ES problem. Could you download ES and replace the one in ./tornado_data/elasticsearch-6.2.4/ with it ? You will need rename it with "elasticsearch-6.2.4". |
ok I was getting an error with elasticsearch (elastic/elasticsearch#35218) but managed to install it with brew (https://gist.github.com/jpalala/ab3c33dd9ee5a6efbdae) and then replaced the ./tornado_data/elasticsearch-6.2.4/ folder and renamed it. Now when I added the kaggle dataset I am now able to see the dataset table. |
Could you clone another Tornado and make this modification in the new folder and try again ? |
I cloned another Tornado and made the same modifications (sqlite and elasticsearch) but I get an error: https://drive.google.com/file/d/1mX5rUT5iEv3LnzhPvKFqlNG0uaJbGPWM/view?usp=sharing when I am trying to upload the CSV file and create the dataset. |
Could you share the CSV Dataset you are using ? |
Im using the one in your example https://www.kaggle.com/fabdelja/autism-screening-for-toddlers |
It's again an ES problem, you need to make sure it's running and listening on https://127.0.0.1:9200. |
After I logged in, I clicked on "Add dataset". I used the CSV file from https://www.kaggle.com/fabdelja/autism-screening-for-toddlers/version/1.
I get this error "Failed to open TCP connection to 127.0.0.1:9200 (Connection refused - connect(2) for "127.0.0.1" port 9200)": https://drive.google.com/open?id=1mX5rUT5iEv3LnzhPvKFqlNG0uaJbGPWM.
When I click back I do see a list of the same dataset and the multiple attempts to upload: https://drive.google.com/open?id=1P6TAKUcXUh9UBG4tuf5dxWQ_HR_OSvZU.
When I click on one of those datasets, I get an error "Something went wrong..", see https://drive.google.com/open?id=1lbyflIit6MA4lHuBh-Zq_FYtRYbTyjT5.
The text was updated successfully, but these errors were encountered: