question

RyanSuryanto avatar image
0 Votes"
RyanSuryanto asked SaurabhSharma-msft commented

Could not install R packages to RServer in Azure HDI using Script Actions

@MartinJaffer-MSFT

Hi Martin,

I experienced same problem like last time.

https://docs.microsoft.com/en-us/answers/questions/112935/could-not-install-r-package-to-r-server-in-azure-h.html

Could you please help me to contact the back-end team, the previous similar error came up again when I run script action to install R packages.

below is the Ambari error message


Thank you very much

stderr:
Warning: unable to access index for repository https://mran.microsoft.com/snapshot/2017-03-15/src/contrib:
Line starting 'The specified CGI ap ...' is malformed!
Warning message:
packages ‘sparklyr’, ‘smbinning’, ‘hashFunction’ are not available (for R version 3.3.3)
stdout:


Sample action script to install R packages...
Install packages...

install.packages(c('sparklyr','smbinning','hashFunction'), dependencies=TRUE)

Finished
('Start downloading script locally: ', u'https://raw.githubusercontent.com/Microsoft/r-server-loan-chargeoff/master/HDI/ActionScripts/InstallRPackages.sh')
Fromdos line ending conversion successful
Custom script executed successfully
Removing temp location of the script

Command completed successfully!



azure-hdinsight-rserver
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hi @ryansuryanto,

Thanks for using Microsoft Q&A!!
I believe your ask is related to these two issues - MRAN Time machine for R Open 3.3.3 is DOWN.
If that's the case as suggested please open a support ticket for the same.

Thanks
Saurabh

0 Votes 0 ·

0 Answers