Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8318913
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T22:08:29+00:00 2026-06-08T22:08:29+00:00

I am beginner for HBase. I am currently not sure what influences HBase performance.

  • 0

I am beginner for HBase. I am currently not sure what influences HBase performance. First, I ran Hbase in a stand alone mode. I used a single machine to run a Mapreduce program to process 2 million text lines and output the results to a HBase table stored in local file system. it took about 1h40min. Then I changed to the pseudo distributed mode. Htable file is then stored in HDFS.All other things including program remain the same. Then it took more than 3 hours!! I am totally confused. Can anyone tell me why this happaned?

Another question, since I create 5 virtual machines as the virtual cluster on a Linux machine which is not very powerful(8G ram. 3GHz 4 core CPU). When I ran Mapreduce program month ago, I saw no big difference when I ran it on a single master or with 5 more slaves. So I assumed that the CPU might be the bottleneck but still I am not sure. Can anyone give answers for sure since I am not much familiar with Operating System? I am not sure whether it’s a IO bottleneck or CPU bottleneck. And I just run the program on the 6 machines cluster for inserting records into HBase table on a fully distributed mode. It was too slow so I killed the job.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-08T22:08:31+00:00Added an answer on June 8, 2026 at 10:08 pm

    For the first part of your question:

    It is obvious that pseudo-distributed mode will run slower than standalone mode. In standalone, HBase uses the local filesystem for storage. In pseudo-distributed mode, HBase uses HDFS (which in turn uses the local filesystem), so you have an additional software layer for IO. Moreover, in pseudo-distributed mode, you might have multiple server threads in the same machine, performing things like replication (every data is copied a couple of times), which doesn’t happen in standalone.

    In general, the more centralized things are (like in standalone), the better performance you will have, for small (enough) data. But distributed modes are important for large scale, since anyway one day you will hit the scalability limit of a single machine. Then in distributed modes we need to deal with things such as replication that eventually reduce overall performance.

    About the second part of your question, you shouldn’t expect to have good performance in these settings. You have to consider that there are many software layers: HBase, HDFS, Java, virtual machine. Each of these layers adds overhead. With distributed slaves this gets even slower because all servers share the same hardware.

    If you want to see some performance increase, consider using standalone mode in a Linux OS, not as a virtual machine. And then use a real distributed mode (not in virtual machines) in a real cluster (if you can, but even a couple of networked consumer computers will do). You should expect about 1K~3K Puts per second.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Beginner question here. I'm going to make a Jquery function that is used to
Beginner hobby programmer here. I'm used to running C in OSX compiling with GCC
I'm a beginner of Hbase. I totally followed the quick-start docs in http://hbase.apache.org/quickstart.html and
A beginner question I am sure, but I have just started working with a
Beginner's question: I dared to introduce constants into my little program. I first resisted,
another beginner problem. Why isn't the following code with an asp.net page not working?
Absolute beginner question here. I have two lists in mathematica. The first one was
beginner programmer - basic C#, first year of university going too slow in terms
RoR beginner here using rails 3.2.3 and ruby 1.9.3 Currently I am trying to
Beginner question concerning changing the information in a view (and not going to a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.