Hi when follow the http://deltarho.org/docs-install-cluster/ instruction to install Protocol Buffers got error running ./autogen.sh the error message as below. Please help.
Error message [root@clouderagateway protobuf-2.5.0]# ./autogen.sh Google Test not present. Fetching gtest-1.5.0 from the web... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 105 1586 105 1586 0 0 19717 0 --:--:-- --:--:-- --:--:-- 154k bzip2: (stdin) is not a bzip2 file. tar: Child returned status 2 tar: Error is not recoverable: exiting now
johncleveland
@johncleveland
I am trying to install the full stack on multiple nodes. However, there is a problem with the protocol buffers. It seems the protocol buffers 2.5 .0 version is not available. How do we navigate this situation?
In fact, I have the same problem as the above user.
mr. hafen thanks for your prompt response. So I can use wget on the first link instead of the one in the instruction. The instructions work fine until one gets to ./autogen.sh. I will try this link and see what happens, thanks.
johncleveland
@johncleveland
The multinode ubuntu cluster wget instruction for Rhipe yields ERROR 404:Not Found and URI http://www.tessa.io times out (cant find page)
johncleveland
@johncleveland
In the datadr and trelliscope section when performing the instruction set one gets ... Error in library(devtools): there is no package called 'devtools'
johncleveland
@johncleveland
also for the protobuf section there is no target or makefile
Edmund Walsh
@ewalsh
John - Take a look at this: datacratic/protobuf#2 I think that may be the issue
hafen
@hafen
@johncleveland ah sorry I suppose it assumes devtools is already installed. I'll open an issue about that.
Actually never mind - I just double checked and it does say to install devtools first and provides the command.
Edmund Walsh
@ewalsh
Hello all, can someone please send me a few tips or a pointer to some documentation that can help me split my job into smaller sections. It isn't a lot of data but there are a lot of iterations, I am trying to split that among many vcores. I am hoping to just pass a variable in during the rhwatch call as not all jobs are the same. the option mapred.map.tasks seemed like it would be it but doesn't seem to work for me.