please give me a help

28 views
Skip to first unread message

Binish Xavier

unread,
Nov 1, 2012, 11:12:18 AM11/1/12
to do...@hypertable.com, hyperta...@googlegroups.com

Hi Doug i am binish ,i have inserted in hyper table multimachine implementation, please give me a help

i didn't get the complete information from your site send me the details of 
how to install, configure and cluster manage


--
Thanks and Regards,
Binish Xavier

Doug Judd

unread,
Nov 1, 2012, 1:46:08 PM11/1/12
to hypertable-user
Hi Binish,

Carefully follow the Hadoop installation instructions.  If you have a problem with a specific step, let us know and we'll try to help.  Hypertable Inc. also offers commercial support for a very reasonable price, so that would be another option for getting your system installed and running smoothly.

- Doug


--
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.



--
Doug Judd
CEO, Hypertable Inc.

Binish Xavier

unread,
Nov 2, 2012, 6:25:45 AM11/2/12
to hyperta...@googlegroups.com
I have start to cap ,these time coming following error,any have any idea about these error

failed: "sh -c \"/opt/hypertable/current/bin/stop-servers.sh --no-hyperspace --no-rangeserver --no-dfsbroker  &&\\\\\n  /opt/hypertable/current/bin/stop-monitoring.sh\"" on 192.168.1.125

Christoph Rupp

unread,
Nov 2, 2012, 6:34:34 AM11/2/12
to hyperta...@googlegroups.com
You have to check the logs on 192.168.1.125 why stop-servers.sh failed.

2012/11/2 Binish Xavier <binish...@nesote.com>

Binish Xavier

unread,
Nov 2, 2012, 8:10:25 AM11/2/12
to hyperta...@googlegroups.com
I have start to cap ,these time coming following error,any have any idea about these error, and  i have put the DfsBroker.hadoop.log file also

servers: ["192.168.1.125"]
    [192.168.1.125] executing command
 ** [out :: 192.168.1.125] DFS broker: available file descriptors: 1024
 ** [out :: 192.168.1.125] Waiting for DFS Broker (hadoop) to come up...
 ** [out :: 192.168.1.125] Waiting for DFS Broker (hadoop) to come up...
 ** [out :: 192.168.1.125] Waiting for DFS Broker (hadoop) to come up...
 ** [out :: 192.168.1.125] Waiting for DFS Broker (hadoop) to come up...
 ** [out :: 192.168.1.125] Waiting for DFS Broker (hadoop) to come up...
 ** [out :: 192.168.1.125] Waiting for DFS Broker (hadoop) to come up...
 ** [out :: 192.168.1.125] Waiting for DFS Broker (hadoop) to come up...
 ** [out :: 192.168.1.125] Waiting for DFS Broker (hadoop) to come up...
 ** [out :: 192.168.1.125] ERROR: DFS Broker (hadoop) did not come up
    command finished



DfsBroker.hadoop.log file

Num CPUs=2
HdfsBroker.Port=38030
HdfsBroker.Reactors=2
HdfsBroker.Workers=20
HdfsBroker.Server.fs.default.name=dfs.namenode.handler.count
12/11/02 17:32:49 WARN fs.FileSystem: "dfs.namenode.handler.count" is a deprecated filesystem name. Use "hdfs://dfs.namenode.handler.count/" instead.
2 Nov, 2012 5:32:56 PM org.hypertable.DfsBroker.hadoop.HdfsBroker <init>
SEVERE: ERROR: Unable to establish connection to HDFS.
ShutdownHook called
Exception in thread "Thread-1" java.lang.NullPointerException
at org.hypertable.DfsBroker.hadoop.main$ShutdownHook.run(main.java:73)

Christoph Rupp

unread,
Nov 2, 2012, 8:41:44 AM11/2/12
to hyperta...@googlegroups.com
The HdfsBroker cannot connect to HDFS:


    SEVERE: ERROR: Unable to establish connection to HDFS.


1. check that hdfs is running
2. make sure you use a supported version (CDH3 but NOT CDH4)
3. make sure that hypertable.cfg is correctly configured (set HdfsBroker.Hadoop.ConfDir) 

2012/11/2 Binish Xavier <binish...@nesote.com>

Binish Xavier

unread,
Nov 2, 2012, 8:57:51 AM11/2/12
to hyperta...@googlegroups.com
pls give one sample of  hypertable.cfg file

Sarver machine ip 192.168.1.125

slave is 192.168.1.121

Christoph Rupp

unread,
Nov 2, 2012, 8:58:37 AM11/2/12
to hyperta...@googlegroups.com
we provide samples in the installation; check /opt/hypertable/<version>/conf/hypertable.cfg.

2012/11/2 Binish Xavier <binish...@nesote.com>

Binish Xavier

unread,
Nov 2, 2012, 1:34:31 PM11/2/12
to hyperta...@googlegroups.com
what are the lines i will changes hypertable.cfg. files (how many line i will change)

Binish Xavier

unread,
Nov 2, 2012, 11:58:19 PM11/2/12
to hyperta...@googlegroups.com
what is these CDH3 but NOT CDH4


On Fri, Nov 2, 2012 at 6:11 PM, Christoph Rupp <ch...@hypertable.com> wrote:

Christoph Rupp

unread,
Nov 3, 2012, 10:47:35 AM11/3/12
to hyperta...@googlegroups.com
You have installed hadoop, right? which distribution?

2012/11/3 Binish Xavier <binish...@nesote.com>

Binish Xavier

unread,
Nov 3, 2012, 2:43:56 PM11/3/12
to hyperta...@googlegroups.com
how to check distribution?

Christoph Rupp

unread,
Nov 5, 2012, 2:18:36 AM11/5/12
to hyperta...@googlegroups.com
Binish,

hypertable runs on top of a distributed file system. If you run hypertable on a single machine, then you usually use the local file system. But on a cluster you have to install a distributed file system. Most users use Hadoop with HDFS, some use MapR, but we also support others.

Hadoop comes with different flavors and distributions. Most users use Cloudera Hadoop version 3 (CDH3). We will support CDH4 with the next release. I recommend that you use CDH3 for now. The cloudera webpage has good installation instructions. https://ccp.cloudera.com/display/CDHDOC/CDH3+Documentation

As soon as hadoop and hdfs are working then I think it is essential that you understand the basic concepts of hypertable. Carefully read through our architectural overview and the installation instructions. All the problems that you are facing are described in the documentation.

best regards
Christoph

2012/11/3 Binish Xavier <binish...@nesote.com>
Reply all
Reply to author
Forward
0 new messages