Advertisement
Guest User

Untitled

a guest
Jun 15th, 2016
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.62 KB | None | 0 0
  1. $ $SPARK_HOME/bin/spark-submit --class org.apache.ignite.examples.JavaIgniteSimpleApp --master spark://$HOSTNAME:7077 build/libs/gspark-1.0-all.jar
  2. 0 [main] WARN org.apache.hadoop.util.NativeCodeLoader - Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
  3. 1073 [sparkDriverActorSystem-akka.actor.default-dispatcher-2] INFO akka.event.slf4j.Slf4jLogger - Slf4jLogger started
  4. 1134 [sparkDriverActorSystem-akka.actor.default-dispatcher-2] INFO Remoting - Starting remoting
  5. 1331 [sparkDriverActorSystem-akka.actor.default-dispatcher-2] INFO Remoting - Remoting started; listening on addresses :[akka.tcp://sparkDriverActorSystem@192.168.1.36:50329]
  6. 2164 [main] INFO org.apache.ignite.spark.IgniteContext - Will start Ignite nodes on 3 workers
  7. [Stage 0:> (0 + 0) / 3]3100 [Executor task launch worker-0] INFO org.apache.ignite.internal.IgniteKernal -
  8.  
  9. >>> __________ ________________
  10. >>> / _/ ___/ |/ / _/_ __/ __/
  11. >>> _/ // (7 7 // / / / / _/
  12. >>> /___/\___/_/|_/___/ /_/ /___/
  13. >>>
  14. >>> ver. 1.6.0#20160518-sha1:0b22c45b
  15. >>> 2016 Copyright(C) Apache Software Foundation
  16. >>>
  17. >>> Ignite documentation: http://ignite.apache.org
  18.  
  19. 3100 [Executor task launch worker-0] INFO org.apache.ignite.internal.IgniteKernal - Config URL: n/a
  20. 3100 [Executor task launch worker-0] INFO org.apache.ignite.internal.IgniteKernal - Daemon mode: off
  21. 3100 [Executor task launch worker-0] INFO org.apache.ignite.internal.IgniteKernal - OS: Mac OS X 10.11.4 x86_64
  22. 3100 [Executor task launch worker-0] INFO org.apache.ignite.internal.IgniteKernal - OS user: pditommaso
  23. 3100 [Executor task launch worker-0] INFO org.apache.ignite.internal.IgniteKernal - Language runtime: Java Platform API Specification ver. 1.7
  24. 3100 [Executor task launch worker-0] INFO org.apache.ignite.internal.IgniteKernal - VM information: Java(TM) SE Runtime Environment 1.7.0_80-b15 Oracle Corporation Java HotSpot(TM) 64-Bit Server VM 24.80-b11
  25. 3101 [Executor task launch worker-0] INFO org.apache.ignite.internal.IgniteKernal - VM total memory: 0.96GB
  26. 3101 [Executor task launch worker-0] INFO org.apache.ignite.internal.IgniteKernal - Remote Management [restart: off, REST: on, JMX (remote: off)]
  27. 3101 [Executor task launch worker-0] INFO org.apache.ignite.internal.IgniteKernal - IGNITE_HOME=null
  28. 3101 [Executor task launch worker-0] INFO org.apache.ignite.internal.IgniteKernal - VM arguments: [-Xms1g, -Xmx1g, -XX:MaxPermSize=256m]
  29. 3101 [Executor task launch worker-0] INFO org.apache.ignite.internal.IgniteKernal - Configured caches ['ignite-marshaller-sys-cache', 'ignite-sys-cache', 'ignite-atomics-sys-cache']
  30. 3173 [Executor task launch worker-0] INFO org.apache.ignite.internal.IgniteKernal - Non-loopback local IPs: 192.168.1.36, 192.168.99.1, fe80:0:0:0:2acf:e9ff:fe19:f939%4, fe80:0:0:0:d0c9:9fff:fe11:ad86%8
  31. 3173 [Executor task launch worker-0] INFO org.apache.ignite.internal.IgniteKernal - Enabled local MACs: 0A0027000000, 28CFE919F939, D2C99F11AD86
  32. 3189 [Executor task launch worker-0] INFO org.apache.ignite.internal.processors.plugin.IgnitePluginProcessor - Configured plugins:
  33. 3189 [Executor task launch worker-0] INFO org.apache.ignite.internal.processors.plugin.IgnitePluginProcessor - ^-- None
  34. 3189 [Executor task launch worker-0] INFO org.apache.ignite.internal.processors.plugin.IgnitePluginProcessor -
  35. 3248 [Executor task launch worker-0] INFO org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi - IPC shared memory server endpoint started [port=48100, tokDir=/var/folders/qt/4c9tn21x6pz28gv1b1sh6rv00000gn/T/ignite/work/ipc/shmem/7ae66863-77e9-46d0-9fc3-7a37a4158922-1900]
  36. 3248 [Executor task launch worker-0] INFO org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi - Successfully bound shared memory communication to TCP port [port=48100, locHost=0.0.0.0/0.0.0.0]
  37. 3260 [Executor task launch worker-0] INFO org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi - Successfully bound to TCP port [port=47100, locHost=0.0.0.0/0.0.0.0]
  38. 3281 [Executor task launch worker-0] WARN org.apache.ignite.spi.checkpoint.noop.NoopCheckpointSpi - Checkpoints are disabled (to enable configure any GridCheckpointSpi implementation)
  39. 3319 [Executor task launch worker-0] WARN org.apache.ignite.internal.managers.collision.GridCollisionManager - Collision resolution is disabled (all jobs will be activated upon arrival).
  40. 3323 [Executor task launch worker-0] WARN org.apache.ignite.spi.swapspace.noop.NoopSwapSpaceSpi - Swap space is disabled. To enable use FileSwapSpaceSpi.
  41. 3325 [Executor task launch worker-0] INFO org.apache.ignite.internal.IgniteKernal - Security status [authentication=off, tls/ssl=off]
  42. [Stage 0:> (0 + 3) / 3]3553 [Executor task launch worker-0] INFO org.apache.ignite.internal.processors.rest.protocols.tcp.GridTcpRestProtocol - Command protocol successfully started [name=TCP binary, host=0.0.0.0/0.0.0.0, port=11211]
  43. 3631 [Executor task launch worker-0] INFO org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi - Successfully bound to TCP port [port=47500, localHost=0.0.0.0/0.0.0.0]
  44. 3636 [Executor task launch worker-0] WARN org.apache.ignite.spi.discovery.tcp.ipfinder.multicast.TcpDiscoveryMulticastIpFinder - TcpDiscoveryMulticastIpFinder has no pre-configured addresses (it is recommended in production to specify at least one address in TcpDiscoveryMulticastIpFinder.getAddresses() configuration property)
  45. 4984 [Executor task launch worker-0] INFO org.apache.ignite.internal.processors.cache.GridCacheProcessor - Started cache [name=ignite-marshaller-sys-cache, mode=REPLICATED]
  46. 5008 [Executor task launch worker-0] INFO org.apache.ignite.internal.processors.cache.GridCacheProcessor - Started cache [name=ignite-atomics-sys-cache, mode=PARTITIONED]
  47. 5010 [Executor task launch worker-0] INFO org.apache.ignite.internal.processors.cache.GridCacheProcessor - Started cache [name=ignite-sys-cache, mode=REPLICATED]
  48. 5095 [exchange-worker-#51%null%] INFO org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager - Skipping rebalancing (nothing scheduled) [top=AffinityTopologyVersion [topVer=1, minorTopVer=0], evt=NODE_JOINED, node=7ae66863-77e9-46d0-9fc3-7a37a4158922]
  49. 5138 [Executor task launch worker-0] INFO org.apache.ignite.internal.IgniteKernal - To start Console Management & Monitoring run ignitevisorcmd.{sh|bat}
  50. 5138 [Executor task launch worker-0] INFO org.apache.ignite.internal.IgniteKernal -
  51. 5139 [Executor task launch worker-0] INFO org.apache.ignite.internal.IgniteKernal -
  52.  
  53. >>> +----------------------------------------------------------------------+
  54. >>> Ignite ver. 1.6.0#20160518-sha1:0b22c45bb9b97692208fd0705ddf8045ff34a031
  55. >>> +----------------------------------------------------------------------+
  56. >>> OS name: Mac OS X 10.11.4 x86_64
  57. >>> CPU(s): 8
  58. >>> Heap: 1.0GB
  59. >>> VM name: 1900@retina.local
  60. >>> Local node [ID=7AE66863-77E9-46D0-9FC3-7A37A4158922, order=1, clientMode=false]
  61. >>> Local node addresses: [192.168.99.1/0:0:0:0:0:0:0:1, 192.168.1.36/127.0.0.1, /192.168.1.36, /192.168.99.1]
  62. >>> Local ports: TCP:11211 TCP:47100 UDP:47400 TCP:47500 TCP:48100
  63.  
  64. 5140 [Executor task launch worker-0] INFO org.apache.ignite.internal.managers.discovery.GridDiscoveryManager - Topology snapshot [ver=1, servers=1, clients=0, CPUs=8, heap=1.0GB]
  65. >>> Hello Node: 7ae66863-77e9-46d0-9fc3-7a37a4158922
  66. 5518 [main] INFO org.apache.ignite.spark.IgniteContext - Will stop Ignite nodes on 3 workers
  67. 5566 [Executor task launch worker-1] INFO org.apache.ignite.internal.processors.rest.protocols.tcp.GridTcpRestProtocol - Command protocol successfully stopped: TCP binary
  68. 5578 [Executor task launch worker-1] INFO org.apache.ignite.internal.processors.cache.GridCacheProcessor - Stopped cache: ignite-marshaller-sys-cache
  69. 5578 [Executor task launch worker-1] INFO org.apache.ignite.internal.processors.cache.GridCacheProcessor - Stopped cache: ignite-sys-cache
  70. 5579 [Executor task launch worker-1] INFO org.apache.ignite.internal.processors.cache.GridCacheProcessor - Stopped cache: ignite-atomics-sys-cache
  71. 5584 [Executor task launch worker-1] INFO org.apache.ignite.internal.IgniteKernal -
  72.  
  73. >>> +---------------------------------------------------------------------------------+
  74. >>> Ignite ver. 1.6.0#20160518-sha1:0b22c45bb9b97692208fd0705ddf8045ff34a031 stopped OK
  75. >>> +---------------------------------------------------------------------------------+
  76. >>> Grid uptime: 00:00:00:451
  77.  
  78.  
  79. [21:46:09] (wrn) Ignoring stopping grid instance that was already stopped or never started: null
  80. >>> DONE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement