Thank you Hyung!
-- Ruslan Dautkhanov On Mon, Nov 28, 2016 at 8:40 AM, Hyung Sung Shim <[email protected]> wrote: > Hello. > In order to install R Interpreter, you need to install some packages. > > [1] > http://zeppelin.apache.org/docs/0.7.0-SNAPSHOT/interpreter/r.html > > 2016-11-28 23:51 GMT+09:00 Ruslan Dautkhanov <[email protected]>: > >> The same problem in 0.6.2 and 0.7.0-snapshot. >> R interpreter build fails with below error stack. >> >> R is installed locally through yum. >> Is there any special requirements for R interpreter build? >> >> >> [INFO] Zeppelin: Packaging distribution ................... SUCCESS [ >> 6.250 s] >> [INFO] Zeppelin: R Interpreter ............................ FAILURE [ >> 24.092 s] >> [INFO] ------------------------------------------------------------ >> ------------ >> [INFO] BUILD FAILURE >> [INFO] ------------------------------------------------------------ >> ------------ >> [INFO] Total time: 10:54 min >> [INFO] Finished at: 2016-11-28T07:44:51-07:00 >> [INFO] Final Memory: 221M/3106M >> [INFO] ------------------------------------------------------------ >> ------------ >> [ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2.1:exec >> (default) on project zeppelin-zrinterpreter_2.10: Command execution failed. >> Process exited with an error: 1 (Exit value: 1) -> [Help 1] >> org.apache.maven.lifecycle.LifecycleExecutionException: Failed to >> execute goal org.codehaus.mojo:exec-maven-plugin:1.2.1:exec (default) on >> project zeppelin-zrinterpreter_2.10: Command execution failed. >> at org.apache.maven.lifecycle.internal.MojoExecutor.execute(Moj >> oExecutor.java:212) >> at org.apache.maven.lifecycle.internal.MojoExecutor.execute(Moj >> oExecutor.java:153) >> at org.apache.maven.lifecycle.internal.MojoExecutor.execute(Moj >> oExecutor.java:145) >> at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.b >> uildProject(LifecycleModuleBuilder.java:116) >> at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.b >> uildProject(LifecycleModuleBuilder.java:80) >> at org.apache.maven.lifecycle.internal.builder.singlethreaded.S >> ingleThreadedBuilder.build(SingleThreadedBuilder.java:51) >> at org.apache.maven.lifecycle.internal.LifecycleStarter.execute >> (LifecycleStarter.java:128) >> at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307) >> at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193) >> at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106) >> at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863) >> at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288) >> at org.apache.maven.cli.MavenCli.main(MavenCli.java:199) >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce >> ssorImpl.java:57) >> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe >> thodAccessorImpl.java:43) >> at java.lang.reflect.Method.invoke(Method.java:606) >> at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnha >> nced(Launcher.java:289) >> at org.codehaus.plexus.classworlds.launcher.Launcher.launch( >> Launcher.java:229) >> at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithEx >> itCode(Launcher.java:415) >> at org.codehaus.plexus.classworlds.launcher.Launcher.main( >> Launcher.java:356) >> Caused by: org.apache.maven.plugin.MojoExecutionException: Command >> execution failed. >> at org.codehaus.mojo.exec.ExecMojo.execute(ExecMojo.java:362) >> at org.apache.maven.plugin.DefaultBuildPluginManager.executeMoj >> o(DefaultBuildPluginManager.java:134) >> at org.apache.maven.lifecycle.internal.MojoExecutor.execute(Moj >> oExecutor.java:207) >> ... 20 more >> Caused by: org.apache.commons.exec.ExecuteException: Process exited with >> an error: 1 (Exit value: 1) >> at org.apache.commons.exec.DefaultExecutor.executeInternal(Defa >> ultExecutor.java:377) >> at org.apache.commons.exec.DefaultExecutor.execute(DefaultExecu >> tor.java:160) >> at org.codehaus.mojo.exec.ExecMojo.executeCommandLine(ExecMojo. >> java:610) >> at org.codehaus.mojo.exec.ExecMojo.execute(ExecMojo.java:352) >> ... 22 more >> [ERROR] >> [ERROR] Re-run Maven using the -X switch to enable full debug logging. >> [ERROR] >> [ERROR] For more information about the errors and possible solutions, >> please read the following articles: >> [ERROR] [Help 1] http://cwiki.apache.org/conflu >> ence/display/MAVEN/MojoExecutionException >> [ERROR] >> [ERROR] After correcting the problems, you can resume the build with the >> command >> [ERROR] mvn <goals> -rf :zeppelin-zrinterpreter_2.10 >> >> >> -- >> Ruslan Dautkhanov >> > >
