rolanyan
rolanyan
Exception in thread "main" java.lang.ClassNotFoundException: Failed to find data source: tensorflow. Please find packages at http://spark.apache.org/third-party-projects.html at org.apache.spark.sql.execution.datasources.DataSource$.lookupDataSource(DataSource.scala:549) at org.apache.spark.sql.execution.datasources.DataSource.providingClass$lzycompute(DataSource.scala:86) at org.apache.spark.sql.execution.datasources.DataSource.providingClass(DataSource.scala:86) at org.apache.spark.sql.execution.datasources.DataSource.write(DataSource.scala:470) at org.apache.spark.sql.execution.datasources.SaveIntoDataSourceCommand.run(SaveIntoDataSourceCommand.scala:48) at org.apache.spark.sql.execution.command.ExecutedCommandExec.sideEffectResult$lzycompute(commands.scala:58) at org.apache.spark.sql.execution.command.ExecutedCommandExec.sideEffectResult(commands.scala:56)...
finally found that it need to depend on org.tensorflow.spark-tensorflow-connector, but org.tensorflow.spark-tensorflow-connector was not public to maven yet. Do you have plan to pubilc org.tensorflow.spark-tensorflow-connector to maven ?