Member since
01-25-2017
9
Posts
2
Kudos Received
0
Solutions
03-15-2017
06:22 AM
Please note, hbase also serves on 16000, if you want to use both hbase and sqoop-metastore I suggest you change the port to 16001 or any unused in sqoop-site.xml
... View more
02-20-2017
11:25 PM
You need to bring up sqoop-metastore (command sqoop-metastore) then use sqoop job --list --meta-connect jdbc:hsqldb:hsql://localhost:16000/sqoop
... View more
02-17-2017
04:43 AM
Did you go about fixing this? If so can you please let me know how?
... View more
02-17-2017
04:41 AM
2 Kudos
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo; color: #000000; background-color: #ffffff}
p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo; color: #000000; background-color: #ffffff; min-height: 13.0px}
span.s1 {font-variant-ligatures: no-common-ligatures} [root@sandbox lucid]# rpm -ivh lucidworks-hdpsearch-2.5-100.noarch.rpm Preparing... ########################################### [100%] Executing pre-install script ==== ERROR: Your Linux distribution (Linux version 4.9.8-moby (root@1d811a9194c4) (gcc version 5.3.0 (Alpine 5.3.0) ) #1 SMP Wed Feb 8 09:56:43 UTC 2017) is not supported by this script! ==== error: %pre(lucidworks-hdpsearch-0:2.5-100.noarch) scriptlet failed, exit status 1 error: install: %pre scriptlet failed (2), skipping lucidworks-hdpsearch-0:2.5-100 It's happening because of the prescript that checks
if[[ $proc_version ==*"Debian"*]];then distro=Debian elif[[ $proc_version ==*"Red Hat"*]];then distro=RedHat elif[[ $proc_version ==*"Ubuntu"*]];then distro=Ubuntu elif[[ $proc_version ==*"SUSE"*]];then distro=SUSE But HDP output of: uname -a: p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo; color: #000000; background-color: #ffffff}
span.s1 {font-variant-ligatures: no-common-ligatures} Linux sandbox.hortonworks.com 4.9.8-moby #1 SMP Wed Feb 8 09:56:43 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux cat /proc/redhad-release: p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo; color: #000000; background-color: #ffffff}
span.s1 {font-variant-ligatures: no-common-ligatures} Linux version 4.9.8-moby (root@1d811a9194c4) (gcc version 5.3.0 (Alpine 5.3.0) ) #1 SMP Wed Feb 8 09:56:43 UTC 2017 How to go about fixing this?
... View more
Labels:
02-03-2017
03:52 AM
Update: 6 GB with 3 CPU cores seemed to work the fist time around. It's gone back to complaining again: p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo; color: #000000; background-color: #ffffff}
p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo; color: #000000; background-color: #ffffff; min-height: 13.0px}
span.s1 {font-variant-ligatures: no-common-ligatures} [root@sandbox ~]# hbase shell HBase Shell; enter 'help<RETURN>' for list of supported commands. Type "exit<RETURN>" to leave the HBase Shell Version 1.1.2.2.5.0.0-1245, r53538b8ab6749cbb6fdc0fe448b89aa82495fb3f, Fri Aug 26 01:32:27 UTC 2016 hbase(main):001:0> list TABLE ATLAS_ENTITY_AUDIT_EVENTS atlas_titan iemployee 3 row(s) in 1.3890 seconds => ["ATLAS_ENTITY_AUDIT_EVENTS", "atlas_titan", "iemployee"] hbase(main):002:0> list TABLE ERROR: Can't get master address from ZooKeeper; znode data == null Here is some help for this command: List all tables in hbase. Optional regular expression parameter could be used to filter the output. Examples: hbase> list hbase> list 'abc.*' hbase> list 'ns:abc.*' hbase> list 'ns:.*'
... View more
02-03-2017
01:55 AM
Thanks for the response Michael. I only have 8 GB. I just allocated 4 GB and tested it, same issue. I'll give it 6 GB and post the result shortly. It strange, on my Linux box it runs absolutely fine with default settings
... View more
02-03-2017
12:21 AM
I have the same issue on MAC with docker image, I have posted the question here, there hasn't been any answers yet. Were you able to resolve the issue?
... View more
01-29-2017
11:47 PM
Thanks for the response Sergey. I have attached the master log, /etc/hosts and hbase-site.xml. Just a note: Out of the box throws the same error even before any changes. logs.zip additional info: uname -a (on host) Darwin gogreen-MacBook-Pro.local 16.1.0 Darwin Kernel Version 16.1.0: Wed Oct 19 20:31:56 PDT 2016; root:xnu-3789.21.4~4/RELEASE_X86_64 x86_64 docker --verison: Docker version 1.12.3, build 6b644ec Please let me know if you need any other info.
... View more
01-27-2017
12:16 AM
I have loaded the exact same image on Ubuntu using Docker and it works there but on MAC it doesn't seem to be working.
Steps followed: docker start sandbox login to sandbox /etc/init.d/startup_scripts start sh /root/start_hbase.sh echo "list" | hbase shell (or hbase shell -> list) From the list command, the error is always "ERROR: Can't get master address from ZooKeeper; znode data == null" I have followed all the other links here checking the conf/*XML, on docker port forwarding, running zookeeper independently and let hbase manage zookeeper Kafka on the same docker can connect to zookeeper at port 2181 hbase master start -> says it connected to zookeeper <code>2017-01-26 01:11:46,134 INFO [sandbox:16000.activeMasterManager-SendThread(localhost:2181)] zookeeper.ClientCnxn: Opening socket connection to server localhost/127.0.0.1:2181. Will not attempt to authenticate using SASL (unknown error)
2017-01-26 01:11:46,137 INFO [sandbox:16000.activeMasterManager-SendThread(localhost:2181)] zookeeper.ClientCnxn: Socket connection established to localhost/127.0.0.1:2181, initiating session
After this, master process waits for region server (count to settle), when I do a hbase regionserver start master gets killed (no reason specified), region server goes on to complain it cant report to master. I have tried both zookeeper as individual (outside hbase) - this works with kafka. Stopped the zookeeper and let hbase manage it's own zookeeper - both cases hbase isnt' starting correctly due to which hbase client complains about zookeeper. I am starting to think it's not zookeeper related Also, after hbase zookeeper start I can use hbase zkcli and get connected to zookeeper. But when I do a hbase master start the same thing happens that I have mentioned earlier. Although it might not help, I forwarded the port 2181 on docker and changed sandbox.hortonworks.com domain to localhost in the site.xml (one of few ways I was trying and listed down all the things I tried) This is out of the box config that works in Linux and not in MAC as I have mentioned earlier. If anyone has faced similar issues please let me know.
... View more