Member since
08-13-2014
26
Posts
0
Kudos Received
0
Solutions
09-22-2014
04:22 PM
I got resolved that permission error. Thank you for that. I am trying to execute below ./bin/tool.sh ./lib/accumulo-examples-simple.jar $PKG.BulkIngestExample $ARGS -t test_sample --inputDir /tmp/bulk -workDir /tmp/bulkWork Here is the error ============= Accumulo is not properly configured. Try running $ACCUMULO_HOME/bin/bootstrap_config.sh and then editing $ACCUMULO_HOME/conf/accumulo-env.sh After that I tried running "$ACCUMULO_HOME/bin/bootstrap_config.sh" in my shell It's asking more questions. Choose the heap configuration: 1) 1GB 2) 2GB 3) 3GB 4) 512MB #? Choose the Accumulo memory-map type: 1) Java 2) Native #? Choose the Apache Hadoop version: 1) HADOOP 1 2) HADOOP 2 Please help me on this.
... View more
09-21-2014
08:00 AM
hi, What is the default password for accumulo user and hdfs user?
... View more
09-20-2014
02:12 PM
I have installed CLoudera 5.x, and login with "root" user and trying to execute below command $ accumulo $PKG.GenerateTestData --start-row 0 --count 1000 --output bulk/test_1.txt getting below error. Thread "org.apache.accumulo.examples.simple.mapreduce.bulk.GenerateTestData" died Permission denied: user=root, access=WRITE, inode="/user":hdfs:supergroup:drwxr-xr-x What's default password for accumulo to run those scripts?
... View more
Labels:
- Labels:
-
Apache Accumulo
09-03-2014
11:20 AM
I am getting same error when I do reinstall Cloudera total set up. I think this one is BUG.
... View more
08-20-2014
03:48 PM
I am attaching the roles running on the each of node as a reference. I named my Nodes as: Master,DN1,DN2. Following are roles on my three clustered nodes: Roles Master: Tablet server[Accumulo], Data Node, Node Manger[Yarn], server[ZooKeeper] DN1: Garbage Collector[Accumulo], Master[Accumulo], Monitor[Accumulo], Tracer[Accumulo], NameNode, Secondary Name Node, Data Node, server[ZooKeeper] DN2: Tablet Server [Accumulo], DataNode, server[ZooKeeper] Thanks, Ms.Ramya
... View more
08-20-2014
03:12 PM
Hi Mr.Mike, I did used the Cloudera Manager to initialize Accumulo. I am using Three nodes cluster. Thanks, Ms.Ramya
... View more
08-20-2014
07:36 AM
Hi, following are some logs,I am seeing in per-Table problem report. accumulo.root FILE_WRITE xx.xx.xx 2014/08/18 13:21:33 EDT hdfs://DN1:8020/accumulo/tables/+r/root_tablet/F00000e9.rf_tmp file /accumulo/tables/+r/root_tablet/F00000e9.rf_tmp on client xx.xx.xx. Requested replication 5 exceeds maximum 2 at org.apache.hadoop.hdfs.server.blockmanagement.BlockManager.verifyReplication(BlockManager.java:942) at org.apache.hadoop.hdfs.server.namenode.FSNamesystem.startFileInt(FSNamesystem.java:2216) at org.apache.hadoop.hdfs.server.namenode.FSNamesystem.startFile(FSNamesystem.java:2188) at org.apache.hadoop.hdfs.server.namenode.NameNodeRpcServer.create(NameNodeRpcServer.java:505) at org.apache.hadoop.hdfs.protocolPB.ClientNamenodeProtocolServerSideTranslatorPB.create(ClientNamenodeProtocolServerSideTranslatorPB.java:354) at org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$ClientNamenodeProtocol$2.callBlockingMethod(ClientNamenodeProtocolProtos.java) at org.apache.hadoop.ipc.ProtobufRpcEngine$Server$ProtoBufRpcInvoker.call(ProtobufRpcEngine.java:585) at org.apache.hadoop.ipc.RPC$Server.call(RPC.java:1026) at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:1986) at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:1982) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.Subject.doAs(Subject.java:415) at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1554) at org.apache.hadoop.ipc.Server$Handler.run(Server.java:1980) Thank you for response. Please help me.
... View more