Vishnu C G
Vishnu C G
I was trying this one: CREATE EXTERNAL TABLE sales_table (id string, vin string, make_nm string,series_nm string,business_month string,msrp string,inctv_amt string ) STORED BY 'com.lucidworks.hadoop.hive.LWStorageHandler' LOCATION "" TBLPROPERTIES('solr.server.url'='', 'solr.collection'='sales_schema', 'solr.query'='_:_');
Tried this dynamic fields approach, but throwing the same exception.
I am able to load data into solr external table from another managed hive table. But when I try to retrieve data from the solr table, it is throwing "Failed...