--
You received this message because you are subscribed to the Google Groups "Hypertable User" group.
To post to this group, send email to hyperta...@googlegroups.com.
To unsubscribe from this group, send email to hypertable-us...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/hypertable-user?hl=en.
I'm using the new HT release (0.9.5.0.pre).
When I'm running the select query:
select cells ch1_watts from timeseries_table DISPLAY_TIMESTAMPS;
the following error appears:
I haven't similar problems with 0.9.4.3.
Have you got any hint.
Regards,
Milko
=================================================
01302196318 ERROR hypertable : handle_error
(/home/milko/src/hypertable/src/cc/Hypertable/Lib/TableScannerAsync.cc:196): Received
error: is_create=0 - Hypertable::Exception: Event: type=MESSAGE version=1 total_len=45
header_len=38 header_checksum=-2047765208 flags=0 id=121 gid=491 timeout_ms=0
payload_checksum=0 command=3 from=172.16.0.201:38060 - HYPERTABLE block
compressor block checksum mismatch
1302196318 ERROR hypertable : handle_error
(/home/milko/src/hypertable/src/cc/Hypertable/Lib/TableScannerAsync.cc:213):
Hypertable::Exception: Event: type=MESSAGE version=1 total_len=45 header_len=38
header_checksum=-2047765208 flags=0 id=121 gid=491 timeout_ms=0
payload_checksum=0 command=3 from=172.16.0.201:38060 - HYPERTABLE block
compressor block checksum mismatch
Error: Hypertable::Exception: Event: type=MESSAGE version=1 total_len=45 header_len=38
header_checksum=-2047765208 flags=0 id=121 gid=491 timeout_ms=0
payload_checksum=0 command=3 from=172.16.0.201:38060 - HYPERTABLE block
compressor block checksum mismatch
at bool Hypertable::TableScanner::next(Hypertable::Cell&)
(/home/milko/src/hypertable/src/cc/Hypertable/Lib/TableScanner.cc:81) - HYPERTABLE
block compressor block checksum mismatch
==========================================
**********************************************************
Assoc. Prof. Milko Todorov Marinov, PhD
Department of Computer Systems & Technologies
University of Ruse
8 Studentska Str, 7017 Ruse, BULGARIA
Tel. (+359 82) 888 356, Fax. (+359 82) 845 708
Cell phone: (+359 88) 999 6793
E-mail: MMar...@ecs.uni-ruse.bg
***********************************************************
I'm going to shift to HADOOP. I have installed it, but now I don't manage to start Hypertable
with Hadoop.
I think that the problem is during the cmake:
-- Found thrift for python
-- Java headers found at: /usr/lib/jvm/java/include
-- Please set HADOOP_INCLUDE_PATH variable for Legacy Hadoop support
-- Please set HADOOP_LIB_PATH variable for Legacy Hadoop support
-- Not building shared libraries. Legacy Hadoop support will be disabled
Could you help me?
Regards,
Milko
I'm a beginner in HADOOP.
I'm trying to shift to HADOOP file system.
But when I'm going to start HT servers after the starting of DFS Broker
(hadoop) and Hyperspace the Master is not run.
Here is the Master log:
===================================================
1302551412 NOTICE Hypertable.Master :
(/home/milko/src/hypertable/src/cc/Common/Config.cc:485) Initializing
Hypertable.Master (Hypertable 0.9.5.0.pre (tarball))...
CPU cores count=8
CephBroker.MonAddr=10.0.1.245:6789
DfsBroker.Local.Root=fs/local
DfsBroker.Port=38030
HdfsBroker.fs.default.name=hdfs://localhost/milko:9000
Hyperspace.GracePeriod=200000
Hyperspace.KeepAlive.Interval=30000
Hyperspace.Lease.Interval=1000000
Hyperspace.Replica.Dir=hyperspace
Hyperspace.Replica.Host=[localhost]
Hyperspace.Replica.Port=38040
Hyperspace.Replica.Workers=20
Hypertable.Master.Port=38050
Hypertable.Master.Reactors=8
Hypertable.Master.Workers=20
Hypertable.RangeServer.MemoryLimit.Percentage=50
Hypertable.RangeServer.Port=38060
Hypertable.RangeServer.Range.SplitSize=1000000000
Hypertable.Verbose=true
Kfs.MetaServer.Name=NODE-0.UNI-RUSE.BG
Kfs.MetaServer.Port=20000
ThriftBroker.Port=38080
dfs-port=38030
grace-period=200000
hs-host=[localhost]
hs-port=38040
keepalive=30000
lease-interval=1000000
pidfile=/home/milko/hypertable/0.9.5.0.pre/run/Hypertable.Master.pid
port=38050
reactors=8
verbose=true
workers=20
1302551412 INFO Hypertable.Master :
(/home/milko/src/hypertable/src/cc/Hypertable/Master/main.cc:260) Obtained
lock on '/hypertable/master'
1302551412 INFO Hypertable.Master :
(/home/milko/src/hypertable/src/cc/Hypertable/Master/main.cc:287)
Successfully Initialized.
1302551413 INFO Hypertable.Master :
(/home/milko/src/hypertable/src/cc/Hypertable/Master/Monitoring.cc:67)
rangeservers monitoring stats dir
/home/milko/hypertable/0.9.5.0.pre/run/monitoring exists
1302551413 INFO Hypertable.Master :
(/home/milko/src/hypertable/src/cc/Hypertable/Master/Monitoring.cc:67)
rangeservers monitoring stats dir
/home/milko/hypertable/0.9.5.0.pre/run/monitoring/tables exists
1302551413 INFO Hypertable.Master :
(/home/milko/src/hypertable/src/cc/Hypertable/Master/Monitoring.cc:67)
rangeservers monitoring stats dir
/home/milko/hypertable/0.9.5.0.pre/run/monitoring/rangeservers exists
1302551413 ERROR Hypertable.Master : main
(/home/milko/src/hypertable/src/cc/Hypertable/Master/main.cc:205):
Hypertable::Exception: Error appending 16 bytes to DFS fd 1 - DFS BROKER
i/o error
at virtual size_t Hypertable::DfsBroker::Client::append(int32_t,
Hypertable::StaticBuffer&, uint32_t)
(/home/milko/src/hypertable/src/cc/DfsBroker/Lib/Client.cc:318)
at virtual size_t Hypertable::DfsBroker::Client::append(int32_t,
Hypertable::StaticBuffer&, uint32_t)
(/home/milko/src/hypertable/src/cc/DfsBroker/Lib/Client.cc:307):
org.apache.hadoop.ipc.RemoteException: java.io.IOException: File
/hypertable/servers/master/log/mml/0 could only be replicated to 0 nodes,
instead of
===================================================
BTW, I noticed that hadoop-datanode is not started:
# /sbin/service hadoop-0.20-datanode status
datanode dead but pid file exists
while other daemons are running
Could you help me?
Milko
There are any errors in the following logs:
=========================================
2011-04-12 11:43:19,003 INFO org.apache.hadoop.hdfs.server.datanode.DataNode:
STARTUP_MSG:
/************************************************************
STARTUP_MSG: Starting DataNode
STARTUP_MSG: host = node-3.uni-ruse.bg/172.16.0.203
STARTUP_MSG: args = []
STARTUP_MSG: version = 0.20.2-CDH3B4
STARTUP_MSG: build = -r 3aa7c91592ea1c53f3a913a581dbfcdfebe98bfe; compiled by
'root' on Mon Feb 21 17:31:12 EST 2011
************************************************************/
2011-04-12 11:43:19,314 INFO org.apache.hadoop.security.UserGroupInformation: JAAS
Configuration already set up for Hadoop, not re-installing.
2011-04-12 11:43:19,499 ERROR org.apache.hadoop.hdfs.server.datanode.DataNode:
java.io.IOException: Incompatible namespaceIDs in /var/lib/hadoop-0.20/cache/hdfs/dfs/data:
namenode namespaceID = 1545023549; datanode namespaceID = 1125975556
at
org.apache.hadoop.hdfs.server.datanode.DataStorage.doTransition(DataStorage.java:233)
at org.apache.hadoop.hdfs.server.datanode.DataStorage.recoverTransitionRead
......................................................................................
=========================================
12 11:43:25,083 INFO org.apache.hadoop.mapred.JobTracker: STARTUP_MSG:
/************************************************************
STARTUP_MSG: Starting JobTracker
STARTUP_MSG: host = node-3.uni-ruse.bg/172.16.0.203
STARTUP_MSG: args = []
STARTUP_MSG: version = 0.20.2-CDH3B4
STARTUP_MSG: build = -r 3aa7c91592ea1c53f3a913a581dbfcdfebe98bfe; compiled by
'root' on Mon Feb 21 17:31:12 EST 2011
************************************************************/
2011-04-12 11:43:25,623 INFO
org.apache.hadoop.security.token.delegation.AbstractDelegationTokenSecretManager:
Updating the current master key for generating delegation tokens
2011-04- ........................................................................
2011-04-12 11:43:33,470 WARN org.apache.hadoop.hdfs.DFSClient: Error Recovery for
block null bad datanode[0] nodes == null
.......................................................
==========================================================
2011-04-12 11:43:31,157 INFO org.apache.hadoop.hdfs.server.namenode.NameNode:
STARTUP_MSG:
/************************************************************
STARTUP_MSG: Starting NameNode
STARTUP_MSG: host = node-3.uni-ruse.bg/172.16.0.203
STARTUP_MSG: args = []
STARTUP_MSG: version = 0.20.2-CDH3B4
STARTUP_MSG: build = -r 3aa7c91592ea1c53f3a913a581dbfcdfebe98bfe; compiled by
'root' on Mon Feb 21 17:31:12 EST 2011
************************************************************/
..............................................................
127.0.0.1:43727: error: java.io.IOException: File /var/lib/hadoop-
0.20/cache/mapred/mapred/system/jobtracker.info could only be replicated to 0 nodes,
instead of 1
........................................................
127.0.0.1:43731: error: java.io.IOException: File /var/lib/hadoop-
0.20/cache/mapred/mapred/system/jobtracker.info could only be replicated to 0 nodes,
instead of 1
====================================================
Milko
On 11 Apr 2011 at 22:19, Doug Judd wrote:
>
> Take a look at the Hadoop logs. Are there any errors there that
> point to what might be the
> problem? Also, make sure there is no firewall that is blocking
> Hadoop traffic.
>
> - Doug
>
> On Mon, Apr 11, 2011 at 1:15 PM, <mmar...@ecs.uni-ruse.bg> wrote:
> Hi,
>
> I'm a beginner in HADOOP.
>
> I'm trying to shift to HADOOP file system.
>
> But when I'm going to start HT servers after the starting of DFS
> Broker
> (hadoop) and Hyperspace the Master is not run.
> Here is the Master log:
> ===================================================
> 1302551412 NOTICE Hypertable.Master :
> (/home/milko/src/hypertable/src/cc/Common/Config.cc:485)
> Initializing
> Hypertable.Master (Hypertable 0.9.5.0.pre (tarball))...
> CPU cores count=8
> CephBroker.MonAddr=MailScanner has detected a possible fraud
> attempt from
> "10.0.1.245:6789" claiming to be MailScanner warning: numerical
> links are often
> malicious: 10.0.1.245:6789
Please reject the problem. I managed to deal with it.
Milko
> =========================================
> 12 11:43:25,083 INFO org.apache.hadoop.mapred.JobTracker:
> STARTUP_MSG:
> /************************************************************
> STARTUP_MSG: Starting JobTracker
> STARTUP_MSG: host = node-3.uni-ruse.bg/172.16.0.203
> STARTUP_MSG: args = []
> STARTUP_MSG: version = 0.20.2-CDH3B4
> STARTUP_MSG: build = -r 3aa7c91592ea1c53f3a913a581dbfcdfebe98bfe;
> compiled by
> 'root' on Mon Feb 21 17:31:12 EST 2011
> ************************************************************/
> 2011-04-12 11:43:25,623 INFO
> org.apache.hadoop.security.token.delegation.AbstractDelegationTokenS
> ecretManager:
> Updating the current master key for generating delegation tokens
> 2011-04-
> ....................................................................
> ....
>
> 2011-04-12 11:43:33,470 WARN org.apache.hadoop.hdfs.DFSClient: Error
> Recovery for
> block null bad datanode[0] nodes == null
>
> ......................................................
> ==========================================================
> 2011-04-12 11:43:31,157 INFO
> org.apache.hadoop.hdfs.server.namenode.NameNode:
> STARTUP_MSG:
> /************************************************************
> STARTUP_MSG: Starting NameNode
> STARTUP_MSG: host = node-3.uni-ruse.bg/172.16.0.203
> STARTUP_MSG: args = []
> STARTUP_MSG: version = 0.20.2-CDH3B4
> STARTUP_MSG: build = -r 3aa7c91592ea1c53f3a913a581dbfcdfebe98bfe;
> compiled by
> 'root' on Mon Feb 21 17:31:12 EST 2011
> ************************************************************/
> .............................................................
>
> 127.0.0.1:43727: error: java.io.IOException: File /var/lib/hadoop-
> 0.20/cache/mapred/mapred/system/jobtracker.info could only be
> replicated to 0 nodes,
> instead of 1
>
> .......................................................
>
12/05/08 11:46:44 ERROR security.UserGroupInformation: PriviledgedActionException as:dubizzle (auth:SIMPLE) cause:java.io.IOException: File /hypertable/servers/master/log/mml/0 could only be replicated to 0 nodes, instead of 1
12/05/08 11:46:44 INFO ipc.Server: IPC Server handler 0 on 9000, call addBlock(/hypertable/servers/master/log/mml/0, DFSClient_-1180814906, null) from 10.176.206.200:37355: error: java.io.IOException: File /hypertable/servers/master/log/mml/0 could only be replicated to 0 nodes, instead of 1
java.io.IOException: File /hypertable/servers/master/log/mml/0 could only be replicated to 0 nodes, instead of 1
at org.apache.hadoop.hdfs.server.namenode.FSNamesystem.getAdditionalBlock(FSNamesystem.java:1520)
at org.apache.hadoop.hdfs.server.namenode.NameNode.addBlock(NameNode.java:665)
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:601)
at org.apache.hadoop.ipc.RPC$Server.call(RPC.java:557)
at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:1434)
at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:1430)
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:1157)
at org.apache.hadoop.ipc.Server$Handler.run(Server.java:1428)
1336474004 ERROR Hypertable.Master : main (/root/src/hypertable/src/cc/Hypertable/Master/main.cc:246): Hypertable::Exception: Error appending 16 bytes to DFS fd 1 - DFS BROKER i/o error
at virtual size_t Hypertable::DfsBroker::Client::append(int32_t, Hypertable::StaticBuffer&, uint32_t) (/root/src/hypertable/src/cc/DfsBroker/Lib/Client.cc:318)
at virtual size_t Hypertable::DfsBroker::Client::append(int32_t, Hypertable::StaticBuffer&, uint32_t) (/root/src/hypertable/src/cc/DfsBroker/Lib/Client.cc:307): org.apache.hadoop.ipc.RemoteException: java.io.IOException: File /hypertable/servers/master/log/mml/0 could only be replicated to 0 nodes, instead of
1336474035 NOTICE Hypertable.Master : (/root/src/hypertable/src/cc/Common/Config.cc:526) Initializing Hypertable.Master (Hypertable 0.9.5.6 (v0.9.5.6))...
> > To unsubscribe from this group, send email to
> > For more options, visit this group at
> > http://groups.google.com/group/hypertable-user?hl=en.
>
>
> **********************************************************
> Assoc. Prof. Milko Todorov Marinov, PhD
> Department of Computer Systems & Technologies
> University of Ruse
> 8 Studentska Str, 7017 Ruse, BULGARIA
> Tel. (+359 82) 888 356, Fax. (+359 82) 845 708
> Cell phone: (+359 88) 999 6793
> E-mail: MMar...@ecs.uni-ruse.bg
> ***********************************************************
>
> --
> You received this message because you are subscribed to the Google
> Groups "Hypertable User" group.
> To post to this group, send email to
> To unsubscribe from this group, send email to
> For more options, visit this group at
> http://groups.google.com/group/hypertable-user?hl=en.
>
To view this discussion on the web visit https://groups.google.com/d/msg/hypertable-user/-/HrM7_RwN5OUJ.
To post to this group, send email to hyperta...@googlegroups.com.
To unsubscribe from this group, send email to hypertable-us...@googlegroups.com.
I am facing the some thing like this dont know why I am just a kid into hadoop can any one plz help me
============================================
2012-11-04 18:58:59,951 WARN org.apache.hadoop.hdfs.DFSClient: DataStreamer Exception: org.apache.hadoop.ipc.RemoteException: java.io.IOException: File /hadoop/mapred/system/jobtracker.info could only be replicated to 0 nodes, instead of 1
at org.apache.hadoop.hdfs.server.namenode.FSNamesystem.getAdditionalBlock(FSNamesystem.java:1558)
at org.apache.hadoop.hdfs.server.namenode.NameNode.addBlock(NameNode.java:696)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.hadoop.ipc.RPC$Server.call(RPC.java:563)
at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:1388)
at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:1384)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAs(Subject.java:396)
at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1121)
at org.apache.hadoop.ipc.Server$Handler.run(Server.java:1382)
at org.apache.hadoop.ipc.Client.call(Client.java:1070)
at org.apache.hadoop.ipc.RPC$Invoker.invoke(RPC.java:225)
at $Proxy5.addBlock(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.hadoop.io.retry.RetryInvocationHandler.invokeMethod(RetryInvocationHandler.java:82)
at org.apache.hadoop.io.retry.RetryInvocationHandler.invoke(RetryInvocationHandler.java:59)
at $Proxy5.addBlock(Unknown Source)
at org.apache.hadoop.hdfs.DFSClient$DFSOutputStream.locateFollowingBlock(DFSClient.java:3510)
at org.apache.hadoop.hdfs.DFSClient$DFSOutputStream.nextBlockOutputStream(DFSClient.java:3373)
at org.apache.hadoop.hdfs.DFSClient$DFSOutputStream.access$2600(DFSClient.java:2589)
at org.apache.hadoop.hdfs.DFSClient$DFSOutputStream$DataStreamer.run(DFSClient.java:2829)
2012-11-04 18:58:59,951 WARN org.apache.hadoop.hdfs.DFSClient: Error Recovery for block blk_-7659842609383527096_1420 bad datanode[0] nodes == null
2012-11-04 18:58:59,951 WARN org.apache.hadoop.hdfs.DFSClient: Could not get block locations. Source file "/hadoop/mapred/system/jobtracker.info" - Aborting...
2012-11-04 18:58:59,951 WARN org.apache.hadoop.mapred.JobTracker: Writing to file hdfs://ALABAMA:9000/hadoop/mapred/system/jobtracker.info failed!
77,1 51%
Thanks !!!
=============================================
--
You received this message because you are subscribed to the Google Groups "Hypertable User" group.
To view this discussion on the web visit https://groups.google.com/d/msg/hypertable-user/-/tk8dWHPyflkJ.