Member since
02-11-2014
162
Posts
2
Kudos Received
4
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
4240 | 12-04-2015 12:46 PM | |
5854 | 02-12-2015 01:06 PM | |
4657 | 03-20-2014 12:41 PM | |
9896 | 03-19-2014 08:54 AM |
05-15-2014
09:45 AM
If you have root access you should be able to launch hbck as the hbase user via the following: sudo -u hbase hbase hbck ...
... View more
05-05-2014
10:05 AM
Thanks mate.It worked.Thanks a lot for all your help in this
... View more
04-30-2014
10:53 AM
Thanks a lot.I have created the solr cloud and was able to index a sample data(extract the mesagae and put it into one solr field) just to check that my configuration is correct and it works. How ever when I try to extract data and assign it to solr schema elements it does not work.Extract hbase cell looks like this.Do I need to have _attachment_body" field or an "_attachment_mimetype" field defined in my schema? extractHBaseCells { mappings : [ { inputColumn : "messages:*" outputField : "_attachment_body" type : byte[] source : value } ] } }
... View more
04-28-2014
02:02 PM
Hi Nishan, This is also fine, so long as you configure the database appropriately to handle the load from 3 CM servers and whatever else you point at it. When concerned about handling database load from multiple applications, I would expect that it's generally better to run a single instance on a host than to run several instances on the same host, since there would be lower overhead. Multiple instances on the same host can help with isolation, but not with handling more load. Monitoring databases tend to use a lot of resources if your cluster has a lot of activity, so be cautious about sharing monitoring databases. The database for CM doesn't generally get as much load. Depending on your cluster size / activity and the hardware / tuning you have for your Oracle, you may find it better to run multiple instances on different machines to ensure each daemon performs well. Thanks, Darren
... View more
04-17-2014
02:54 PM
Hi It did work and I am able to index the documents now. How ever when I go to solr admin page and query for the data ,I get an error message as below.I can see an increase in the number of documents indexed each time I put add a row into hbase. This is what I have done in general. 1.set up lily. 2.Insert record into hbase 3.navigate to solr admin UI and created a solr core for my collection. I tried restarting the solr service once I saw this error but still keeps getting it. error": { "msg": "no servers hosting shard: ", "code": 503 }
... View more
04-09-2014
03:45 PM
HI All, I am getting the below error now after doing some modifications.Any idea?. org.apache.hadoop.net.ConnectTimeoutException: 20000 millis timeout while waiting for channel to be ready for connect. ch : java.nio.channels.SocketChannel[connection-pending remote=xx.xx.yy.zz:60020
... View more
04-01-2014
01:57 PM
Thank you.I am a newbie in this.Is there some difference in the way in which data is stored in hbase when you use thrift and rest?.Can data that was inserted using thrift be retrieved using rest?. Also from what I understand so far Avro is just a serialization framework which should not be directly compared to thrift or rest with respect to hbase.
... View more
03-26-2014
03:52 PM
Hey Clint, Thanks man.I did create the solr user and installation worked.I am trying to figure out why it did not create the user.
... View more
03-21-2014
11:28 AM
Are you looking at this guide? http://www.cloudera.com/content/cloudera-content/cloudera-docs/CM4Ent/latest/Cloudera-Manager-Managing-Clusters/cmmc_HDFS_hi_avail.html This guide talks about configuring HDFS for High Availability. It does not talk about installation. Did you already add a cluster with services like HDFS and ZooKeeper configured? I assumed from your post that you had an existing cluster. You enable High Availability after you've created a cluster. If you don't have such a cluster, then add one and configure the desired services, then follow the High Availability guide.
... View more
- « Previous
-
- 1
- 2
- Next »