Chris Riccomini created SAMZA-63:
------------------------------------

             Summary: Wrong package path for HttpFileSystem is hard coded
                 Key: SAMZA-63
                 URL: https://issues.apache.org/jira/browse/SAMZA-63
             Project: Samza
          Issue Type: Bug
          Components: yarn
    Affects Versions: 0.6.0
            Reporter: Chris Riccomini
            Assignee: Chris Riccomini
             Fix For: 0.7.0


For convenience, we have hard coded the HTTP file system into Samza's YARN 
integration. This makes it easy to deploy Samza jobs from an HTTP file server:

{noformat}
./samza-yarn/src/main/scala/org/apache/samza/job/yarn/SamzaAppMaster.scala:    
hConfig.set("fs.http.impl", "samza.util.hadoop.HttpFileSystem")
./samza-yarn/src/main/scala/org/apache/samza/job/yarn/YarnJobFactory.scala:    
hConfig.set("fs.http.impl", "samza.util.hadoop.HttpFileSystem")
{noformat}

As you can see, the package path is hard coded, and didn't get cleaned up in 
the package refactor when we moved to Apache.



--
This message was sent by Atlassian JIRA
(v6.1#6144)

Reply via email to