[R] rhive with PAM

2016-08-18 Thread Divakar Reddy
Hi, Can you help me on this? Can we implement PAM authentication for rhive? If yes, Can you suggest me if you have any documentation? Is rhive going to use RODBC/JDBC connection to connect hiveserver2? or requests directly going to namenode? Here are my connection details: library(RODBC)

[R] enabling PAM in R for RODBC connections

2016-08-17 Thread Divakar Reddy
Hi, I'm trying to enable PAM authentication for RODBC connections in Hadoop/hiveserver2. I implemented required configurations in .ODBC.ini and it's working with user ID but not working with user ID and Password. Here are my configuration details in .odbc.ini Description=Hortonw

Re: [R] R Package installation

2016-08-12 Thread Divakar Reddy
parallel is R's base package and it's already installed with base R. check in below location: /usr/lib64/R/library/ Thanks, Divakar On Fri, Aug 12, 2016 at 3:53 AM, Dayalan, Nithya wrote: > Hi Team, > > We are receiving the below message while updating the package. Please help. > > > install.

[R] help on moving data from local to HDFS using RODBC in R

2016-04-15 Thread Divakar Reddy
Hi, I have requirement to move the data from Linux local path( ex /home/user/sample.txt) to hadoop HDFS using RODBC in R I knew that we can move the data using rhive comamnds like *rhive.put* and *rhive.get *but looking for similar commands using RODBC as well. I would appreciate for your input

Re: [R] Version 3.2.3: package not available error with https

2016-02-29 Thread Divakar Reddy
Hi, I'm not sure about your OS but I fixed while installing below packages on CentOS for RCurl yum install curl yum install curl-devel Thanks, Divakar On Mon, Feb 29, 2016 at 6:32 AM, Loris Bennett wrote: > Duncan Murdoch writes: > > > On 29/02/2016 6:09 AM, Loris Bennett wrote: > >> Hi, > >

[R] sqldf --Warning message:

2016-02-19 Thread Divakar Reddy
Dear R users, I'm getting Waring message while trying to load "sqldf" package in R3.2.3 and assuming that we can ignore this as it's WARNING Message and not an error message. Can you guide me if my assumption is wrong? > library(sqldf); Loading required package: gsubfn Loading required package:

[R] 'tcltk' in R2.3.3

2016-02-18 Thread Divakar Reddy
Dear R users, I would to install 'tcltk' in R2.3.3 but getting below error when I tried to install. Can you please suggest me? > install.packages("tcltk", repos = "http://cran.cnr.Berkeley.edu/";); Installing package into ‘/usr/lib64/R/library’ (as ‘lib’ is unspecified) Warning message: package

Re: [R] package ‘xlsx’ is not available (for R version 3.2.3)

2016-02-13 Thread Divakar Reddy
I installed 'xlsx' using below repo and din't see any issues. install.packages("xlsx", repos = "http://cran.cnr.Berkeley.edu/";) > version _ platform x86_64-redhat-linux-gnu arch x86_64 os linux-gnu system x86_64, linux-gnu status major 3

[R] help on Rprofile.site

2016-01-29 Thread Divakar Reddy
Hi All, Issue: we are running issues with RStudio like crash and packages not found. Root Cause: Sharing a home directory between two servers( we installed RStudio on two servers and both are sharing same home directory). Our Solution: Create separate home directories on both RStudio servers an