[ 
https://issues.apache.org/jira/browse/IGNITE-4208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pavel Konstantinov updated IGNITE-4208:
---------------------------------------
    Description: 
To reproduce:
# download hadoop edition
# start node using attached config
Note: HADOOP_HOME is set correctly 
{code}
[18:45:30,628][INFO ][main][IgniteKernal%hadoop] 

>>>    __________  ________________  
>>>   /  _/ ___/ |/ /  _/_  __/ __/  
>>>  _/ // (7 7    // /  / / / _/    
>>> /___/\___/_/|_/___/ /_/ /___/   
>>> 
>>> ver. 1.7.0-SNAPSHOT#20161031-sha1:9712e2b2
>>> 2016 Copyright(C) Apache Software Foundation
>>> 
>>> Ignite documentation: http://ignite.apache.org

[18:45:30,631][INFO ][main][IgniteKernal%hadoop] Daemon mode: off
[18:45:30,632][INFO ][main][IgniteKernal%hadoop] OS: Mac OS X 10.12 x86_64
[18:45:30,632][INFO ][main][IgniteKernal%hadoop] OS user: kope
[18:45:30,633][INFO ][main][IgniteKernal%hadoop] PID: 27005
[18:45:30,634][INFO ][main][IgniteKernal%hadoop] Language runtime: Java 
Platform API Specification ver. 1.7
[18:45:30,634][INFO ][main][IgniteKernal%hadoop] VM information: Java(TM) SE 
Runtime Environment 1.7.0_67-b01 Oracle Corporation Java HotSpot(TM) 64-Bit 
Server VM 24.65-b04
[18:45:30,636][INFO ][main][IgniteKernal%hadoop] VM total memory: 0.96GB
[18:45:30,637][INFO ][main][IgniteKernal%hadoop] Remote Management [restart: 
on, REST: on, JMX (remote: on, port: 49140, auth: off, ssl: off)]
[18:45:30,637][INFO ][main][IgniteKernal%hadoop] 
IGNITE_HOME=/Users/kope/Downloads/hadoop-7.7.0-SNAPSHOT-2
[18:45:30,638][INFO ][main][IgniteKernal%hadoop] VM arguments: [-Xms1g, -Xmx1g, 
-XX:+AggressiveOpts, -XX:MaxPermSize=256m, -DIGNITE_QUIET=true, 
-Dcom.sun.management.jmxremote, -Dcom.sun.management.jmxremote.port=49140, 
-Dcom.sun.management.jmxremote.authenticate=false, 
[18:45:30,639][INFO ][main][IgniteKernal%hadoop] Configured caches 
['ignite-marshaller-sys-cache', 'ignite-sys-cache', 
'ignite-hadoop-mr-sys-cache', 'ignite-atomics-sys-cache', 'igfs-data', 
'igfs-meta']
SNAPSHOT-2/work/ipc/shmem/eb922773-cb75-4bc1-94bf-a14ac085dfa3-27005]
[18:45:31,051][INFO ][main][TcpCommunicationSpi] Successfully bound shared 
memory communication to TCP port [port=48100, locHost=0.0.0.0/0.0.0.0]
[18:45:31,128][INFO ][main][TcpCommunicationSpi] Successfully bound to TCP port 
[port=47100, locHost=0.0.0.0/0.0.0.0]
[18:45:31,179][WARN ][main][NoopCheckpointSpi] Checkpoints are disabled (to 
enable configure any GridCheckpointSpi implementation)
[18:45:31,260][WARN ][main][GridCollisionManager] Collision resolution is 
disabled (all jobs will be activated upon arrival).
[18:45:31,270][WARN ][main][NoopSwapSpaceSpi] Swap space is disabled. To enable 
use FileSwapSpaceSpi.
[18:45:31,274][INFO ][main][IgniteKernal%hadoop] Security status 
[authentication=off, tls/ssl=off]
[18:45:32,044][INFO ][main][GridTcpRestProtocol] Command protocol successfully 
started [name=TCP binary, host=0.0.0.0/0.0.0.0, port=11211]
[18:45:32,361][ERROR][main][IgniteKernal%hadoop] Got exception while starting 
(will rollback startup routine).
java.lang.NoClassDefFoundError: org/apache/hadoop/conf/Configuration
        at 
org.apache.ignite.internal.processors.hadoop.impl.delegate.HadoopBasicFileSystemFactoryDelegate.start(HadoopBasicFileSystemFactoryDelegate.java:129)
        at 
org.apache.ignite.internal.processors.hadoop.impl.delegate.HadoopCachingFileSystemFactoryDelegate.start(HadoopCachingFileSystemFactoryDelegate.java:58)
        at 
org.apache.ignite.internal.processors.hadoop.impl.delegate.HadoopIgfsSecondaryFileSystemDelegateImpl.start(HadoopIgfsSecondaryFileSystemDelegateImpl.java:376)
        at 
org.apache.ignite.hadoop.fs.IgniteHadoopIgfsSecondaryFileSystem.start(IgniteHadoopIgfsSecondaryFileSystem.java:261)
        at 
org.apache.ignite.internal.processors.igfs.IgfsImpl.<init>(IgfsImpl.java:187)
        at 
org.apache.ignite.internal.processors.igfs.IgfsContext.<init>(IgfsContext.java:101)
        at 
org.apache.ignite.internal.processors.igfs.IgfsProcessor.start(IgfsProcessor.java:127)
        at 
org.apache.ignite.internal.IgniteKernal.startProcessor(IgniteKernal.java:1599)
        at org.apache.ignite.internal.IgniteKernal.start(IgniteKernal.java:890)
        at 
org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start0(IgnitionEx.java:1761)
        at 
org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start(IgnitionEx.java:1595)
        at org.apache.ignite.internal.IgnitionEx.start0(IgnitionEx.java:1041)
        at 
org.apache.ignite.internal.IgnitionEx.startConfigurations(IgnitionEx.java:963)
        at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:849)
        at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:748)
        at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:618)
        at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:588)
        at org.apache.ignite.Ignition.start(Ignition.java:347)
        at 
org.apache.ignite.startup.cmdline.CommandLineStartup.main(CommandLineStartup.java:302)
Caused by: java.lang.ClassNotFoundException: 
org.apache.hadoop.conf.Configuration
        at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
        at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
        ... 19 more
[18:45:32,370][WARN ][main][IgniteKernal%hadoop] Attempt to stop starting grid. 
This operation cannot be guaranteed to be successful.
[18:45:32,391][INFO ][main][GridTcpRestProtocol] Command protocol successfully 
stopped: TCP binary
[18:45:32,425][WARN ][main][GridCacheIoManager] Failed to unregister ordered 
cache communication handler because it was not found for topic: T6 
[topic=TOPIC_CACHE, id1=83e8ca36-2305-3266-8e65-1463be879baa, id2=0]
[18:45:32,818][INFO ][main][IgniteKernal%hadoop] 

>>> +------------------------------------------------------------------------------------------+
>>> Ignite ver. 
>>> 1.7.0-SNAPSHOT#20161031-sha1:9712e2b247426d03bf733c32fe57714d338d1397 
>>> stopped OK
>>> +------------------------------------------------------------------------------------------+
>>> Grid name: hadoop
>>> Grid uptime: 00:00:05:068



{code}

  was:
To reproduce:
# download hadoop edition
# start node using attached config
Note: HADOOP_HOME is set correctly 
{code}
[18:45:30,628][INFO ][main][IgniteKernal%hadoop] 

>>>    __________  ________________  
>>>   /  _/ ___/ |/ /  _/_  __/ __/  
>>>  _/ // (7 7    // /  / / / _/    
>>> /___/\___/_/|_/___/ /_/ /___/   
>>> 
>>> ver. 1.7.0-SNAPSHOT#20161031-sha1:9712e2b2
>>> 2016 Copyright(C) Apache Software Foundation
>>> 
>>> Ignite documentation: http://ignite.apache.org

[18:45:30,631][INFO ][main][IgniteKernal%hadoop] Config URL: 
file:/Users/kope/Downloads/gridgain-enterprise-hadoop-7.7.0-SNAPSHOT-2/bin/hadoop-server.xml
[18:45:30,631][INFO ][main][IgniteKernal%hadoop] Daemon mode: off
[18:45:30,632][INFO ][main][IgniteKernal%hadoop] OS: Mac OS X 10.12 x86_64
[18:45:30,632][INFO ][main][IgniteKernal%hadoop] OS user: kope
[18:45:30,633][INFO ][main][IgniteKernal%hadoop] PID: 27005
[18:45:30,634][INFO ][main][IgniteKernal%hadoop] Language runtime: Java 
Platform API Specification ver. 1.7
[18:45:30,634][INFO ][main][IgniteKernal%hadoop] VM information: Java(TM) SE 
Runtime Environment 1.7.0_67-b01 Oracle Corporation Java HotSpot(TM) 64-Bit 
Server VM 24.65-b04
[18:45:30,636][INFO ][main][IgniteKernal%hadoop] VM total memory: 0.96GB
[18:45:30,637][INFO ][main][IgniteKernal%hadoop] Remote Management [restart: 
on, REST: on, JMX (remote: on, port: 49140, auth: off, ssl: off)]
[18:45:30,637][INFO ][main][IgniteKernal%hadoop] 
IGNITE_HOME=/Users/kope/Downloads/gridgain-enterprise-hadoop-7.7.0-SNAPSHOT-2
[18:45:30,638][INFO ][main][IgniteKernal%hadoop] VM arguments: [-Xms1g, -Xmx1g, 
-XX:+AggressiveOpts, -XX:MaxPermSize=256m, -DIGNITE_QUIET=true, 
-DIGNITE_SUCCESS_FILE=/Users/kope/Downloads/gridgain-enterprise-hadoop-7.7.0-SNAPSHOT-2/work/ignite_success_17b04757-13a3-4d3a-969f-ebc86bf0122f,
 -Dcom.sun.management.jmxremote, -Dcom.sun.management.jmxremote.port=49140, 
-Dcom.sun.management.jmxremote.authenticate=false, 
-Dcom.sun.management.jmxremote.ssl=false, 
-DIGNITE_HOME=/Users/kope/Downloads/gridgain-enterprise-hadoop-7.7.0-SNAPSHOT-2,
 -DIGNITE_PROG_NAME=./ignite.sh]
[18:45:30,639][INFO ][main][IgniteKernal%hadoop] Configured caches 
['ignite-marshaller-sys-cache', 'ignite-sys-cache', 
'ignite-hadoop-mr-sys-cache', 'ignite-atomics-sys-cache', 'igfs-data', 
'igfs-meta']
[18:45:30,648][INFO ][main][IgniteKernal%hadoop] 3-rd party licenses can be 
found at: 
/Users/kope/Downloads/gridgain-enterprise-hadoop-7.7.0-SNAPSHOT-2/libs/licenses
[18:45:30,940][INFO ][main][IgnitePluginProcessor] Configured plugins:
[18:45:30,941][INFO ][main][IgnitePluginProcessor]   ^-- GridGain 
7.7.0-SNAPSHOT#20161024-sha1:09dbd0e3
[18:45:30,942][INFO ][main][IgnitePluginProcessor]   ^-- 2016 Copyright(C) 
GridGain Systems
[18:45:30,942][INFO ][main][IgnitePluginProcessor] 
[18:45:31,050][INFO ][main][TcpCommunicationSpi] IPC shared memory server 
endpoint started [port=48100, 
tokDir=/Users/kope/Downloads/gridgain-enterprise-hadoop-7.7.0-SNAPSHOT-2/work/ipc/shmem/eb922773-cb75-4bc1-94bf-a14ac085dfa3-27005]
[18:45:31,051][INFO ][main][TcpCommunicationSpi] Successfully bound shared 
memory communication to TCP port [port=48100, locHost=0.0.0.0/0.0.0.0]
[18:45:31,128][INFO ][main][TcpCommunicationSpi] Successfully bound to TCP port 
[port=47100, locHost=0.0.0.0/0.0.0.0]
[18:45:31,179][WARN ][main][NoopCheckpointSpi] Checkpoints are disabled (to 
enable configure any GridCheckpointSpi implementation)
[18:45:31,260][WARN ][main][GridCollisionManager] Collision resolution is 
disabled (all jobs will be activated upon arrival).
[18:45:31,270][WARN ][main][NoopSwapSpaceSpi] Swap space is disabled. To enable 
use FileSwapSpaceSpi.
[18:45:31,274][INFO ][main][IgniteKernal%hadoop] Security status 
[authentication=off, tls/ssl=off]
[18:45:32,044][INFO ][main][GridTcpRestProtocol] Command protocol successfully 
started [name=TCP binary, host=0.0.0.0/0.0.0.0, port=11211]
[18:45:32,361][ERROR][main][IgniteKernal%hadoop] Got exception while starting 
(will rollback startup routine).
java.lang.NoClassDefFoundError: org/apache/hadoop/conf/Configuration
        at 
org.apache.ignite.internal.processors.hadoop.impl.delegate.HadoopBasicFileSystemFactoryDelegate.start(HadoopBasicFileSystemFactoryDelegate.java:129)
        at 
org.apache.ignite.internal.processors.hadoop.impl.delegate.HadoopCachingFileSystemFactoryDelegate.start(HadoopCachingFileSystemFactoryDelegate.java:58)
        at 
org.apache.ignite.internal.processors.hadoop.impl.delegate.HadoopIgfsSecondaryFileSystemDelegateImpl.start(HadoopIgfsSecondaryFileSystemDelegateImpl.java:376)
        at 
org.apache.ignite.hadoop.fs.IgniteHadoopIgfsSecondaryFileSystem.start(IgniteHadoopIgfsSecondaryFileSystem.java:261)
        at 
org.apache.ignite.internal.processors.igfs.IgfsImpl.<init>(IgfsImpl.java:187)
        at 
org.apache.ignite.internal.processors.igfs.IgfsContext.<init>(IgfsContext.java:101)
        at 
org.apache.ignite.internal.processors.igfs.IgfsProcessor.start(IgfsProcessor.java:127)
        at 
org.apache.ignite.internal.IgniteKernal.startProcessor(IgniteKernal.java:1599)
        at org.apache.ignite.internal.IgniteKernal.start(IgniteKernal.java:890)
        at 
org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start0(IgnitionEx.java:1761)
        at 
org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start(IgnitionEx.java:1595)
        at org.apache.ignite.internal.IgnitionEx.start0(IgnitionEx.java:1041)
        at 
org.apache.ignite.internal.IgnitionEx.startConfigurations(IgnitionEx.java:963)
        at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:849)
        at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:748)
        at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:618)
        at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:588)
        at org.apache.ignite.Ignition.start(Ignition.java:347)
        at 
org.apache.ignite.startup.cmdline.CommandLineStartup.main(CommandLineStartup.java:302)
Caused by: java.lang.ClassNotFoundException: 
org.apache.hadoop.conf.Configuration
        at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
        at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
        ... 19 more
[18:45:32,370][WARN ][main][IgniteKernal%hadoop] Attempt to stop starting grid. 
This operation cannot be guaranteed to be successful.
[18:45:32,391][INFO ][main][GridTcpRestProtocol] Command protocol successfully 
stopped: TCP binary
[18:45:32,425][WARN ][main][GridCacheIoManager] Failed to unregister ordered 
cache communication handler because it was not found for topic: T6 
[topic=TOPIC_CACHE, id1=83e8ca36-2305-3266-8e65-1463be879baa, id2=0]
[18:45:32,818][INFO ][main][IgniteKernal%hadoop] 

>>> +------------------------------------------------------------------------------------------+
>>> Ignite ver. 
>>> 1.7.0-SNAPSHOT#20161031-sha1:9712e2b247426d03bf733c32fe57714d338d1397 
>>> stopped OK
>>> +------------------------------------------------------------------------------------------+
>>> Grid name: hadoop
>>> Grid uptime: 00:00:05:068



{code}


> Hadoop edition: node cannot be started with SecondaryFileSystem in 
> configuration
> --------------------------------------------------------------------------------
>
>                 Key: IGNITE-4208
>                 URL: https://issues.apache.org/jira/browse/IGNITE-4208
>             Project: Ignite
>          Issue Type: Bug
>          Components: hadoop
>    Affects Versions: 1.7
>            Reporter: Pavel Konstantinov
>
> To reproduce:
> # download hadoop edition
> # start node using attached config
> Note: HADOOP_HOME is set correctly 
> {code}
> [18:45:30,628][INFO ][main][IgniteKernal%hadoop] 
> >>>    __________  ________________  
> >>>   /  _/ ___/ |/ /  _/_  __/ __/  
> >>>  _/ // (7 7    // /  / / / _/    
> >>> /___/\___/_/|_/___/ /_/ /___/   
> >>> 
> >>> ver. 1.7.0-SNAPSHOT#20161031-sha1:9712e2b2
> >>> 2016 Copyright(C) Apache Software Foundation
> >>> 
> >>> Ignite documentation: http://ignite.apache.org
> [18:45:30,631][INFO ][main][IgniteKernal%hadoop] Daemon mode: off
> [18:45:30,632][INFO ][main][IgniteKernal%hadoop] OS: Mac OS X 10.12 x86_64
> [18:45:30,632][INFO ][main][IgniteKernal%hadoop] OS user: kope
> [18:45:30,633][INFO ][main][IgniteKernal%hadoop] PID: 27005
> [18:45:30,634][INFO ][main][IgniteKernal%hadoop] Language runtime: Java 
> Platform API Specification ver. 1.7
> [18:45:30,634][INFO ][main][IgniteKernal%hadoop] VM information: Java(TM) SE 
> Runtime Environment 1.7.0_67-b01 Oracle Corporation Java HotSpot(TM) 64-Bit 
> Server VM 24.65-b04
> [18:45:30,636][INFO ][main][IgniteKernal%hadoop] VM total memory: 0.96GB
> [18:45:30,637][INFO ][main][IgniteKernal%hadoop] Remote Management [restart: 
> on, REST: on, JMX (remote: on, port: 49140, auth: off, ssl: off)]
> [18:45:30,637][INFO ][main][IgniteKernal%hadoop] 
> IGNITE_HOME=/Users/kope/Downloads/hadoop-7.7.0-SNAPSHOT-2
> [18:45:30,638][INFO ][main][IgniteKernal%hadoop] VM arguments: [-Xms1g, 
> -Xmx1g, -XX:+AggressiveOpts, -XX:MaxPermSize=256m, -DIGNITE_QUIET=true, 
> -Dcom.sun.management.jmxremote, -Dcom.sun.management.jmxremote.port=49140, 
> -Dcom.sun.management.jmxremote.authenticate=false, 
> [18:45:30,639][INFO ][main][IgniteKernal%hadoop] Configured caches 
> ['ignite-marshaller-sys-cache', 'ignite-sys-cache', 
> 'ignite-hadoop-mr-sys-cache', 'ignite-atomics-sys-cache', 'igfs-data', 
> 'igfs-meta']
> SNAPSHOT-2/work/ipc/shmem/eb922773-cb75-4bc1-94bf-a14ac085dfa3-27005]
> [18:45:31,051][INFO ][main][TcpCommunicationSpi] Successfully bound shared 
> memory communication to TCP port [port=48100, locHost=0.0.0.0/0.0.0.0]
> [18:45:31,128][INFO ][main][TcpCommunicationSpi] Successfully bound to TCP 
> port [port=47100, locHost=0.0.0.0/0.0.0.0]
> [18:45:31,179][WARN ][main][NoopCheckpointSpi] Checkpoints are disabled (to 
> enable configure any GridCheckpointSpi implementation)
> [18:45:31,260][WARN ][main][GridCollisionManager] Collision resolution is 
> disabled (all jobs will be activated upon arrival).
> [18:45:31,270][WARN ][main][NoopSwapSpaceSpi] Swap space is disabled. To 
> enable use FileSwapSpaceSpi.
> [18:45:31,274][INFO ][main][IgniteKernal%hadoop] Security status 
> [authentication=off, tls/ssl=off]
> [18:45:32,044][INFO ][main][GridTcpRestProtocol] Command protocol 
> successfully started [name=TCP binary, host=0.0.0.0/0.0.0.0, port=11211]
> [18:45:32,361][ERROR][main][IgniteKernal%hadoop] Got exception while starting 
> (will rollback startup routine).
> java.lang.NoClassDefFoundError: org/apache/hadoop/conf/Configuration
>       at 
> org.apache.ignite.internal.processors.hadoop.impl.delegate.HadoopBasicFileSystemFactoryDelegate.start(HadoopBasicFileSystemFactoryDelegate.java:129)
>       at 
> org.apache.ignite.internal.processors.hadoop.impl.delegate.HadoopCachingFileSystemFactoryDelegate.start(HadoopCachingFileSystemFactoryDelegate.java:58)
>       at 
> org.apache.ignite.internal.processors.hadoop.impl.delegate.HadoopIgfsSecondaryFileSystemDelegateImpl.start(HadoopIgfsSecondaryFileSystemDelegateImpl.java:376)
>       at 
> org.apache.ignite.hadoop.fs.IgniteHadoopIgfsSecondaryFileSystem.start(IgniteHadoopIgfsSecondaryFileSystem.java:261)
>       at 
> org.apache.ignite.internal.processors.igfs.IgfsImpl.<init>(IgfsImpl.java:187)
>       at 
> org.apache.ignite.internal.processors.igfs.IgfsContext.<init>(IgfsContext.java:101)
>       at 
> org.apache.ignite.internal.processors.igfs.IgfsProcessor.start(IgfsProcessor.java:127)
>       at 
> org.apache.ignite.internal.IgniteKernal.startProcessor(IgniteKernal.java:1599)
>       at org.apache.ignite.internal.IgniteKernal.start(IgniteKernal.java:890)
>       at 
> org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start0(IgnitionEx.java:1761)
>       at 
> org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start(IgnitionEx.java:1595)
>       at org.apache.ignite.internal.IgnitionEx.start0(IgnitionEx.java:1041)
>       at 
> org.apache.ignite.internal.IgnitionEx.startConfigurations(IgnitionEx.java:963)
>       at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:849)
>       at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:748)
>       at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:618)
>       at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:588)
>       at org.apache.ignite.Ignition.start(Ignition.java:347)
>       at 
> org.apache.ignite.startup.cmdline.CommandLineStartup.main(CommandLineStartup.java:302)
> Caused by: java.lang.ClassNotFoundException: 
> org.apache.hadoop.conf.Configuration
>       at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
>       at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
>       at java.security.AccessController.doPrivileged(Native Method)
>       at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
>       at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
>       at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
>       at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
>       ... 19 more
> [18:45:32,370][WARN ][main][IgniteKernal%hadoop] Attempt to stop starting 
> grid. This operation cannot be guaranteed to be successful.
> [18:45:32,391][INFO ][main][GridTcpRestProtocol] Command protocol 
> successfully stopped: TCP binary
> [18:45:32,425][WARN ][main][GridCacheIoManager] Failed to unregister ordered 
> cache communication handler because it was not found for topic: T6 
> [topic=TOPIC_CACHE, id1=83e8ca36-2305-3266-8e65-1463be879baa, id2=0]
> [18:45:32,818][INFO ][main][IgniteKernal%hadoop] 
> >>> +------------------------------------------------------------------------------------------+
> >>> Ignite ver. 
> >>> 1.7.0-SNAPSHOT#20161031-sha1:9712e2b247426d03bf733c32fe57714d338d1397 
> >>> stopped OK
> >>> +------------------------------------------------------------------------------------------+
> >>> Grid name: hadoop
> >>> Grid uptime: 00:00:05:068
> {code}



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

Reply via email to