hive-solr icon indicating copy to clipboard operation
hive-solr copied to clipboard

Code to index Hive tables to Solr and Solr indexes to Hive

Results 24 hive-solr issues
Sort by recently updated
recently updated
newest added

Today there are just a source code copy.

step 1) created hive table test step 2 ) created external table as follows CREATE EXTERNAL TABLE rams.solr_test ( id string, application_date string, first_name string, middle_name string, last_name string, preferred_email...

Hello, I created a Solr Index on a Hive table with below steps. When I try to load rows from the Hive Internal table to the Hive External table, it...

information needed

I am using hive 2.1.1 Bin and solr 7.0. now i am importing data from HDFS to hive table and its working fine. we are working on big data so...

enhancement
planned

``` >sudo -u solr bin/solr create -c hiveCollection -d basic_configs -n hiveCollection -s 2 -rf 2 >hive>CREATE EXTERNAL TABLE authproc_syslog_solr (hid STRING, tstamp TIMESTAMP, type STRING, msg STRING, thost STRING,...

information needed

It can be pretty easy to support configuring the name of the id field in the given Solr collection, and can be useful. The pull request submitted by saurabhnigam is...

enhancement
backlog

Hey Guys this is a problem and a correction. Just faced an issue regarding newer versions of Hive/Serde(Specially on AWS EMR). org.apache.hadoop.hive.serde2.SerDe Interface is now deprecated and is no longer...

planned

Source hive table has columns of type timestamp. I mapped this to hive-solr column type of timestamp and schema field type tdate (which has precision 6). Upon querying, received error:...

Hi, We had created a external table accesing solr with kerberos active with this script CREATE EXTERNAL TABLE job_solr (gms STRING, cliente STRING, job STRING,job_descripcion STRING) STORED BY 'com.lucidworks.hadoop.hive.LWStorageHandler' LOCATION...

I am trying to index large amounts of data from hive to solr and I would like to use Tez, as it is faster. When I run a query to...