Skip to content

Instantly share code, notes, and snippets.

@medined
Created July 26, 2014 15:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save medined/27c4ec638f0ce0ef8339 to your computer and use it in GitHub Desktop.
Save medined/27c4ec638f0ce0ef8339 to your computer and use it in GitHub Desktop.
TSERVER showing MYHOSTNAME (which should be grail)
2014-07-26 10:14:59,767 [server.Accumulo] INFO : tserver starting
2014-07-26 10:14:59,769 [server.Accumulo] INFO : Instance c4334106-5e4f-4807-8fb4-df30fd244b3f
2014-07-26 10:14:59,771 [server.Accumulo] INFO : Data Version 6
2014-07-26 10:14:59,771 [server.Accumulo] INFO : Attempting to talk to zookeeper
2014-07-26 10:14:59,774 [zookeeper.ZooKeeper] INFO : Client environment:zookeeper.version=3.4.5-1392090, built on 09/30/2012 17:52 GMT
2014-07-26 10:14:59,774 [zookeeper.ZooKeeper] INFO : Client environment:host.name=grail
2014-07-26 10:14:59,774 [zookeeper.ZooKeeper] INFO : Client environment:java.version=1.7.0_55
2014-07-26 10:14:59,774 [zookeeper.ZooKeeper] INFO : Client environment:java.vendor=Oracle Corporation
2014-07-26 10:14:59,774 [zookeeper.ZooKeeper] INFO : Client environment:java.home=/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.55.x86_64/jre
2014-07-26 10:14:59,775 [zookeeper.ZooKeeper] INFO : Client environment:java.class.path=/usr/lib/accumulo-1.6.0/conf:/usr/lib/accumulo/lib/accumulo-start.jar:/usr/lib/hadoop/share/hadoop/common/lib/log4j-1.2.17.jar
2014-07-26 10:14:59,775 [zookeeper.ZooKeeper] INFO : Client environment:java.library.path=/usr/lib/hadoop/lib/native::/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
2014-07-26 10:14:59,775 [zookeeper.ZooKeeper] INFO : Client environment:java.io.tmpdir=/tmp
2014-07-26 10:14:59,775 [zookeeper.ZooKeeper] INFO : Client environment:java.compiler=<NA>
2014-07-26 10:14:59,775 [zookeeper.ZooKeeper] INFO : Client environment:os.name=Linux
2014-07-26 10:14:59,775 [zookeeper.ZooKeeper] INFO : Client environment:os.arch=amd64
2014-07-26 10:14:59,775 [zookeeper.ZooKeeper] INFO : Client environment:os.version=3.13.0-30-generic
2014-07-26 10:14:59,775 [zookeeper.ZooKeeper] INFO : Client environment:user.name=accumulo
2014-07-26 10:14:59,775 [zookeeper.ZooKeeper] INFO : Client environment:user.home=/home/accumulo
2014-07-26 10:14:59,775 [zookeeper.ZooKeeper] INFO : Client environment:user.dir=/
2014-07-26 10:14:59,776 [zookeeper.ZooKeeper] INFO : Initiating client connection, connectString=10.0.10.1:2181 sessionTimeout=30000 watcher=org.apache.accumulo.fate.zookeeper.ZooSession$ZooWatcher@10957096
2014-07-26 10:14:59,807 [zookeeper.ClientCnxn] INFO : Opening socket connection to server 10.0.10.1/10.0.10.1:2181. Will not attempt to authenticate using SASL (unknown error)
2014-07-26 10:14:59,807 [zookeeper.ClientCnxn] INFO : Socket connection established to 10.0.10.1/10.0.10.1:2181, initiating session
2014-07-26 10:14:59,817 [zookeeper.ClientCnxn] INFO : Session establishment complete on server 10.0.10.1/10.0.10.1:2181, sessionid = 0x14773063c060001, negotiated timeout = 30000
2014-07-26 10:14:59,890 [watcher.MonitorLog4jWatcher] INFO : Set watch for Monitor Log4j watcher
2014-07-26 10:14:59,891 [server.Accumulo] INFO : Zookeeper connected and initialized, attemping to talk to HDFS
2014-07-26 10:14:59,908 [server.Accumulo] INFO : Connected to HDFS
2014-07-26 10:14:59,911 [server.Accumulo] INFO : crypto.block.stream.size = 1K
2014-07-26 10:14:59,911 [server.Accumulo] INFO : crypto.cipher.algorithm.name = AES
2014-07-26 10:14:59,911 [server.Accumulo] INFO : crypto.cipher.key.length = 128
2014-07-26 10:14:59,911 [server.Accumulo] INFO : crypto.cipher.suite = AES/CFB/NoPadding
2014-07-26 10:14:59,911 [server.Accumulo] INFO : crypto.default.key.strategy.cipher.suite = AES/ECB/NoPadding
2014-07-26 10:14:59,912 [server.Accumulo] INFO : crypto.default.key.strategy.hdfs.uri =
2014-07-26 10:14:59,912 [server.Accumulo] INFO : crypto.default.key.strategy.key.location = /crypto/secret/keyEncryptionKey
2014-07-26 10:14:59,912 [server.Accumulo] INFO : crypto.module.class = org.apache.accumulo.core.security.crypto.DefaultCryptoModule
2014-07-26 10:14:59,912 [server.Accumulo] INFO : crypto.override.key.strategy.with.configured.strategy = false
2014-07-26 10:14:59,912 [server.Accumulo] INFO : crypto.secret.key.encryption.strategy.class = NullSecretKeyEncryptionStrategy
2014-07-26 10:14:59,912 [server.Accumulo] INFO : crypto.secure.rng = SHA1PRNG
2014-07-26 10:14:59,912 [server.Accumulo] INFO : crypto.secure.rng.provider = SUN
2014-07-26 10:14:59,912 [server.Accumulo] INFO : gc.cycle.delay = 5m
2014-07-26 10:14:59,912 [server.Accumulo] INFO : gc.cycle.start = 30s
2014-07-26 10:14:59,913 [server.Accumulo] INFO : gc.port.client = 50091
2014-07-26 10:14:59,913 [server.Accumulo] INFO : gc.threads.delete = 16
2014-07-26 10:14:59,913 [server.Accumulo] INFO : gc.trash.ignore = false
2014-07-26 10:14:59,913 [server.Accumulo] INFO : general.classpaths =
$HADOOP_CONF_DIR,
$ACCUMULO_HOME/server/target/classes/,
$ACCUMULO_HOME/lib/accumulo-server.jar,
$ACCUMULO_HOME/core/target/classes/,
$ACCUMULO_HOME/lib/accumulo-core.jar,
$ACCUMULO_HOME/start/target/classes/,
$ACCUMULO_HOME/lib/accumulo-start.jar,
$ACCUMULO_HOME/fate/target/classes/,
$ACCUMULO_HOME/lib/accumulo-fate.jar,
$ACCUMULO_HOME/proxy/target/classes/,
$ACCUMULO_HOME/lib/accumulo-proxy.jar,
$ACCUMULO_HOME/lib/[^.].*.jar,
$ZOOKEEPER_HOME/zookeeper[^.].*.jar,
$HADOOP_PREFIX/share/hadoop/common/.*.jar,
$HADOOP_PREFIX/share/hadoop/common/lib/.*.jar,
$HADOOP_PREFIX/share/hadoop/hdfs/.*.jar,
$HADOOP_PREFIX/share/hadoop/mapreduce/.*.jar,
$HADOOP_PREFIX/share/hadoop/yarn/.*.jar,
$HADOOP_PREFIX/share/hadoop/hdfs/lib/.*.jar,
$HADOOP_PREFIX/share/hadoop/mapreduce/lib/.*.jar,
$HADOOP_PREFIX/share/hadoop/yarn/lib/.*.jar
2014-07-26 10:14:59,913 [server.Accumulo] INFO : general.dynamic.classpaths = $ACCUMULO_HOME/lib/ext/[^.].*.jar
2014-07-26 10:14:59,913 [server.Accumulo] INFO : general.kerberos.keytab =
2014-07-26 10:14:59,913 [server.Accumulo] INFO : general.kerberos.principal =
2014-07-26 10:14:59,913 [server.Accumulo] INFO : general.maven.project.basedir =
2014-07-26 10:14:59,913 [server.Accumulo] INFO : general.rpc.timeout = 120s
2014-07-26 10:14:59,913 [server.Accumulo] INFO : general.server.message.size.max = 1G
2014-07-26 10:14:59,913 [server.Accumulo] INFO : general.vfs.cache.dir = /tmp/accumulo-vfs-cache-accumulo
2014-07-26 10:14:59,913 [server.Accumulo] INFO : general.vfs.classpaths =
2014-07-26 10:14:59,913 [server.Accumulo] INFO : general.volume.chooser = org.apache.accumulo.server.fs.RandomVolumeChooser
2014-07-26 10:14:59,914 [server.Accumulo] INFO : instance.dfs.dir = /accumulo
2014-07-26 10:14:59,914 [server.Accumulo] INFO : instance.dfs.uri =
2014-07-26 10:14:59,914 [server.Accumulo] INFO : instance.rpc.ssl.clientAuth = false
2014-07-26 10:14:59,914 [server.Accumulo] INFO : instance.rpc.ssl.enabled = false
2014-07-26 10:14:59,914 [server.Accumulo] INFO : instance.secret = <hidden>
2014-07-26 10:14:59,914 [server.Accumulo] INFO : instance.security.authenticator = org.apache.accumulo.server.security.handler.ZKAuthenticator
2014-07-26 10:14:59,914 [server.Accumulo] INFO : instance.security.authorizor = org.apache.accumulo.server.security.handler.ZKAuthorizor
2014-07-26 10:14:59,914 [server.Accumulo] INFO : instance.security.permissionHandler = org.apache.accumulo.server.security.handler.ZKPermHandler
2014-07-26 10:14:59,914 [server.Accumulo] INFO : instance.volumes = hdfs://10.0.10.1/accumulo
2014-07-26 10:14:59,914 [server.Accumulo] INFO : instance.volumes.replacements =
2014-07-26 10:14:59,914 [server.Accumulo] INFO : instance.zookeeper.host = 10.0.10.1:2181
2014-07-26 10:14:59,914 [server.Accumulo] INFO : instance.zookeeper.timeout = 30s
2014-07-26 10:14:59,914 [server.Accumulo] INFO : logger.dir.walog = /var/lib/accumulo/walogs
2014-07-26 10:14:59,914 [server.Accumulo] INFO : master.bulk.retries = 3
2014-07-26 10:14:59,915 [server.Accumulo] INFO : master.bulk.threadpool.size = 5
2014-07-26 10:14:59,915 [server.Accumulo] INFO : master.bulk.timeout = 5m
2014-07-26 10:14:59,915 [server.Accumulo] INFO : master.fate.threadpool.size = 4
2014-07-26 10:14:59,915 [server.Accumulo] INFO : master.lease.recovery.interval = 5s
2014-07-26 10:14:59,915 [server.Accumulo] INFO : master.port.client = 9999
2014-07-26 10:14:59,915 [server.Accumulo] INFO : master.recovery.delay = 10s
2014-07-26 10:14:59,915 [server.Accumulo] INFO : master.recovery.max.age = 60m
2014-07-26 10:14:59,915 [server.Accumulo] INFO : master.recovery.time.max = 30m
2014-07-26 10:14:59,915 [server.Accumulo] INFO : master.server.threadcheck.time = 1s
2014-07-26 10:14:59,915 [server.Accumulo] INFO : master.server.threads.minimum = 20
2014-07-26 10:14:59,915 [server.Accumulo] INFO : master.tablet.balancer = org.apache.accumulo.server.master.balancer.TableLoadBalancer
2014-07-26 10:14:59,915 [server.Accumulo] INFO : master.walog.closer.implementation = org.apache.accumulo.server.master.recovery.HadoopLogCloser
2014-07-26 10:14:59,915 [server.Accumulo] INFO : monitor.banner.background = #304065
2014-07-26 10:14:59,915 [server.Accumulo] INFO : monitor.banner.color = #c4c4c4
2014-07-26 10:14:59,915 [server.Accumulo] INFO : monitor.banner.text =
2014-07-26 10:14:59,915 [server.Accumulo] INFO : monitor.lock.check.interval = 5s
2014-07-26 10:14:59,916 [server.Accumulo] INFO : monitor.port.client = 50095
2014-07-26 10:14:59,916 [server.Accumulo] INFO : monitor.port.log4j = 4560
2014-07-26 10:14:59,916 [server.Accumulo] INFO : monitor.ssl.keyStore =
2014-07-26 10:14:59,916 [server.Accumulo] INFO : monitor.ssl.keyStorePassword = <hidden>
2014-07-26 10:14:59,916 [server.Accumulo] INFO : monitor.ssl.trustStore =
2014-07-26 10:14:59,916 [server.Accumulo] INFO : monitor.ssl.trustStorePassword = <hidden>
2014-07-26 10:14:59,916 [server.Accumulo] INFO : rpc.javax.net.ssl.keyStore = $ACCUMULO_CONF_DIR/ssl/keystore.jks
2014-07-26 10:14:59,917 [server.Accumulo] INFO : rpc.javax.net.ssl.keyStorePassword = <hidden>
2014-07-26 10:14:59,917 [server.Accumulo] INFO : rpc.javax.net.ssl.keyStoreType = jks
2014-07-26 10:14:59,917 [server.Accumulo] INFO : rpc.javax.net.ssl.trustStore = $ACCUMULO_CONF_DIR/ssl/truststore.jks
2014-07-26 10:14:59,917 [server.Accumulo] INFO : rpc.javax.net.ssl.trustStorePassword = <hidden>
2014-07-26 10:14:59,917 [server.Accumulo] INFO : rpc.javax.net.ssl.trustStoreType = jks
2014-07-26 10:14:59,917 [server.Accumulo] INFO : rpc.useJsse = false
2014-07-26 10:14:59,917 [server.Accumulo] INFO : table.balancer = org.apache.accumulo.server.master.balancer.DefaultLoadBalancer
2014-07-26 10:14:59,917 [server.Accumulo] INFO : table.bloom.enabled = false
2014-07-26 10:14:59,918 [server.Accumulo] INFO : table.bloom.error.rate = 0.5%
2014-07-26 10:14:59,918 [server.Accumulo] INFO : table.bloom.hash.type = murmur
2014-07-26 10:14:59,918 [server.Accumulo] INFO : table.bloom.key.functor = org.apache.accumulo.core.file.keyfunctor.RowFunctor
2014-07-26 10:14:59,918 [server.Accumulo] INFO : table.bloom.load.threshold = 1
2014-07-26 10:14:59,918 [server.Accumulo] INFO : table.bloom.size = 1048576
2014-07-26 10:14:59,918 [server.Accumulo] INFO : table.cache.block.enable = true
2014-07-26 10:14:59,918 [server.Accumulo] INFO : table.cache.index.enable = true
2014-07-26 10:14:59,918 [server.Accumulo] INFO : table.classpath.context =
2014-07-26 10:14:59,918 [server.Accumulo] INFO : table.compaction.major.everything.idle = 1h
2014-07-26 10:14:59,918 [server.Accumulo] INFO : table.compaction.major.ratio = 3
2014-07-26 10:14:59,918 [server.Accumulo] INFO : table.compaction.minor.idle = 5m
2014-07-26 10:14:59,918 [server.Accumulo] INFO : table.compaction.minor.logs.threshold = 3
2014-07-26 10:14:59,918 [server.Accumulo] INFO : table.failures.ignore = false
2014-07-26 10:14:59,918 [server.Accumulo] INFO : table.file.blocksize = 0B
2014-07-26 10:14:59,919 [server.Accumulo] INFO : table.file.compress.blocksize = 100K
2014-07-26 10:14:59,919 [server.Accumulo] INFO : table.file.compress.blocksize.index = 128K
2014-07-26 10:14:59,919 [server.Accumulo] INFO : table.file.compress.type = gz
2014-07-26 10:14:59,919 [server.Accumulo] INFO : table.file.max = 15
2014-07-26 10:14:59,919 [server.Accumulo] INFO : table.file.replication = 0
2014-07-26 10:14:59,919 [server.Accumulo] INFO : table.file.type = rf
2014-07-26 10:14:59,919 [server.Accumulo] INFO : table.formatter = org.apache.accumulo.core.util.format.DefaultFormatter
2014-07-26 10:14:59,919 [server.Accumulo] INFO : table.groups.enabled =
2014-07-26 10:14:59,919 [server.Accumulo] INFO : table.interepreter = org.apache.accumulo.core.util.interpret.DefaultScanInterpreter
2014-07-26 10:14:59,919 [server.Accumulo] INFO : table.majc.compaction.strategy = org.apache.accumulo.tserver.compaction.DefaultCompactionStrategy
2014-07-26 10:14:59,919 [server.Accumulo] INFO : table.scan.max.memory = 512K
2014-07-26 10:14:59,919 [server.Accumulo] INFO : table.security.scan.visibility.default =
2014-07-26 10:14:59,919 [server.Accumulo] INFO : table.split.threshold = 1G
2014-07-26 10:14:59,919 [server.Accumulo] INFO : table.walog.enabled = true
2014-07-26 10:14:59,920 [server.Accumulo] INFO : trace.password = <hidden>
2014-07-26 10:14:59,920 [server.Accumulo] INFO : trace.port.client = 12234
2014-07-26 10:14:59,920 [server.Accumulo] INFO : trace.table = trace
2014-07-26 10:14:59,920 [server.Accumulo] INFO : trace.token.property.password = <hidden>
2014-07-26 10:14:59,920 [server.Accumulo] INFO : trace.token.type = org.apache.accumulo.core.client.security.tokens.PasswordToken
2014-07-26 10:14:59,920 [server.Accumulo] INFO : trace.user = root
2014-07-26 10:14:59,920 [server.Accumulo] INFO : tserver.archive.walogs = false
2014-07-26 10:14:59,920 [server.Accumulo] INFO : tserver.bloom.load.concurrent.max = 4
2014-07-26 10:14:59,920 [server.Accumulo] INFO : tserver.bulk.assign.threads = 1
2014-07-26 10:14:59,920 [server.Accumulo] INFO : tserver.bulk.process.threads = 1
2014-07-26 10:14:59,920 [server.Accumulo] INFO : tserver.bulk.retry.max = 5
2014-07-26 10:14:59,920 [server.Accumulo] INFO : tserver.bulk.timeout = 5m
2014-07-26 10:14:59,920 [server.Accumulo] INFO : tserver.cache.data.size = 5M
2014-07-26 10:14:59,920 [server.Accumulo] INFO : tserver.cache.index.size = 5M
2014-07-26 10:14:59,920 [server.Accumulo] INFO : tserver.client.timeout = 3s
2014-07-26 10:14:59,923 [server.Accumulo] INFO : tserver.compaction.major.concurrent.max = 3
2014-07-26 10:14:59,923 [server.Accumulo] INFO : tserver.compaction.major.delay = 30s
2014-07-26 10:14:59,923 [server.Accumulo] INFO : tserver.compaction.major.thread.files.open.max = 10
2014-07-26 10:14:59,923 [server.Accumulo] INFO : tserver.compaction.minor.concurrent.max = 4
2014-07-26 10:14:59,923 [server.Accumulo] INFO : tserver.compaction.warn.time = 10m
2014-07-26 10:14:59,923 [server.Accumulo] INFO : tserver.default.blocksize = 1M
2014-07-26 10:14:59,923 [server.Accumulo] INFO : tserver.dir.memdump = /tmp
2014-07-26 10:14:59,923 [server.Accumulo] INFO : tserver.files.open.idle = 1m
2014-07-26 10:14:59,923 [server.Accumulo] INFO : tserver.hold.time.max = 5m
2014-07-26 10:14:59,923 [server.Accumulo] INFO : tserver.memory.manager = org.apache.accumulo.server.tabletserver.LargestFirstMemoryManager
2014-07-26 10:14:59,923 [server.Accumulo] INFO : tserver.memory.maps.max = 5M
2014-07-26 10:14:59,923 [server.Accumulo] INFO : tserver.memory.maps.native.enabled = true
2014-07-26 10:14:59,924 [server.Accumulo] INFO : tserver.metadata.readahead.concurrent.max = 8
2014-07-26 10:14:59,924 [server.Accumulo] INFO : tserver.migrations.concurrent.max = 1
2014-07-26 10:14:59,924 [server.Accumulo] INFO : tserver.monitor.fs = true
2014-07-26 10:14:59,924 [server.Accumulo] INFO : tserver.mutation.queue.max = 1M
2014-07-26 10:14:59,924 [server.Accumulo] INFO : tserver.port.client = 9997
2014-07-26 10:14:59,924 [server.Accumulo] INFO : tserver.port.search = false
2014-07-26 10:14:59,924 [server.Accumulo] INFO : tserver.readahead.concurrent.max = 16
2014-07-26 10:14:59,924 [server.Accumulo] INFO : tserver.recovery.concurrent.max = 2
2014-07-26 10:14:59,924 [server.Accumulo] INFO : tserver.scan.files.open.max = 100
2014-07-26 10:14:59,924 [server.Accumulo] INFO : tserver.server.message.size.max = 1G
2014-07-26 10:14:59,924 [server.Accumulo] INFO : tserver.server.threadcheck.time = 1s
2014-07-26 10:14:59,924 [server.Accumulo] INFO : tserver.server.threads.minimum = 20
2014-07-26 10:14:59,924 [server.Accumulo] INFO : tserver.session.idle.max = 1m
2014-07-26 10:14:59,924 [server.Accumulo] INFO : tserver.sort.buffer.size = 200M
2014-07-26 10:14:59,924 [server.Accumulo] INFO : tserver.tablet.split.midpoint.files.max = 30
2014-07-26 10:14:59,924 [server.Accumulo] INFO : tserver.wal.blocksize = 0
2014-07-26 10:14:59,924 [server.Accumulo] INFO : tserver.wal.replication = 0
2014-07-26 10:14:59,924 [server.Accumulo] INFO : tserver.wal.sync = true
2014-07-26 10:14:59,924 [server.Accumulo] INFO : tserver.walog.max.size = 1G
2014-07-26 10:14:59,924 [server.Accumulo] INFO : tserver.workq.threads = 2
2014-07-26 10:14:59,928 [metrics.MetricsConfiguration] WARN : Unable to find metrics file: /usr/lib/accumulo-1.6.0/conf/accumulo-metrics.xml
2014-07-26 10:14:59,938 [tserver.TabletServer] INFO : Tablet server starting on 10.0.10.1
2014-07-26 10:14:59,943 [watcher.MonitorLog4jWatcher] INFO : Changing monitor log4j address to grail:4560
2014-07-26 10:14:59,943 [watcher.MonitorLog4jWatcher] INFO : Enabled log-forwarding
2014-07-26 10:14:59,953 [conf.AccumuloConfiguration] INFO : Loaded class : org.apache.accumulo.server.security.handler.ZKAuthenticator
2014-07-26 10:14:59,957 [conf.AccumuloConfiguration] INFO : Loaded class : org.apache.accumulo.server.security.handler.ZKPermHandler
2014-07-26 10:14:59,978 [util.FileSystemMonitor] INFO : Filesystem monitor started
2014-07-26 10:14:59,986 [tserver.NativeMap] ERROR: Tried and failed to load native map library from /usr/lib/hadoop/lib/native::/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
java.lang.UnsatisfiedLinkError: no accumulo in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886)
at java.lang.Runtime.loadLibrary0(Runtime.java:849)
at java.lang.System.loadLibrary(System.java:1088)
at org.apache.accumulo.tserver.NativeMap.<clinit>(NativeMap.java:80)
at org.apache.accumulo.tserver.TabletServerResourceManager.<init>(TabletServerResourceManager.java:155)
at org.apache.accumulo.tserver.TabletServer.config(TabletServer.java:3548)
at org.apache.accumulo.tserver.TabletServer.main(TabletServer.java:3659)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.apache.accumulo.start.Main$1.run(Main.java:141)
at java.lang.Thread.run(Thread.java:744)
2014-07-26 10:15:00,214 [tserver.TabletServer] INFO : address = 10.0.10.1:9997
2014-07-26 10:15:00,427 [tserver.TabletServer] INFO : Loading tablet +r<<
2014-07-26 10:15:00,428 [tserver.TabletServer] INFO : 10.0.10.1:9997: got assignment from master: +r<<
2014-07-26 10:15:00,460 [util.MetadataTableUtil] INFO : Scanning logging entries for +r<<
2014-07-26 10:15:00,460 [util.MetadataTableUtil] INFO : Getting logs for root tablet from zookeeper
2014-07-26 10:15:00,461 [util.MetadataTableUtil] INFO : Returning logs [] for extent +r<<
2014-07-26 10:15:00,513 [tserver.TabletServer] WARN : exception trying to assign tablet +r<< hdfs://MYHOSTNAME/accumulo/tables/+r/root_tablet
java.lang.IllegalArgumentException: java.net.UnknownHostException: MYHOSTNAME
at org.apache.hadoop.security.SecurityUtil.buildTokenService(SecurityUtil.java:377)
at org.apache.hadoop.hdfs.NameNodeProxies.createNonHAProxy(NameNodeProxies.java:240)
at org.apache.hadoop.hdfs.NameNodeProxies.createProxy(NameNodeProxies.java:144)
at org.apache.hadoop.hdfs.DFSClient.<init>(DFSClient.java:579)
at org.apache.hadoop.hdfs.DFSClient.<init>(DFSClient.java:524)
at org.apache.hadoop.hdfs.DistributedFileSystem.initialize(DistributedFileSystem.java:146)
at org.apache.hadoop.fs.FileSystem.createFileSystem(FileSystem.java:2397)
at org.apache.hadoop.fs.FileSystem.access$200(FileSystem.java:89)
at org.apache.hadoop.fs.FileSystem$Cache.getInternal(FileSystem.java:2431)
at org.apache.hadoop.fs.FileSystem$Cache.get(FileSystem.java:2413)
at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:368)
at org.apache.hadoop.fs.Path.getFileSystem(Path.java:296)
at org.apache.accumulo.server.fs.VolumeManagerImpl.getVolumeByPath(VolumeManagerImpl.java:301)
at org.apache.accumulo.server.fs.VolumeManagerImpl.listStatus(VolumeManagerImpl.java:335)
at org.apache.accumulo.tserver.Tablet.lookupDatafiles(Tablet.java:1108)
at org.apache.accumulo.tserver.Tablet.<init>(Tablet.java:1211)
at org.apache.accumulo.tserver.Tablet.<init>(Tablet.java:1067)
at org.apache.accumulo.tserver.Tablet.<init>(Tablet.java:1056)
at org.apache.accumulo.tserver.TabletServer$AssignmentHandler.run(TabletServer.java:2911)
at org.apache.accumulo.core.util.LoggingRunnable.run(LoggingRunnable.java:34)
at org.apache.accumulo.tserver.TabletServer$ThriftClientHandler$3.run(TabletServer.java:2277)
Caused by: java.net.UnknownHostException: MYHOSTNAME
... 21 more
2014-07-26 10:15:00,514 [tserver.TabletServer] WARN : java.net.UnknownHostException: MYHOSTNAME
2014-07-26 10:15:00,517 [tserver.TabletServer] WARN : failed to open tablet +r<< reporting failure to master
2014-07-26 10:15:00,519 [tserver.TabletServer] WARN : rescheduling tablet load in 1.00 seconds
2014-07-26 10:15:00,520 [tserver.TabletServer] INFO : Root tablet failed to load
2014-07-26 10:15:01,521 [tserver.TabletServer] INFO : adding tablet +r<< back to the assignment pool (retry 0)
2014-07-26 10:15:01,521 [tserver.TabletServer] INFO : 10.0.10.1:9997: got assignment from master: +r<<
2014-07-26 10:15:01,536 [util.MetadataTableUtil] INFO : Scanning logging entries for +r<<
2014-07-26 10:15:01,536 [util.MetadataTableUtil] INFO : Getting logs for root tablet from zookeeper
2014-07-26 10:15:01,538 [util.MetadataTableUtil] INFO : Returning logs [] for extent +r<<
2014-07-26 10:15:01,542 [tserver.TabletServer] WARN : exception trying to assign tablet +r<< hdfs://MYHOSTNAME/accumulo/tables/+r/root_tablet
java.lang.IllegalArgumentException: java.net.UnknownHostException: MYHOSTNAME
at org.apache.hadoop.security.SecurityUtil.buildTokenService(SecurityUtil.java:377)
at org.apache.hadoop.hdfs.NameNodeProxies.createNonHAProxy(NameNodeProxies.java:240)
at org.apache.hadoop.hdfs.NameNodeProxies.createProxy(NameNodeProxies.java:144)
at org.apache.hadoop.hdfs.DFSClient.<init>(DFSClient.java:579)
at org.apache.hadoop.hdfs.DFSClient.<init>(DFSClient.java:524)
at org.apache.hadoop.hdfs.DistributedFileSystem.initialize(DistributedFileSystem.java:146)
at org.apache.hadoop.fs.FileSystem.createFileSystem(FileSystem.java:2397)
at org.apache.hadoop.fs.FileSystem.access$200(FileSystem.java:89)
at org.apache.hadoop.fs.FileSystem$Cache.getInternal(FileSystem.java:2431)
at org.apache.hadoop.fs.FileSystem$Cache.get(FileSystem.java:2413)
at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:368)
at org.apache.hadoop.fs.Path.getFileSystem(Path.java:296)
at org.apache.accumulo.server.fs.VolumeManagerImpl.getVolumeByPath(VolumeManagerImpl.java:301)
at org.apache.accumulo.server.fs.VolumeManagerImpl.listStatus(VolumeManagerImpl.java:335)
at org.apache.accumulo.tserver.Tablet.lookupDatafiles(Tablet.java:1108)
at org.apache.accumulo.tserver.Tablet.<init>(Tablet.java:1211)
at org.apache.accumulo.tserver.Tablet.<init>(Tablet.java:1067)
at org.apache.accumulo.tserver.Tablet.<init>(Tablet.java:1056)
at org.apache.accumulo.tserver.TabletServer$AssignmentHandler.run(TabletServer.java:2911)
at org.apache.accumulo.core.util.LoggingRunnable.run(LoggingRunnable.java:34)
at java.lang.Thread.run(Thread.java:744)
Caused by: java.net.UnknownHostException: MYHOSTNAME
... 21 more
2014-07-26 10:15:01,544 [tserver.TabletServer] WARN : java.net.UnknownHostException: MYHOSTNAME
2014-07-26 10:15:01,544 [tserver.TabletServer] WARN : failed to open tablet +r<< reporting failure to master
2014-07-26 10:15:01,545 [tserver.TabletServer] WARN : rescheduling tablet load in 2.00 seconds
2014-07-26 10:15:03,546 [tserver.TabletServer] INFO : adding tablet +r<< back to the assignment pool (retry 1)
2014-07-26 10:15:03,547 [tserver.TabletServer] INFO : 10.0.10.1:9997: got assignment from master: +r<<
2014-07-26 10:15:03,566 [util.MetadataTableUtil] INFO : Scanning logging entries for +r<<
2014-07-26 10:15:03,566 [util.MetadataTableUtil] INFO : Getting logs for root tablet from zookeeper
2014-07-26 10:15:03,568 [util.MetadataTableUtil] INFO : Returning logs [] for extent +r<<
2014-07-26 10:15:03,573 [tserver.TabletServer] WARN : exception trying to assign tablet +r<< hdfs://MYHOSTNAME/accumulo/tables/+r/root_tablet
java.lang.IllegalArgumentException: java.net.UnknownHostException: MYHOSTNAME
at org.apache.hadoop.security.SecurityUtil.buildTokenService(SecurityUtil.java:377)
at org.apache.hadoop.hdfs.NameNodeProxies.createNonHAProxy(NameNodeProxies.java:240)
at org.apache.hadoop.hdfs.NameNodeProxies.createProxy(NameNodeProxies.java:144)
at org.apache.hadoop.hdfs.DFSClient.<init>(DFSClient.java:579)
at org.apache.hadoop.hdfs.DFSClient.<init>(DFSClient.java:524)
at org.apache.hadoop.hdfs.DistributedFileSystem.initialize(DistributedFileSystem.java:146)
at org.apache.hadoop.fs.FileSystem.createFileSystem(FileSystem.java:2397)
at org.apache.hadoop.fs.FileSystem.access$200(FileSystem.java:89)
at org.apache.hadoop.fs.FileSystem$Cache.getInternal(FileSystem.java:2431)
at org.apache.hadoop.fs.FileSystem$Cache.get(FileSystem.java:2413)
at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:368)
at org.apache.hadoop.fs.Path.getFileSystem(Path.java:296)
at org.apache.accumulo.server.fs.VolumeManagerImpl.getVolumeByPath(VolumeManagerImpl.java:301)
at org.apache.accumulo.server.fs.VolumeManagerImpl.listStatus(VolumeManagerImpl.java:335)
at org.apache.accumulo.tserver.Tablet.lookupDatafiles(Tablet.java:1108)
at org.apache.accumulo.tserver.Tablet.<init>(Tablet.java:1211)
at org.apache.accumulo.tserver.Tablet.<init>(Tablet.java:1067)
at org.apache.accumulo.tserver.Tablet.<init>(Tablet.java:1056)
at org.apache.accumulo.tserver.TabletServer$AssignmentHandler.run(TabletServer.java:2911)
at org.apache.accumulo.core.util.LoggingRunnable.run(LoggingRunnable.java:34)
at java.lang.Thread.run(Thread.java:744)
Caused by: java.net.UnknownHostException: MYHOSTNAME
... 21 more
2014-07-26 10:15:03,575 [tserver.TabletServer] WARN : java.net.UnknownHostException: MYHOSTNAME
2014-07-26 10:15:03,576 [tserver.TabletServer] WARN : failed to open tablet +r<< reporting failure to master
2014-07-26 10:15:03,576 [tserver.TabletServer] WARN : rescheduling tablet load in 4.00 seconds
2014-07-26 10:15:07,576 [tserver.TabletServer] INFO : adding tablet +r<< back to the assignment pool (retry 2)
2014-07-26 10:15:07,578 [tserver.TabletServer] INFO : 10.0.10.1:9997: got assignment from master: +r<<
2014-07-26 10:15:07,596 [util.MetadataTableUtil] INFO : Scanning logging entries for +r<<
2014-07-26 10:15:07,596 [util.MetadataTableUtil] INFO : Getting logs for root tablet from zookeeper
2014-07-26 10:15:07,598 [util.MetadataTableUtil] INFO : Returning logs [] for extent +r<<
2014-07-26 10:15:07,601 [tserver.TabletServer] WARN : exception trying to assign tablet +r<< hdfs://MYHOSTNAME/accumulo/tables/+r/root_tablet
java.lang.IllegalArgumentException: java.net.UnknownHostException: MYHOSTNAME
at org.apache.hadoop.security.SecurityUtil.buildTokenService(SecurityUtil.java:377)
at org.apache.hadoop.hdfs.NameNodeProxies.createNonHAProxy(NameNodeProxies.java:240)
at org.apache.hadoop.hdfs.NameNodeProxies.createProxy(NameNodeProxies.java:144)
at org.apache.hadoop.hdfs.DFSClient.<init>(DFSClient.java:579)
at org.apache.hadoop.hdfs.DFSClient.<init>(DFSClient.java:524)
at org.apache.hadoop.hdfs.DistributedFileSystem.initialize(DistributedFileSystem.java:146)
at org.apache.hadoop.fs.FileSystem.createFileSystem(FileSystem.java:2397)
at org.apache.hadoop.fs.FileSystem.access$200(FileSystem.java:89)
at org.apache.hadoop.fs.FileSystem$Cache.getInternal(FileSystem.java:2431)
at org.apache.hadoop.fs.FileSystem$Cache.get(FileSystem.java:2413)
at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:368)
at org.apache.hadoop.fs.Path.getFileSystem(Path.java:296)
at org.apache.accumulo.server.fs.VolumeManagerImpl.getVolumeByPath(VolumeManagerImpl.java:301)
at org.apache.accumulo.server.fs.VolumeManagerImpl.listStatus(VolumeManagerImpl.java:335)
at org.apache.accumulo.tserver.Tablet.lookupDatafiles(Tablet.java:1108)
at org.apache.accumulo.tserver.Tablet.<init>(Tablet.java:1211)
at org.apache.accumulo.tserver.Tablet.<init>(Tablet.java:1067)
at org.apache.accumulo.tserver.Tablet.<init>(Tablet.java:1056)
at org.apache.accumulo.tserver.TabletServer$AssignmentHandler.run(TabletServer.java:2911)
at org.apache.accumulo.core.util.LoggingRunnable.run(LoggingRunnable.java:34)
at java.lang.Thread.run(Thread.java:744)
Caused by: java.net.UnknownHostException: MYHOSTNAME
... 21 more
2014-07-26 10:15:07,602 [tserver.TabletServer] WARN : java.net.UnknownHostException: MYHOSTNAME
2014-07-26 10:15:07,603 [tserver.TabletServer] WARN : failed to open tablet +r<< reporting failure to master
2014-07-26 10:15:07,603 [tserver.TabletServer] WARN : rescheduling tablet load in 8.00 seconds
2014-07-26 10:15:15,604 [tserver.TabletServer] INFO : adding tablet +r<< back to the assignment pool (retry 3)
2014-07-26 10:15:15,605 [tserver.TabletServer] INFO : 10.0.10.1:9997: got assignment from master: +r<<
2014-07-26 10:15:15,610 [util.MetadataTableUtil] INFO : Scanning logging entries for +r<<
2014-07-26 10:15:15,610 [util.MetadataTableUtil] INFO : Getting logs for root tablet from zookeeper
2014-07-26 10:15:15,610 [util.MetadataTableUtil] INFO : Returning logs [] for extent +r<<
2014-07-26 10:15:15,632 [tserver.TabletServer] WARN : exception trying to assign tablet +r<< hdfs://MYHOSTNAME/accumulo/tables/+r/root_tablet
java.lang.IllegalArgumentException: java.net.UnknownHostException: MYHOSTNAME
at org.apache.hadoop.security.SecurityUtil.buildTokenService(SecurityUtil.java:377)
at org.apache.hadoop.hdfs.NameNodeProxies.createNonHAProxy(NameNodeProxies.java:240)
at org.apache.hadoop.hdfs.NameNodeProxies.createProxy(NameNodeProxies.java:144)
at org.apache.hadoop.hdfs.DFSClient.<init>(DFSClient.java:579)
at org.apache.hadoop.hdfs.DFSClient.<init>(DFSClient.java:524)
at org.apache.hadoop.hdfs.DistributedFileSystem.initialize(DistributedFileSystem.java:146)
at org.apache.hadoop.fs.FileSystem.createFileSystem(FileSystem.java:2397)
at org.apache.hadoop.fs.FileSystem.access$200(FileSystem.java:89)
at org.apache.hadoop.fs.FileSystem$Cache.getInternal(FileSystem.java:2431)
at org.apache.hadoop.fs.FileSystem$Cache.get(FileSystem.java:2413)
at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:368)
at org.apache.hadoop.fs.Path.getFileSystem(Path.java:296)
at org.apache.accumulo.server.fs.VolumeManagerImpl.getVolumeByPath(VolumeManagerImpl.java:301)
at org.apache.accumulo.server.fs.VolumeManagerImpl.listStatus(VolumeManagerImpl.java:335)
at org.apache.accumulo.tserver.Tablet.lookupDatafiles(Tablet.java:1108)
at org.apache.accumulo.tserver.Tablet.<init>(Tablet.java:1211)
at org.apache.accumulo.tserver.Tablet.<init>(Tablet.java:1067)
at org.apache.accumulo.tserver.Tablet.<init>(Tablet.java:1056)
at org.apache.accumulo.tserver.TabletServer$AssignmentHandler.run(TabletServer.java:2911)
at org.apache.accumulo.core.util.LoggingRunnable.run(LoggingRunnable.java:34)
at java.lang.Thread.run(Thread.java:744)
Caused by: java.net.UnknownHostException: MYHOSTNAME
... 21 more
2014-07-26 10:15:15,632 [tserver.TabletServer] WARN : java.net.UnknownHostException: MYHOSTNAME
2014-07-26 10:15:15,633 [tserver.TabletServer] WARN : failed to open tablet +r<< reporting failure to master
2014-07-26 10:15:15,633 [tserver.TabletServer] WARN : rescheduling tablet load in 16.00 seconds
2014-07-26 10:15:31,634 [tserver.TabletServer] INFO : adding tablet +r<< back to the assignment pool (retry 4)
2014-07-26 10:15:31,635 [tserver.TabletServer] INFO : 10.0.10.1:9997: got assignment from master: +r<<
2014-07-26 10:15:31,651 [util.MetadataTableUtil] INFO : Scanning logging entries for +r<<
2014-07-26 10:15:31,651 [util.MetadataTableUtil] INFO : Getting logs for root tablet from zookeeper
2014-07-26 10:15:31,653 [util.MetadataTableUtil] INFO : Returning logs [] for extent +r<<
2014-07-26 10:15:31,677 [tserver.TabletServer] WARN : exception trying to assign tablet +r<< hdfs://MYHOSTNAME/accumulo/tables/+r/root_tablet
java.lang.IllegalArgumentException: java.net.UnknownHostException: MYHOSTNAME
at org.apache.hadoop.security.SecurityUtil.buildTokenService(SecurityUtil.java:377)
at org.apache.hadoop.hdfs.NameNodeProxies.createNonHAProxy(NameNodeProxies.java:240)
at org.apache.hadoop.hdfs.NameNodeProxies.createProxy(NameNodeProxies.java:144)
at org.apache.hadoop.hdfs.DFSClient.<init>(DFSClient.java:579)
at org.apache.hadoop.hdfs.DFSClient.<init>(DFSClient.java:524)
at org.apache.hadoop.hdfs.DistributedFileSystem.initialize(DistributedFileSystem.java:146)
at org.apache.hadoop.fs.FileSystem.createFileSystem(FileSystem.java:2397)
at org.apache.hadoop.fs.FileSystem.access$200(FileSystem.java:89)
at org.apache.hadoop.fs.FileSystem$Cache.getInternal(FileSystem.java:2431)
at org.apache.hadoop.fs.FileSystem$Cache.get(FileSystem.java:2413)
at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:368)
at org.apache.hadoop.fs.Path.getFileSystem(Path.java:296)
at org.apache.accumulo.server.fs.VolumeManagerImpl.getVolumeByPath(VolumeManagerImpl.java:301)
at org.apache.accumulo.server.fs.VolumeManagerImpl.listStatus(VolumeManagerImpl.java:335)
at org.apache.accumulo.tserver.Tablet.lookupDatafiles(Tablet.java:1108)
at org.apache.accumulo.tserver.Tablet.<init>(Tablet.java:1211)
at org.apache.accumulo.tserver.Tablet.<init>(Tablet.java:1067)
at org.apache.accumulo.tserver.Tablet.<init>(Tablet.java:1056)
at org.apache.accumulo.tserver.TabletServer$AssignmentHandler.run(TabletServer.java:2911)
at org.apache.accumulo.core.util.LoggingRunnable.run(LoggingRunnable.java:34)
at java.lang.Thread.run(Thread.java:744)
Caused by: java.net.UnknownHostException: MYHOSTNAME
... 21 more
2014-07-26 10:15:31,677 [tserver.TabletServer] WARN : java.net.UnknownHostException: MYHOSTNAME
2014-07-26 10:15:31,678 [tserver.TabletServer] WARN : failed to open tablet +r<< reporting failure to master
2014-07-26 10:15:31,678 [tserver.TabletServer] WARN : rescheduling tablet load in 32.00 seconds
2014-07-26 10:16:03,679 [tserver.TabletServer] INFO : adding tablet +r<< back to the assignment pool (retry 5)
2014-07-26 10:16:03,680 [tserver.TabletServer] INFO : 10.0.10.1:9997: got assignment from master: +r<<
2014-07-26 10:16:03,696 [util.MetadataTableUtil] INFO : Scanning logging entries for +r<<
2014-07-26 10:16:03,696 [util.MetadataTableUtil] INFO : Getting logs for root tablet from zookeeper
2014-07-26 10:16:03,697 [util.MetadataTableUtil] INFO : Returning logs [] for extent +r<<
2014-07-26 10:16:03,762 [tserver.TabletServer] WARN : exception trying to assign tablet +r<< hdfs://MYHOSTNAME/accumulo/tables/+r/root_tablet
java.lang.IllegalArgumentException: java.net.UnknownHostException: MYHOSTNAME
at org.apache.hadoop.security.SecurityUtil.buildTokenService(SecurityUtil.java:377)
at org.apache.hadoop.hdfs.NameNodeProxies.createNonHAProxy(NameNodeProxies.java:240)
at org.apache.hadoop.hdfs.NameNodeProxies.createProxy(NameNodeProxies.java:144)
at org.apache.hadoop.hdfs.DFSClient.<init>(DFSClient.java:579)
at org.apache.hadoop.hdfs.DFSClient.<init>(DFSClient.java:524)
at org.apache.hadoop.hdfs.DistributedFileSystem.initialize(DistributedFileSystem.java:146)
at org.apache.hadoop.fs.FileSystem.createFileSystem(FileSystem.java:2397)
at org.apache.hadoop.fs.FileSystem.access$200(FileSystem.java:89)
at org.apache.hadoop.fs.FileSystem$Cache.getInternal(FileSystem.java:2431)
at org.apache.hadoop.fs.FileSystem$Cache.get(FileSystem.java:2413)
at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:368)
at org.apache.hadoop.fs.Path.getFileSystem(Path.java:296)
at org.apache.accumulo.server.fs.VolumeManagerImpl.getVolumeByPath(VolumeManagerImpl.java:301)
at org.apache.accumulo.server.fs.VolumeManagerImpl.listStatus(VolumeManagerImpl.java:335)
at org.apache.accumulo.tserver.Tablet.lookupDatafiles(Tablet.java:1108)
at org.apache.accumulo.tserver.Tablet.<init>(Tablet.java:1211)
at org.apache.accumulo.tserver.Tablet.<init>(Tablet.java:1067)
at org.apache.accumulo.tserver.Tablet.<init>(Tablet.java:1056)
at org.apache.accumulo.tserver.TabletServer$AssignmentHandler.run(TabletServer.java:2911)
at org.apache.accumulo.core.util.LoggingRunnable.run(LoggingRunnable.java:34)
at java.lang.Thread.run(Thread.java:744)
Caused by: java.net.UnknownHostException: MYHOSTNAME
... 21 more
2014-07-26 10:16:03,764 [tserver.TabletServer] WARN : java.net.UnknownHostException: MYHOSTNAME
2014-07-26 10:16:03,765 [tserver.TabletServer] WARN : failed to open tablet +r<< reporting failure to master
2014-07-26 10:16:03,766 [tserver.TabletServer] WARN : rescheduling tablet load in 64.00 seconds
2014-07-26 10:17:07,766 [tserver.TabletServer] INFO : adding tablet +r<< back to the assignment pool (retry 6)
2014-07-26 10:17:07,767 [tserver.TabletServer] INFO : 10.0.10.1:9997: got assignment from master: +r<<
2014-07-26 10:17:07,784 [util.MetadataTableUtil] INFO : Scanning logging entries for +r<<
2014-07-26 10:17:07,784 [util.MetadataTableUtil] INFO : Getting logs for root tablet from zookeeper
2014-07-26 10:17:07,787 [util.MetadataTableUtil] INFO : Returning logs [] for extent +r<<
2014-07-26 10:17:07,837 [tserver.TabletServer] WARN : exception trying to assign tablet +r<< hdfs://MYHOSTNAME/accumulo/tables/+r/root_tablet
java.lang.IllegalArgumentException: java.net.UnknownHostException: MYHOSTNAME
at org.apache.hadoop.security.SecurityUtil.buildTokenService(SecurityUtil.java:377)
at org.apache.hadoop.hdfs.NameNodeProxies.createNonHAProxy(NameNodeProxies.java:240)
at org.apache.hadoop.hdfs.NameNodeProxies.createProxy(NameNodeProxies.java:144)
at org.apache.hadoop.hdfs.DFSClient.<init>(DFSClient.java:579)
at org.apache.hadoop.hdfs.DFSClient.<init>(DFSClient.java:524)
at org.apache.hadoop.hdfs.DistributedFileSystem.initialize(DistributedFileSystem.java:146)
at org.apache.hadoop.fs.FileSystem.createFileSystem(FileSystem.java:2397)
at org.apache.hadoop.fs.FileSystem.access$200(FileSystem.java:89)
at org.apache.hadoop.fs.FileSystem$Cache.getInternal(FileSystem.java:2431)
at org.apache.hadoop.fs.FileSystem$Cache.get(FileSystem.java:2413)
at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:368)
at org.apache.hadoop.fs.Path.getFileSystem(Path.java:296)
at org.apache.accumulo.server.fs.VolumeManagerImpl.getVolumeByPath(VolumeManagerImpl.java:301)
at org.apache.accumulo.server.fs.VolumeManagerImpl.listStatus(VolumeManagerImpl.java:335)
at org.apache.accumulo.tserver.Tablet.lookupDatafiles(Tablet.java:1108)
at org.apache.accumulo.tserver.Tablet.<init>(Tablet.java:1211)
at org.apache.accumulo.tserver.Tablet.<init>(Tablet.java:1067)
at org.apache.accumulo.tserver.Tablet.<init>(Tablet.java:1056)
at org.apache.accumulo.tserver.TabletServer$AssignmentHandler.run(TabletServer.java:2911)
at org.apache.accumulo.core.util.LoggingRunnable.run(LoggingRunnable.java:34)
at java.lang.Thread.run(Thread.java:744)
Caused by: java.net.UnknownHostException: MYHOSTNAME
... 21 more
2014-07-26 10:17:07,839 [tserver.TabletServer] WARN : java.net.UnknownHostException: MYHOSTNAME
2014-07-26 10:17:07,840 [tserver.TabletServer] WARN : failed to open tablet +r<< reporting failure to master
2014-07-26 10:17:07,840 [tserver.TabletServer] WARN : rescheduling tablet load in 128.00 seconds
2014-07-26 10:19:15,840 [tserver.TabletServer] INFO : adding tablet +r<< back to the assignment pool (retry 7)
2014-07-26 10:19:15,842 [tserver.TabletServer] INFO : 10.0.10.1:9997: got assignment from master: +r<<
2014-07-26 10:19:15,856 [util.MetadataTableUtil] INFO : Scanning logging entries for +r<<
2014-07-26 10:19:15,856 [util.MetadataTableUtil] INFO : Getting logs for root tablet from zookeeper
2014-07-26 10:19:15,857 [util.MetadataTableUtil] INFO : Returning logs [] for extent +r<<
2014-07-26 10:19:15,880 [tserver.TabletServer] WARN : exception trying to assign tablet +r<< hdfs://MYHOSTNAME/accumulo/tables/+r/root_tablet
java.lang.IllegalArgumentException: java.net.UnknownHostException: MYHOSTNAME
at org.apache.hadoop.security.SecurityUtil.buildTokenService(SecurityUtil.java:377)
at org.apache.hadoop.hdfs.NameNodeProxies.createNonHAProxy(NameNodeProxies.java:240)
at org.apache.hadoop.hdfs.NameNodeProxies.createProxy(NameNodeProxies.java:144)
at org.apache.hadoop.hdfs.DFSClient.<init>(DFSClient.java:579)
at org.apache.hadoop.hdfs.DFSClient.<init>(DFSClient.java:524)
at org.apache.hadoop.hdfs.DistributedFileSystem.initialize(DistributedFileSystem.java:146)
at org.apache.hadoop.fs.FileSystem.createFileSystem(FileSystem.java:2397)
at org.apache.hadoop.fs.FileSystem.access$200(FileSystem.java:89)
at org.apache.hadoop.fs.FileSystem$Cache.getInternal(FileSystem.java:2431)
at org.apache.hadoop.fs.FileSystem$Cache.get(FileSystem.java:2413)
at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:368)
at org.apache.hadoop.fs.Path.getFileSystem(Path.java:296)
at org.apache.accumulo.server.fs.VolumeManagerImpl.getVolumeByPath(VolumeManagerImpl.java:301)
at org.apache.accumulo.server.fs.VolumeManagerImpl.listStatus(VolumeManagerImpl.java:335)
at org.apache.accumulo.tserver.Tablet.lookupDatafiles(Tablet.java:1108)
at org.apache.accumulo.tserver.Tablet.<init>(Tablet.java:1211)
at org.apache.accumulo.tserver.Tablet.<init>(Tablet.java:1067)
at org.apache.accumulo.tserver.Tablet.<init>(Tablet.java:1056)
at org.apache.accumulo.tserver.TabletServer$AssignmentHandler.run(TabletServer.java:2911)
at org.apache.accumulo.core.util.LoggingRunnable.run(LoggingRunnable.java:34)
at java.lang.Thread.run(Thread.java:744)
Caused by: java.net.UnknownHostException: MYHOSTNAME
... 21 more
2014-07-26 10:19:15,882 [tserver.TabletServer] WARN : java.net.UnknownHostException: MYHOSTNAME
2014-07-26 10:19:15,882 [tserver.TabletServer] WARN : failed to open tablet +r<< reporting failure to master
2014-07-26 10:19:15,882 [tserver.TabletServer] WARN : rescheduling tablet load in 256.00 seconds
2014-07-26 10:23:31,883 [tserver.TabletServer] INFO : adding tablet +r<< back to the assignment pool (retry 8)
2014-07-26 10:23:31,884 [tserver.TabletServer] INFO : 10.0.10.1:9997: got assignment from master: +r<<
2014-07-26 10:23:31,899 [util.MetadataTableUtil] INFO : Scanning logging entries for +r<<
2014-07-26 10:23:31,899 [util.MetadataTableUtil] INFO : Getting logs for root tablet from zookeeper
2014-07-26 10:23:31,900 [util.MetadataTableUtil] INFO : Returning logs [] for extent +r<<
2014-07-26 10:23:31,925 [tserver.TabletServer] WARN : exception trying to assign tablet +r<< hdfs://MYHOSTNAME/accumulo/tables/+r/root_tablet
java.lang.IllegalArgumentException: java.net.UnknownHostException: MYHOSTNAME
at org.apache.hadoop.security.SecurityUtil.buildTokenService(SecurityUtil.java:377)
at org.apache.hadoop.hdfs.NameNodeProxies.createNonHAProxy(NameNodeProxies.java:240)
at org.apache.hadoop.hdfs.NameNodeProxies.createProxy(NameNodeProxies.java:144)
at org.apache.hadoop.hdfs.DFSClient.<init>(DFSClient.java:579)
at org.apache.hadoop.hdfs.DFSClient.<init>(DFSClient.java:524)
at org.apache.hadoop.hdfs.DistributedFileSystem.initialize(DistributedFileSystem.java:146)
at org.apache.hadoop.fs.FileSystem.createFileSystem(FileSystem.java:2397)
at org.apache.hadoop.fs.FileSystem.access$200(FileSystem.java:89)
at org.apache.hadoop.fs.FileSystem$Cache.getInternal(FileSystem.java:2431)
at org.apache.hadoop.fs.FileSystem$Cache.get(FileSystem.java:2413)
at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:368)
at org.apache.hadoop.fs.Path.getFileSystem(Path.java:296)
at org.apache.accumulo.server.fs.VolumeManagerImpl.getVolumeByPath(VolumeManagerImpl.java:301)
at org.apache.accumulo.server.fs.VolumeManagerImpl.listStatus(VolumeManagerImpl.java:335)
at org.apache.accumulo.tserver.Tablet.lookupDatafiles(Tablet.java:1108)
at org.apache.accumulo.tserver.Tablet.<init>(Tablet.java:1211)
at org.apache.accumulo.tserver.Tablet.<init>(Tablet.java:1067)
at org.apache.accumulo.tserver.Tablet.<init>(Tablet.java:1056)
at org.apache.accumulo.tserver.TabletServer$AssignmentHandler.run(TabletServer.java:2911)
at org.apache.accumulo.core.util.LoggingRunnable.run(LoggingRunnable.java:34)
at java.lang.Thread.run(Thread.java:744)
Caused by: java.net.UnknownHostException: MYHOSTNAME
... 21 more
2014-07-26 10:23:31,926 [tserver.TabletServer] WARN : java.net.UnknownHostException: MYHOSTNAME
2014-07-26 10:23:31,927 [tserver.TabletServer] WARN : failed to open tablet +r<< reporting failure to master
2014-07-26 10:23:31,927 [tserver.TabletServer] WARN : rescheduling tablet load in 512.00 seconds
2014-07-26 10:32:03,927 [tserver.TabletServer] INFO : adding tablet +r<< back to the assignment pool (retry 9)
2014-07-26 10:32:03,928 [tserver.TabletServer] INFO : 10.0.10.1:9997: got assignment from master: +r<<
2014-07-26 10:32:03,933 [util.MetadataTableUtil] INFO : Scanning logging entries for +r<<
2014-07-26 10:32:03,933 [util.MetadataTableUtil] INFO : Getting logs for root tablet from zookeeper
2014-07-26 10:32:03,934 [util.MetadataTableUtil] INFO : Returning logs [] for extent +r<<
2014-07-26 10:32:04,037 [tserver.TabletServer] WARN : exception trying to assign tablet +r<< hdfs://MYHOSTNAME/accumulo/tables/+r/root_tablet
java.lang.IllegalArgumentException: java.net.UnknownHostException: MYHOSTNAME
at org.apache.hadoop.security.SecurityUtil.buildTokenService(SecurityUtil.java:377)
at org.apache.hadoop.hdfs.NameNodeProxies.createNonHAProxy(NameNodeProxies.java:240)
at org.apache.hadoop.hdfs.NameNodeProxies.createProxy(NameNodeProxies.java:144)
at org.apache.hadoop.hdfs.DFSClient.<init>(DFSClient.java:579)
at org.apache.hadoop.hdfs.DFSClient.<init>(DFSClient.java:524)
at org.apache.hadoop.hdfs.DistributedFileSystem.initialize(DistributedFileSystem.java:146)
at org.apache.hadoop.fs.FileSystem.createFileSystem(FileSystem.java:2397)
at org.apache.hadoop.fs.FileSystem.access$200(FileSystem.java:89)
at org.apache.hadoop.fs.FileSystem$Cache.getInternal(FileSystem.java:2431)
at org.apache.hadoop.fs.FileSystem$Cache.get(FileSystem.java:2413)
at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:368)
at org.apache.hadoop.fs.Path.getFileSystem(Path.java:296)
at org.apache.accumulo.server.fs.VolumeManagerImpl.getVolumeByPath(VolumeManagerImpl.java:301)
at org.apache.accumulo.server.fs.VolumeManagerImpl.listStatus(VolumeManagerImpl.java:335)
at org.apache.accumulo.tserver.Tablet.lookupDatafiles(Tablet.java:1108)
at org.apache.accumulo.tserver.Tablet.<init>(Tablet.java:1211)
at org.apache.accumulo.tserver.Tablet.<init>(Tablet.java:1067)
at org.apache.accumulo.tserver.Tablet.<init>(Tablet.java:1056)
at org.apache.accumulo.tserver.TabletServer$AssignmentHandler.run(TabletServer.java:2911)
at org.apache.accumulo.core.util.LoggingRunnable.run(LoggingRunnable.java:34)
at java.lang.Thread.run(Thread.java:744)
Caused by: java.net.UnknownHostException: MYHOSTNAME
... 21 more
2014-07-26 10:32:04,039 [tserver.TabletServer] WARN : java.net.UnknownHostException: MYHOSTNAME
2014-07-26 10:32:04,040 [tserver.TabletServer] WARN : failed to open tablet +r<< reporting failure to master
2014-07-26 10:32:04,041 [tserver.TabletServer] WARN : rescheduling tablet load in 600.00 seconds
2014-07-26 10:42:04,041 [tserver.TabletServer] INFO : adding tablet +r<< back to the assignment pool (retry 10)
2014-07-26 10:42:04,043 [tserver.TabletServer] INFO : 10.0.10.1:9997: got assignment from master: +r<<
2014-07-26 10:42:04,058 [util.MetadataTableUtil] INFO : Scanning logging entries for +r<<
2014-07-26 10:42:04,058 [util.MetadataTableUtil] INFO : Getting logs for root tablet from zookeeper
2014-07-26 10:42:04,059 [util.MetadataTableUtil] INFO : Returning logs [] for extent +r<<
2014-07-26 10:42:04,087 [tserver.TabletServer] WARN : exception trying to assign tablet +r<< hdfs://MYHOSTNAME/accumulo/tables/+r/root_tablet
java.lang.IllegalArgumentException: java.net.UnknownHostException: MYHOSTNAME
at org.apache.hadoop.security.SecurityUtil.buildTokenService(SecurityUtil.java:377)
at org.apache.hadoop.hdfs.NameNodeProxies.createNonHAProxy(NameNodeProxies.java:240)
at org.apache.hadoop.hdfs.NameNodeProxies.createProxy(NameNodeProxies.java:144)
at org.apache.hadoop.hdfs.DFSClient.<init>(DFSClient.java:579)
at org.apache.hadoop.hdfs.DFSClient.<init>(DFSClient.java:524)
at org.apache.hadoop.hdfs.DistributedFileSystem.initialize(DistributedFileSystem.java:146)
at org.apache.hadoop.fs.FileSystem.createFileSystem(FileSystem.java:2397)
at org.apache.hadoop.fs.FileSystem.access$200(FileSystem.java:89)
at org.apache.hadoop.fs.FileSystem$Cache.getInternal(FileSystem.java:2431)
at org.apache.hadoop.fs.FileSystem$Cache.get(FileSystem.java:2413)
at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:368)
at org.apache.hadoop.fs.Path.getFileSystem(Path.java:296)
at org.apache.accumulo.server.fs.VolumeManagerImpl.getVolumeByPath(VolumeManagerImpl.java:301)
at org.apache.accumulo.server.fs.VolumeManagerImpl.listStatus(VolumeManagerImpl.java:335)
at org.apache.accumulo.tserver.Tablet.lookupDatafiles(Tablet.java:1108)
at org.apache.accumulo.tserver.Tablet.<init>(Tablet.java:1211)
at org.apache.accumulo.tserver.Tablet.<init>(Tablet.java:1067)
at org.apache.accumulo.tserver.Tablet.<init>(Tablet.java:1056)
at org.apache.accumulo.tserver.TabletServer$AssignmentHandler.run(TabletServer.java:2911)
at org.apache.accumulo.core.util.LoggingRunnable.run(LoggingRunnable.java:34)
at java.lang.Thread.run(Thread.java:744)
Caused by: java.net.UnknownHostException: MYHOSTNAME
... 21 more
2014-07-26 10:42:04,088 [tserver.TabletServer] WARN : java.net.UnknownHostException: MYHOSTNAME
2014-07-26 10:42:04,089 [tserver.TabletServer] WARN : failed to open tablet +r<< reporting failure to master
2014-07-26 10:42:04,089 [tserver.TabletServer] WARN : rescheduling tablet load in 600.00 seconds
2014-07-26 10:52:04,090 [tserver.TabletServer] INFO : adding tablet +r<< back to the assignment pool (retry 11)
2014-07-26 10:52:04,091 [tserver.TabletServer] INFO : 10.0.10.1:9997: got assignment from master: +r<<
2014-07-26 10:52:04,107 [util.MetadataTableUtil] INFO : Scanning logging entries for +r<<
2014-07-26 10:52:04,107 [util.MetadataTableUtil] INFO : Getting logs for root tablet from zookeeper
2014-07-26 10:52:04,109 [util.MetadataTableUtil] INFO : Returning logs [] for extent +r<<
2014-07-26 10:52:04,160 [tserver.TabletServer] WARN : exception trying to assign tablet +r<< hdfs://MYHOSTNAME/accumulo/tables/+r/root_tablet
java.lang.IllegalArgumentException: java.net.UnknownHostException: MYHOSTNAME
at org.apache.hadoop.security.SecurityUtil.buildTokenService(SecurityUtil.java:377)
at org.apache.hadoop.hdfs.NameNodeProxies.createNonHAProxy(NameNodeProxies.java:240)
at org.apache.hadoop.hdfs.NameNodeProxies.createProxy(NameNodeProxies.java:144)
at org.apache.hadoop.hdfs.DFSClient.<init>(DFSClient.java:579)
at org.apache.hadoop.hdfs.DFSClient.<init>(DFSClient.java:524)
at org.apache.hadoop.hdfs.DistributedFileSystem.initialize(DistributedFileSystem.java:146)
at org.apache.hadoop.fs.FileSystem.createFileSystem(FileSystem.java:2397)
at org.apache.hadoop.fs.FileSystem.access$200(FileSystem.java:89)
at org.apache.hadoop.fs.FileSystem$Cache.getInternal(FileSystem.java:2431)
at org.apache.hadoop.fs.FileSystem$Cache.get(FileSystem.java:2413)
at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:368)
at org.apache.hadoop.fs.Path.getFileSystem(Path.java:296)
at org.apache.accumulo.server.fs.VolumeManagerImpl.getVolumeByPath(VolumeManagerImpl.java:301)
at org.apache.accumulo.server.fs.VolumeManagerImpl.listStatus(VolumeManagerImpl.java:335)
at org.apache.accumulo.tserver.Tablet.lookupDatafiles(Tablet.java:1108)
at org.apache.accumulo.tserver.Tablet.<init>(Tablet.java:1211)
at org.apache.accumulo.tserver.Tablet.<init>(Tablet.java:1067)
at org.apache.accumulo.tserver.Tablet.<init>(Tablet.java:1056)
at org.apache.accumulo.tserver.TabletServer$AssignmentHandler.run(TabletServer.java:2911)
at org.apache.accumulo.core.util.LoggingRunnable.run(LoggingRunnable.java:34)
at java.lang.Thread.run(Thread.java:744)
Caused by: java.net.UnknownHostException: MYHOSTNAME
... 21 more
2014-07-26 10:52:04,160 [tserver.TabletServer] WARN : java.net.UnknownHostException: MYHOSTNAME
2014-07-26 10:52:04,160 [tserver.TabletServer] WARN : failed to open tablet +r<< reporting failure to master
2014-07-26 10:52:04,161 [tserver.TabletServer] WARN : rescheduling tablet load in 600.00 seconds
2014-07-26 11:02:04,161 [tserver.TabletServer] INFO : adding tablet +r<< back to the assignment pool (retry 12)
2014-07-26 11:02:04,162 [tserver.TabletServer] INFO : 10.0.10.1:9997: got assignment from master: +r<<
2014-07-26 11:02:04,178 [util.MetadataTableUtil] INFO : Scanning logging entries for +r<<
2014-07-26 11:02:04,178 [util.MetadataTableUtil] INFO : Getting logs for root tablet from zookeeper
2014-07-26 11:02:04,180 [util.MetadataTableUtil] INFO : Returning logs [] for extent +r<<
2014-07-26 11:02:04,207 [tserver.TabletServer] WARN : exception trying to assign tablet +r<< hdfs://MYHOSTNAME/accumulo/tables/+r/root_tablet
java.lang.IllegalArgumentException: java.net.UnknownHostException: MYHOSTNAME
at org.apache.hadoop.security.SecurityUtil.buildTokenService(SecurityUtil.java:377)
at org.apache.hadoop.hdfs.NameNodeProxies.createNonHAProxy(NameNodeProxies.java:240)
at org.apache.hadoop.hdfs.NameNodeProxies.createProxy(NameNodeProxies.java:144)
at org.apache.hadoop.hdfs.DFSClient.<init>(DFSClient.java:579)
at org.apache.hadoop.hdfs.DFSClient.<init>(DFSClient.java:524)
at org.apache.hadoop.hdfs.DistributedFileSystem.initialize(DistributedFileSystem.java:146)
at org.apache.hadoop.fs.FileSystem.createFileSystem(FileSystem.java:2397)
at org.apache.hadoop.fs.FileSystem.access$200(FileSystem.java:89)
at org.apache.hadoop.fs.FileSystem$Cache.getInternal(FileSystem.java:2431)
at org.apache.hadoop.fs.FileSystem$Cache.get(FileSystem.java:2413)
at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:368)
at org.apache.hadoop.fs.Path.getFileSystem(Path.java:296)
at org.apache.accumulo.server.fs.VolumeManagerImpl.getVolumeByPath(VolumeManagerImpl.java:301)
at org.apache.accumulo.server.fs.VolumeManagerImpl.listStatus(VolumeManagerImpl.java:335)
at org.apache.accumulo.tserver.Tablet.lookupDatafiles(Tablet.java:1108)
at org.apache.accumulo.tserver.Tablet.<init>(Tablet.java:1211)
at org.apache.accumulo.tserver.Tablet.<init>(Tablet.java:1067)
at org.apache.accumulo.tserver.Tablet.<init>(Tablet.java:1056)
at org.apache.accumulo.tserver.TabletServer$AssignmentHandler.run(TabletServer.java:2911)
at org.apache.accumulo.core.util.LoggingRunnable.run(LoggingRunnable.java:34)
at java.lang.Thread.run(Thread.java:744)
Caused by: java.net.UnknownHostException: MYHOSTNAME
... 21 more
2014-07-26 11:02:04,207 [tserver.TabletServer] WARN : java.net.UnknownHostException: MYHOSTNAME
2014-07-26 11:02:04,208 [tserver.TabletServer] WARN : failed to open tablet +r<< reporting failure to master
2014-07-26 11:02:04,208 [tserver.TabletServer] WARN : rescheduling tablet load in 600.00 seconds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment