Overview
RStudio is configured by adding entries to two configuration files (note that these files do not exist by default so you will need to create them if you wish to specify custom settings):
/etc/rstudio/rserver.conf
/etc/rstudio/rsession.conf
After editing configuration files you should perform...
Monday, October 28, 2013
RStudio Server: Managing the Server on Ubuntu
Overview
RStudio server management tasks are performed using the rstudio-server utility (installed under /usr/sbin in binary distributions). This utility enables the stopping, starting, and restarting of the server, enumeration and suspension of user sessions, taking the server...
Friday, October 25, 2013
Pentaho Data Integration 4.4 and Hadoop 1.0.4
Prerequisites:
Copy the hadoop-20 folder to a hadoop-104 folder(created by the user manually) in the /opt/pentaho/design-tools/data-integration/plugins/pentaho-big-data-plugin/hadoop-configurations/ directory.
Replace the following JARs in the client (subfolder) with the versions from the Apache...
MongoDB Installation on Ubuntu
Open Terminal and issue the below command to install the MongoDB on Ubuntu
apt-get install mongodb
Else download the tar file from the following location and untarEnable Authentication
http://downloads.mongodb.org/linux/mongodb-linux-x86_64-2.2.2.tgz
tar zxvf mongodb-linux-x86_64-2.2.2.tgz
root@AX-PENTAHO:/usr/local#...
Migrating the Report, Graphs, Dashboard created in Pentaho User Console (PUC) from v4.8.0 to v4.8.1
Copying the Dashboard, Reports, Graphs, Datasource and Datasource name from your current Pentaho v 4.8
Backup all the reports, graphs and dashboards from <pentaho>/server/biserver-ee/pentaho-solutions directory
Backup all the datasource csv files from <pentaho>/server/biserver-ee/pentaho-solutions/system/metadata/csvfiles
Backup...
CTools Integration with Pentaho installed on Ubuntu
Download the Marked place from the following location
http://ci.analytical-labs.com/view/Webdetails/job/Webdetails-Marketplace/
Unzip the tar file and place it under Pentaho-Solution/System directory
Restart the server.
Open Pentaho User Console (PUC) and Navigate to Tools -> Marketplace
Install...