You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@phoenix.apache.org by GitBox <gi...@apache.org> on 2019/01/18 02:37:23 UTC

[GitHub] vincentpoon commented on issue #1: Initial commit of existing connectors

vincentpoon commented on issue #1: Initial commit of existing connectors
URL: https://github.com/apache/phoenix-connectors/pull/1#issuecomment-455406970
 
 
   @twdsilva  I get an error when compiling phoenix-spark:
   
   [INFO] --- scala-maven-plugin:3.4.4:compile (scala-compile-first) @ phoenix-spark ---
   [INFO] /Users/vincent.poon/git_public/phoenix-connectors/phoenix-spark/src/main/java:-1: info: compiling
   [INFO] /Users/vincent.poon/git_public/phoenix-connectors/phoenix-spark/src/main/scala:-1: info: compiling
   [INFO] Compiling 24 source files to /Users/vincent.poon/git_public/phoenix-connectors/phoenix-spark/target/classes at 1547778775727
   Downloading from apache release: https://repository.apache.org/content/repositories/releases/jline/jline/2.12.1/jline-2.12.1.pom
   Downloading from central: https://repo.maven.apache.org/maven2/jline/jline/2.12.1/jline-2.12.1.pom
   Downloaded from central: https://repo.maven.apache.org/maven2/jline/jline/2.12.1/jline-2.12.1.pom (17 kB at 652 kB/s)
   [ERROR] /Users/vincent.poon/git_public/phoenix-connectors/phoenix-spark/src/main/scala/org/apache/phoenix/spark/FilterExpressionCompiler.scala:30: error: too many arguments for method getDateFormatter: (x$1: String)java.text.Format
   [ERROR]   val dateformatter:Format = DateUtil.getDateFormatter(DateUtil.DEFAULT_DATE_FORMAT, DateUtil.DEFAULT_TIME_ZONE_ID)
   [ERROR]                                                       ^
   [ERROR] /Users/vincent.poon/git_public/phoenix-connectors/phoenix-spark/src/main/scala/org/apache/phoenix/spark/FilterExpressionCompiler.scala:31: error: too many arguments for method getTimestampFormatter: (x$1: String)java.text.Format
   [ERROR]   val timeformatter:Format = DateUtil.getTimestampFormatter(DateUtil.DEFAULT_TIME_FORMAT, DateUtil.DEFAULT_TIME_ZONE_ID)
   [ERROR]

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services