You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Vladimir Ozerov (JIRA)" <ji...@apache.org> on 2015/02/26 12:36:04 UTC

[jira] [Created] (IGNITE-361) IGFS metrics are always zero in examples' counters

Vladimir Ozerov created IGNITE-361:
--------------------------------------

             Summary: IGFS metrics are always zero in examples' counters
                 Key: IGNITE-361
                 URL: https://issues.apache.org/jira/browse/IGNITE-361
             Project: Ignite
          Issue Type: Bug
          Components: hadoop
    Affects Versions: sprint-1
            Reporter: Vladimir Ozerov
             Fix For: sprint-3


*Steps to reproduce*

# Run any built in Hadoop example or benchmark with 1 or more Gridgain nodes (f.e.teragen)

# Check *INFO mapreduce.Job: Counters:* after example is finished

*Observed*
GGFS counters are always '0'

{noformat}
	File System Counters
		FILE: Number of bytes read=270352
		FILE: Number of bytes written=458787
		FILE: Number of read operations=0
		FILE: Number of large read operations=0
		FILE: Number of write operations=0
		GGFS: Number of bytes read=0
		GGFS: Number of bytes written=0
		GGFS: Number of read operations=0
		GGFS: Number of large read operations=0
		GGFS: Number of write operations=0

{noformat}

Migrated from GG JIRA (GG-8641).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)