You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@knox.apache.org by "Sandeep More (JIRA)" <ji...@apache.org> on 2017/09/19 21:12:00 UTC

[jira] [Updated] (KNOX-1048) Knoxshell samples missing hadoop-examples.jar and hadoop-mapreduce-examples.jar

     [ https://issues.apache.org/jira/browse/KNOX-1048?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sandeep More updated KNOX-1048:
-------------------------------
    Summary: Knoxshell samples missing hadoop-examples.jar and hadoop-mapreduce-examples.jar  (was: Knoxshell samples missing hadoop-examples.jar)

> Knoxshell samples missing hadoop-examples.jar and hadoop-mapreduce-examples.jar
> -------------------------------------------------------------------------------
>
>                 Key: KNOX-1048
>                 URL: https://issues.apache.org/jira/browse/KNOX-1048
>             Project: Apache Knox
>          Issue Type: Bug
>          Components: KnoxShell
>            Reporter: Sandeep More
>
> I get the following exception while running ExampleOozieWorkflow.groovy.
> Caught: java.util.concurrent.ExecutionException: java.io.FileNotFoundException: samples/hadoop-examples.jar (No such file or directory)
> java.util.concurrent.ExecutionException: java.io.FileNotFoundException: samples/hadoop-examples.jar (No such file or directory)
> 	at org.apache.knox.gateway.shell.Hadoop.waitFor(Hadoop.java:271)
> 	at ExampleOozieWorkflow.run(ExampleOozieWorkflow.groovy:108)
> 	at org.apache.knox.gateway.shell.Shell.main(Shell.java:56)
> 	at org.apache.knox.gateway.launcher.Invoker.invokeMainMethod(Invoker.java:70)
> 	at org.apache.knox.gateway.launcher.Invoker.invoke(Invoker.java:39)
> 	at org.apache.knox.gateway.launcher.Command.run(Command.java:99)
> 	at org.apache.knox.gateway.launcher.Launcher.run(Launcher.java:69)
> 	at org.apache.knox.gateway.launcher.Launcher.main(Launcher.java:46)
> Caused by: java.io.FileNotFoundException: samples/hadoop-examples.jar (No such file or directory)
> 	at org.apache.http.entity.FileEntity.writeTo(FileEntity.java:94)
> 	at org.apache.http.impl.DefaultBHttpClientConnection.sendRequestEntity(DefaultBHttpClientConnection.java:156)
> 	at org.apache.http.impl.conn.CPoolProxy.sendRequestEntity(CPoolProxy.java:160)
> 	at org.apache.http.protocol.HttpRequestExecutor.doSendRequest(HttpRequestExecutor.java:238)
> 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
> 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
> 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
> 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
> 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
> 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
> 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
> 	at org.apache.knox.gateway.shell.Hadoop.executeNow(Hadoop.java:256)
> 	at org.apache.knox.gateway.shell.AbstractRequest.execute(AbstractRequest.java:49)
> 	at org.apache.knox.gateway.shell.hdfs.Put$Request.access$1600(Put.java:39)
> 	at org.apache.knox.gateway.shell.hdfs.Put$Request$1.call(Put.java:124)
> 	at org.apache.knox.gateway.shell.hdfs.Put$Request$1.call(Put.java:95)
> 	at org.apache.knox.gateway.shell.AbstractRequest$1.call(AbstractRequest.java:106)
> Also while running ExampleWebHCatJobTeragen.groovy I get the following
> java -Djavax.net.ssl.trustStore=gateway-client-trust.jks  -jar bin/knoxshell.jar samples/ExampleWebHCatJobTeragen.groovy
> Caught: java.util.concurrent.ExecutionException: java.io.FileNotFoundException: samples/hadoop-mapreduce-examples.jar (No such file or directory)
> java.util.concurrent.ExecutionException: java.io.FileNotFoundException: samples/hadoop-mapreduce-examples.jar (No such file or directory)
> 	at org.apache.knox.gateway.shell.Hadoop.waitFor(Hadoop.java:271)
> 	at ExampleWebHCatJobTeragen.run(ExampleWebHCatJobTeragen.groovy:52)
> 	at org.apache.knox.gateway.shell.Shell.main(Shell.java:56)
> 	at org.apache.knox.gateway.launcher.Invoker.invokeMainMethod(Invoker.java:70)
> 	at org.apache.knox.gateway.launcher.Invoker.invoke(Invoker.java:39)
> 	at org.apache.knox.gateway.launcher.Command.run(Command.java:99)
> 	at org.apache.knox.gateway.launcher.Launcher.run(Launcher.java:69)
> 	at org.apache.knox.gateway.launcher.Launcher.main(Launcher.java:46)
> Caused by: java.io.FileNotFoundException: samples/hadoop-mapreduce-examples.jar (No such file or directory)
> 	at org.apache.http.entity.FileEntity.writeTo(FileEntity.java:94)
> 	at org.apache.http.impl.DefaultBHttpClientConnection.sendRequestEntity(DefaultBHttpClientConnection.java:156)
> 	at org.apache.http.impl.conn.CPoolProxy.sendRequestEntity(CPoolProxy.java:160)
> 	at org.apache.http.protocol.HttpRequestExecutor.doSendRequest(HttpRequestExecutor.java:238)
> 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
> 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
> 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
> 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
> 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
> 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
> 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
> 	at org.apache.knox.gateway.shell.Hadoop.executeNow(Hadoop.java:256)
> 	at org.apache.knox.gateway.shell.AbstractRequest.execute(AbstractRequest.java:49)
> 	at org.apache.knox.gateway.shell.hdfs.Put$Request.access$1600(Put.java:39)
> 	at org.apache.knox.gateway.shell.hdfs.Put$Request$1.call(Put.java:124)
> 	at org.apache.knox.gateway.shell.hdfs.Put$Request$1.call(Put.java:95)
> 	at org.apache.knox.gateway.shell.AbstractRequest$1.call(AbstractRequest.java:106)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)