abacus

Results 2 comments of abacus

Hive external Table with serde: ``` ADD JAR /home/my_comp/solr-hive-serde-2.2.1.jar; CREATE EXTERNAL TABLE if not exists my_comp_solr.my_comp_user_number( id STRING, cod_1 STRING, cod_2 STRING, cod_tipo STRING, flg_delete int) STORED BY 'com.lucidworks.hadoop.hive.LWStorageHandler' LOCATION...

Sorry for the dealy, but I found the solution: I set solr.client.threads. The default is 1. Do you have any documentation about this options? Thanks in advance