hdfs - SolrJ CloudSolrClient incompatible with Hadoop fs Path -
the goal upload index config files hdfs solr via oozie workflow (java action).
cloudsolrclient.uploadconfig() accepts java.nio.file.paths object in first parameter.
running on hdfs (through oozie launcher), cannot resolve config path unless use org.apache.hadoop.fs.path.
how can around this? there version of cloudsolrclient accepts hadoop.fs.path parameter?
Comments
Post a Comment