SolrCloud

2018-05-16 Thread Jon Morisi
Hi All,
I'm looking for additional information on how to configure an encrypted 
password for the DIH Configuration File, when using solrcloud:
https://lucene.apache.org/solr/guide/6_6/uploading-structured-data-store-data-with-the-data-import-handler.html#configuring-the-dih-configuration-file

Is this compatible with solrcloud / zookeeper?
What values are to be used for encryptKeyFile when running in SolrCloud?
Is this a reference to a local directory?
Is this a reference to a zookeeper directory?
Should I put the file in my collections zookeeper conf dir, using the file name 
only?

Thanks,
Jon


DIH from hive server 2

2020-12-16 Thread Jon Morisi
Hi,
Could someone please tell me what the correct dataSource driver class is for 
HiveServer2 (to solr)?

This isn't working for me:



I've also copied these jar files and referenced them (via lib dir in 
solrconfig.xml):
hive-jdbc-3.1.0.3.1.4.0-315-standalone.jar
hadoop-auth.jar
hadoop-common.jar

Last, do I need to use a hive external table or will it work with a managed 
table?

Thanks, I couldn't find a walkthrough for this particular config,

Jon