Hi,

IGFS is a Hadoop-compliant file system implementation. Please refer to
relevant documentation:
https://apacheignite-fs.readme.io/docs/running-apache-hive-over-ignited-hadoop

Essentially, all you need is to tell Hive that you want to use IGFS. You can
do that either through separate configuration files or using "--hiveconf"
arguments. There are three important properties:

fs.igfs.impl=org.apache.ignite.hadoop.fs.v1.IgniteHadoopFileSystem
fs.AbstractFileSystem.igfs.impl=org.apache.ignite.hadoop.fs.v2.IgniteHadoopFileSystem
fs.default.name=igfs://igfs@/

Vladimir.



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/creating-hive-table-for-Ignite-files-tp5928p5956.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to