首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >无法在Mac中启动RapidMiner的图形用户界面

无法在Mac中启动RapidMiner的图形用户界面
EN

Stack Overflow用户
提问于 2013-05-07 17:20:24
回答 2查看 1.7K关注 0票数 0

我无法通过双击lib/rapidmin.jar来启动rapidminer。我也尝试了java -jar lib/rapidmin.jar,但同样不起作用。

我试过./scripts/rapidminer,但快速矿工启动了

代码语言:javascript
复制
RAPIDMINER_HOME is not set. Trying the directory '.'...
No maximum Java memory defined, using 1024 Mb...
Java version: 16
grep: /proc/cpuinfo: No such file or directory
Number of cores: 4
Number of GC Threads: 3
Starting RapidMiner from '.', using classes from './lib/rapidminer.jar'...
Java version: 16
Starting with CMS garbage collector
Starting in multi-core mode
RapidMiner version 5.3.008, Copyright (C) 2001-2012
RapidMiner comes with ABSOLUTELY NO WARRANTY; This is free software,
and you are welcome to redistribute it under certain conditions;
see license information in the file named LICENSE.
Usage: com.rapidminer.RapidMinerCommandLine [-f] PROCESS [-Mname=value]
  PROCESS       a repository location containing a process
  -f            interpret PROCESS as a file rather than a repository location (deprecated)
  -Mname=value  sets the macro 'name' with the value 'value'

我还想启动GUI:./scripts/RapidMinerGUI

代码语言:javascript
复制
RAPIDMINER_HOME is not set. Trying the directory '.'...
grep: /proc/cpuinfo: No such file or directory
Number of cores: 4
Number of GC Threads: 3
No maximum Java memory defined, using 1024 Mb...
Starting RapidMiner from '.', using classes from './lib/rapidminer.jar'...
Java version: 16
Starting with CMS garbage collector
Starting in multi-core mode
May 7, 2013 2:38:31 PM com.rapid_i.Launcher ensureRapidMinerHomeSet
INFO: rapidminer.home is '.'.
May 7, 2013 2:38:31 PM com.rapid_i.Launcher main
INFO: Launching RapidMiner, platform ANY
May 7, 2013 2:38:32 PM com.rapidminer.tools.FileSystemService getUserRapidMinerDir
WARNING: Unable to create user home rapidminer directory /Users/.RapidMiner5
May 7, 2013 2:38:32 PM com.rapidminer.tools.ParameterService init
INFO: Reading configuration resource com/rapidminer/resources/rapidminerrc.
May 7, 2013 2:38:32 PM com.rapidminer.tools.FileSystemService getUserRapidMinerDir
WARNING: Unable to create user home rapidminer directory /Users/.RapidMiner5
May 7, 2013 2:38:32 PM com.rapidminer.tools.I18N <clinit>

请帮我在Mac上运行rapidminer gui。

EN

回答 2

Stack Overflow用户

回答已采纳

发布于 2013-11-16 13:43:12

当我以Root用户的身份尝试它时,它工作了。

票数 0
EN

Stack Overflow用户

发布于 2020-05-28 23:41:32

您可以使用RapidMiner文件夹的位置设置RAPIDMINER_HOME变量:

代码语言:javascript
复制
export RAPIDMINER_HOME=/home/user/development/rapidminer-5
票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/16415483

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档