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

Popular posts from this blog

unity3d - Rotate an object to face an opposite direction -

angular - Is it possible to get native element for formControl? -

javascript - Why jQuery Select box change event is now working? -