[ 
https://issues.apache.org/jira/browse/PIO-170?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16631614#comment-16631614
 ] 

ASF GitHub Bot commented on PIO-170:
------------------------------------

Github user shimamoto commented on a diff in the pull request:

    https://github.com/apache/predictionio/pull/470#discussion_r221196515
  
    --- Diff: build.sbt ---
    @@ -310,10 +310,11 @@ parallelExecution in Global := false
     testOptions in Test += Tests.Argument("-oDF")
     
     printBuildInfo := {
    +  val log = streams.value.log
       if (scalaBinaryVersion.value == "2.10")
    -    streams.value.log.warn("Support for Scala 2.10 is deprecated. Please 
upgrade to a newer version of Scala.")
    +    log.warn("Support for Scala 2.10 is deprecated. Please upgrade to a 
newer version of Scala.")
       if (sparkBinaryVersion.value == "1.6")
    -    streams.value.log.warn("Support for Spark 1.6 is deprecated. Please 
upgrade to a newer version of Spark.")
    +    log.warn("Support for Spark 1.6 is deprecated. Please upgrade to a 
newer version of Spark.")
    --- End diff --
    
    We should be able to delete this log because Spark 1.6 has been dropped.


> Upgrade sbt to 1.x
> ------------------
>
>                 Key: PIO-170
>                 URL: https://issues.apache.org/jira/browse/PIO-170
>             Project: PredictionIO
>          Issue Type: Task
>          Components: Core
>    Affects Versions: 0.13.0
>            Reporter: Naoki Takezoe
>            Assignee: Naoki Takezoe
>            Priority: Major
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to