Hi, Ishan-Jain, 
can you please clarify, what exactly would you like to visualize. 

If you want to visualize the file listings, Hadoop API is quite enough: just
type "hadoop fs -ls igfs:// ... " on the console.
If you want a GUI to browse files, there is a wide choice: you can use any
tool that can browse a Hadoop file system via the
org.apache.hadoop.fs.FileSystem API. Not sure about Zeppelin, as it seems to
connect to Hadoop file system using WebHDFS REST API, which is not supported
in Ignite.

If you would like to see not just file system listing, but what files are
really *cached* in IGFS (in memory), this can be done using IGFS metrics.
Currently IGFS metrics can only be taken programmically from running code,
but there is https://issues.apache.org/jira/browse/IGNITE-5168 that suggests
patch exposing these metrics via MBeans. 




--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Data-visualization-with-IGFS-tp13330p13381.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to