Hi Elasticsearch folks,
while creating external table in hive with multiple column, it is not
getting indexed and is not available for kibana. i tried using
elasticsearch-hadoop-2.0.2 with kibana-4.0.0-beta3 on cloudera cdh5. please
suggested any solution for the same.
My hive query is
CREATE EXTERNAL TABLE TEST_ES (
emp_name STRING,
emp_code INT,
emp_location STRING )
ROW FORMAT SERDE 'org.elasticsearch.hadoop.hive.EsSerDe'
STORED BY 'org.elasticsearch.hadoop.hive.EsStorageHandler'
TBLPROPERTIES (
'es.nodes'='localhost',
'es.resource'='es_hd_test'
);
Thanks,
--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/5b6079e9-2e35-4964-a922-1e48e3c35f85%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.