[
https://issues.apache.org/jira/browse/GEARPUMP-254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15797227#comment-15797227
]
ASF GitHub Bot commented on GEARPUMP-254:
-----------------------------------------
Github user codecov-io commented on the issue:
https://github.com/apache/incubator-gearpump/pull/128
## [Current
coverage](https://codecov.io/gh/apache/incubator-gearpump/pull/128?src=pr) is
70.79% (diff: 100%)
> Merging
[#128](https://codecov.io/gh/apache/incubator-gearpump/pull/128?src=pr) into
[master](https://codecov.io/gh/apache/incubator-gearpump/branch/master?src=pr)
will increase coverage by **0.41%**
```diff
@@ master #128 diff @@
==========================================
Files 186 186
Lines 5988 5988
Methods 5469 5469
Messages 0 0
Branches 517 517
==========================================
+ Hits 4214 4239 +25
+ Misses 1774 1749 -25
Partials 0 0
```

> Powered by [Codecov](https://codecov.io?src=pr). Last update
[2783559...4e14131](https://codecov.io/gh/apache/incubator-gearpump/compare/2783559dbf1fe0dd5f090cece152bef65251d5b8...4e14131227396cb77772b980376fdcb66d6a0314?src=pr)
> gearpump.yarn.user field in gear.conf is obligatory while spawning Gearpump
> on Yarn
> -----------------------------------------------------------------------------------
>
> Key: GEARPUMP-254
> URL: https://issues.apache.org/jira/browse/GEARPUMP-254
> Project: Apache Gearpump
> Issue Type: Bug
> Reporter: Piotr Grabuszynski
> Priority: Trivial
>
> This option should probably be optional. When I try to create instance on
> yarn w/o changing gear.conf file, such error occurs: {code}
> [ClusterConfig$] loading config file application.conf...
> Help:
> -package (required:false, default:)<Please specify the gearpump.zip package
> path on HDFS. If not specified, we will use default value
> /user/gearpump/gearpump.zip>
> -name (required:false, default:Gearpump)<Application name showed in YARN>
> -verbose (required:false, default:false)<print verbose log on console>
> -output (required:false, default:)<output path for configuration file>
> Exception in thread "main" com.typesafe.config.ConfigException$Missing: No
> configuration setting found for key 'gearpump.yarn.user'
> at
> com.typesafe.config.impl.SimpleConfig.findKeyOrNull(SimpleConfig.java:152)
> at
> com.typesafe.config.impl.SimpleConfig.findOrNull(SimpleConfig.java:170)
> at
> com.typesafe.config.impl.SimpleConfig.findOrNull(SimpleConfig.java:176)
> at
> com.typesafe.config.impl.SimpleConfig.findOrNull(SimpleConfig.java:176)
> at com.typesafe.config.impl.SimpleConfig.find(SimpleConfig.java:184)
> at com.typesafe.config.impl.SimpleConfig.find(SimpleConfig.java:189)
> at
> com.typesafe.config.impl.SimpleConfig.getString(SimpleConfig.java:246)
> at
> org.apache.gearpump.experiments.yarn.client.LaunchCluster$.main(LaunchCluster.scala:188)
> at
> org.apache.gearpump.util.AkkaApp$$anonfun$main$1.apply(AkkaApp.scala:42)
> at
> org.apache.gearpump.util.AkkaApp$$anonfun$main$1.apply(AkkaApp.scala:42)
> at scala.util.Try$.apply(Try.scala:192)
> at org.apache.gearpump.util.AkkaApp$class.main(AkkaApp.scala:41)
> at
> org.apache.gearpump.experiments.yarn.client.LaunchCluster$.main(LaunchCluster.scala:160)
> at
> org.apache.gearpump.experiments.yarn.client.Client$.main(Client.scala:49)
> at
> org.apache.gearpump.experiments.yarn.client.Client.main(Client.scala)
> {code}
> When value for key gearpump.yarn.user is set, I get another error:
> GEARPUMP-253
> commit used: 1bf6a9ba8fa774b985fcd90a5d6bef129a4fb9a5
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)