Github user MLnick commented on the pull request:

    https://github.com/apache/spark/pull/455#issuecomment-46773577
  
    1.1 is not released yet. This PR is in master but not in 1.0 (it may be 
released in 1.0.1 or if not then 1.1).
    
    
    So you'll have to clone master and run sbt/sbt publish-local which will 
publish the maven and sbt artifacts to your local repos.
    
    
    
    —
    Sent from Mailbox
    
    On Sun, Jun 22, 2014 at 1:22 AM, Russell Jurney <[email protected]>
    wrote:
    
    > Thanks a ton! One thing - how can I pull spark core 1.1 from maven?
    > [ERROR] Failed to execute goal on project avro: Could not resolve
    > dependencies for project example:avro:jar:0.1: Could not find artifact
    > org.apache.spark:spark-core_2.10:jar:1.1.0-SNAPSHOT in scala-tools.org (
    > http://scala-tools.org/repo-releases) -> [Help 1]
    > On Fri, Jun 20, 2014 at 10:45 PM, MLnick <[email protected]> wrote:
    >> @rjurney <https://github.com/rjurney> this works for me (building Spark
    >> from current master): https://gist.github.com/MLnick/5864741781b9340cb211
    >>
    >> if you run mvn package and then add that to SPARK_CLASSPATH and use it in
    >> IPython console.
    >>
    >> However it seems to come through as only strings (not a dict). I verified
    >> that if I take only the string field and explicitly convert to string 
(ie Map[String,
    >> String]) then it works. I suspect then that Avro doesn't have the type
    >> information at all, so Pyrolite cannot pickle it. I guess you might have 
to
    >> do something more in depth in the AvroConverter to read the type info
    >> from the Avro schema and do a cast...
    >>
    >> —
    >> Reply to this email directly or view it on GitHub
    >> <https://github.com/apache/spark/pull/455#issuecomment-46745394>.
    >>
    > -- 
    > Russell Jurney twitter.com/rjurney [email protected] 
datasyndrome.com
    > ---
    > Reply to this email directly or view it on GitHub:
    > https://github.com/apache/spark/pull/455#issuecomment-46767642


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to