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
Connecting to the internet
Hello
I am a new user of rapidminer and working on opinion mining.I was performing crawling through rapidminer.
But I did'nt crawl the web.I saw a warning when I was clicked on the check for updates drop down list that
unable to check updates may be no internet connection. I am trying this code
<operator name="Root" class="Process" expanded="yes">
<operator name="Crawler" class="Crawler">
<list key="crawling_rules">
<parameter key="visit_url" value=" html"/>
</list>
<parameter key="delay" value="0"/>
<parameter key="max_threads" value="5"/>
<parameter key="output_dir" value="/home/asad/rm_workspace/AsadCrawler"/>
<parameter key="url" value="http://www.jmi.nic.in/home"/>
</operator>
</operator>
0
Best Answer
-
IngoRM Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert, Community Manager, RMResearcher, Member, University Professor Posts: 1,751 RM FounderYou need a running internet connection in order to use the crawler and / or the update check. Maybe you are behind a firewall or a proxy which could also prevent the internet access.
Cheers,
Ingo1