[
https://issues.apache.org/jira/browse/GEARPUMP-205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15467349#comment-15467349
]
ASF GitHub Bot commented on GEARPUMP-205:
-----------------------------------------
Github user manuzhang commented on a diff in the pull request:
https://github.com/apache/incubator-gearpump/pull/81#discussion_r77628288
--- Diff:
core/src/main/scala/org/apache/gearpump/cluster/client/ClientContext.scala ---
@@ -140,7 +139,7 @@ class ClientContext(config: Config, sys: ActorSystem,
_master: ActorRef) {
private def loadFile(jarPath: String): AppJar = {
val jarFile = new java.io.File(jarPath)
- val path = jarStoreService.copyFromLocal(jarFile)
+ val path = jarStoreClient.copyFromLocal(jarFile)
--- End diff --
Can we reuse `Util.uploadJar` here ?
> remove hdfs dependency from command gear's classpath
> ----------------------------------------------------
>
> Key: GEARPUMP-205
> URL: https://issues.apache.org/jira/browse/GEARPUMP-205
> Project: Apache Gearpump
> Issue Type: Improvement
> Components: core
> Affects Versions: 0.8.2
> Reporter: Huafeng Wang
> Assignee: Huafeng Wang
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)