hive-solr
hive-solr copied to clipboard
Code to index Hive tables to Solr and Solr indexes to Hive
I have followed the readme and created an external table exactly as described plus loaded my data into solr. I can query my data collection using the browser q=item_name:apple and...
My cluster is build on Java 1.7 after exporting the JAVA HOME i am not able to build the jar file failing with below exception Please let me know if...
I can select into my hive-solr table from a source table to create the solr index, however when I query the resulting table, I receive an error on columns that...
I am able to load data into solr external table from another managed hive table. I can see the data got indexed and do a serach on it using HUE...