Questions
Unanswered
Tags
Users
Ask a Question
Welcome to Knowage Q&A, where you can ask questions and receive answers from other members of the community.
Categories
All categories
Analyses
(469)
Performance Indicator
(8)
Free Inquiry
(8)
Data Mining
(17)
OLAP and What-If
(47)
Reporting
(62)
Charting
(74)
Location Intelligence
(23)
Cockpit, Dashboard and Console
(209)
End-user Environment
(158)
Admin and Developer Functionalities
(386)
Settings
(180)
Integration
(84)
Installation
(273)
Source code
(43)
Most popular tags
cockpit
dataset
error
chart
datasource
installer
datasets
installation
widget
parameters
business-model
olap
knowage
knowage_7_1
integration
login
knowage_7_1-ce
report-designer
cross-navigation
analyticaldriver
Can't get R scripts in the function catalogue to work
0
votes
1
view
Hello,
as the title says I am struggling with the Data Mining Engine and using R.
R and rJava were installed as suggested here
https://www.knowage-suite.com/qa/2123/crash-when-executing-r-script
.
The paths were set in the setenv.sh script.
The output of the knowageDataMiningEngine.log can be seen here:
https://pastebin.com/11zutRjv
Thx for the help
Environment
Knowage 6.11 Debian9
knowage_6_1_1
debian9
asked
Feb 15, 2018
in
Data Mining
by
telopk
(
710
points)
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1
Answer
0
votes
Hi,
your log shows generic issues about evaluation of R code by Java/R interface.
Please investigate further your R code and proceed step by step building the final solution from scratch.
Best regards,
Francesco
answered
Feb 20, 2018
by
fralucch
(
3.8k
points)
I made two different R scripts.
1 had the simple statement:
A <- 42
this should have no errors the other one had just
A <- datatset
both produced this error.
So it seems that the error isn't in the R script.
Please
log in
or
register
to add a comment.
...