The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Am I cannot use
Hello, I'm newbie & using Rapidminer Studio 9.6 version.
(Sorry to my poor english.)
I did download titanic data set from Kaggle.com, and analyzed it with Rapidminer.
There were no problem when I using the data which stored in my local drive.
Then I uploaded the same data into AWS S3 and imported it.
I used "Read Amazon S3" and "Read CSV". "Read CSV" showed me right result, but "Select Attributes" displayed nothing.
*refer the attached picture please.
- In A (local drive file), Select Attributes displayed the lists ~ Age, Cabin, Embarked, .....
- But B (AWS S3), Select Attributes displayed nothing in dialog box.
There is no security or access problem. When I directly connected the "Read CSV"'s out port with result,
it displayed right output.
PS. Perhaps, Don't mind the yellow warning icon in the "Read Amazon S3". That's only because I'm not
accessed to AWS now.
Am I cannot use "Select Attributes" with Amazon S3 file?
or I did some mistake?
Thank you.
(Sorry to my poor english.)
I did download titanic data set from Kaggle.com, and analyzed it with Rapidminer.
There were no problem when I using the data which stored in my local drive.
Then I uploaded the same data into AWS S3 and imported it.
I used "Read Amazon S3" and "Read CSV". "Read CSV" showed me right result, but "Select Attributes" displayed nothing.
*refer the attached picture please.
- In A (local drive file), Select Attributes displayed the lists ~ Age, Cabin, Embarked, .....
- But B (AWS S3), Select Attributes displayed nothing in dialog box.
There is no security or access problem. When I directly connected the "Read CSV"'s out port with result,
it displayed right output.
PS. Perhaps, Don't mind the yellow warning icon in the "Read Amazon S3". That's only because I'm not
accessed to AWS now.
Am I cannot use "Select Attributes" with Amazon S3 file?
or I did some mistake?
Thank you.
Tagged:
0
Best Answer
-
varunm1 Member Posts: 1,207 Unicorn@YB_Choi
In general, rapidminer will propagate metadata information (ATtribute names etc.) when we use most of the operators. This is enabled by selecting PROCESS --> VALIDATE AUTOMATICALLY. Sometimes it cannot, I think this is one of those cases. I am tagging @David_A and @mschmitz if they have any information for you.Regards,
Varun
https://www.varunmandalapu.com/Be Safe. Follow precautions and Maintain Social Distancing
2
Answers
You can use it. I guess its not pre-fetching attribute names to be displayed in Select attributes operator. Can you set a breakpoint before Select Attribute operator? This can be done by right-clicking on select attributes and then select "breakpoint before". Once you do this, run the process to see if it is displaying the data. If this is displaying data, then it fine, you just need to add the attribute names manually in "Selected Attributes" section and press the PLUS symbol.
Varun
https://www.varunmandalapu.com/
Be Safe. Follow precautions and Maintain Social Distancing
I cannot understand the "add the attribute names manually in "Selected Attributes" section and press the PLUS symbol."
Can you explain it more detail, please?
fig1. Read CSV from S3 is success
fig2. but Select Attributes display nothing
Press the green + button & type the column names manually!!
(Oh my gosh. Real manually??)
Thank you very much.
David
Now I'm doing that. ^^ Thank you.