Posts by Tag

Hadoop

Closing notes

less than 1 minute read

Unfortunately , we reached the conclusion that HBase is still not stable enough for us to use in production environment. I think it’s a great project , and I...

Bug Update

less than 1 minute read

After a lengthy discussion with St.Ack (on the hbase channel in the mirc) and Jean Daniel about this bug , we currently believe that what we’re seeing is “ …...

Can’t live with it

1 minute read

We assumed that the bug was caused mainly because of the high load rate , and that once the bulk of the data will be in HBase and the load will drop consider...

We’ll try to live with it

less than 1 minute read

As you remember , HBase tends to collapse (Return”NotServingRegionException”) after a few millions of files (Latest crash: 6 million). Since we (want to) bel...

Still unresolved

1 minute read

We’ve been working on the previous bug (last post) for a few days now , but unfortunately nothing is working. We’ve suspected the error might be caused by wr...

First Setback

1 minute read

We’ve tried loading the system with 10,000 , 100,000 and 200,000 files - everything worked perfectly.

Testing update

less than 1 minute read

We are planning to move on to production soon , and we intend to build a test environment that will resemble the production environment as close as possible.

Hadoop Failover and Failback Solution

less than 1 minute read

As you can see in the previous blog , Hadoop successfully failover , but it fails to failback. Our solution to this problem is this:

Testing Hadoop - Starting HBase

less than 1 minute read

Hbase configuration and running is very similar to hadoops. Not surprisingly , they also have a nice Getting Started page. The tricky part , though , is to u...

Testing Hadoop - Starting Hadoop

1 minute read

First thing : It works. If you’re getting a lot error messages and you start thinking “well , maybe it’s crap. still 0.18 can’t be that good a version” Stop...

Testing Hadoop - Problem Definition

1 minute read

We have a very large amount of relatively small files (~5k avg , 41k max , 0k min) , that we access a lot (20M times a day) for various computations. Current...

Back to Top ↑

Hbase

Closing notes

less than 1 minute read

Unfortunately , we reached the conclusion that HBase is still not stable enough for us to use in production environment. I think it’s a great project , and I...

Bug Update

less than 1 minute read

After a lengthy discussion with St.Ack (on the hbase channel in the mirc) and Jean Daniel about this bug , we currently believe that what we’re seeing is “ …...

Can’t live with it

1 minute read

We assumed that the bug was caused mainly because of the high load rate , and that once the bulk of the data will be in HBase and the load will drop consider...

We’ll try to live with it

less than 1 minute read

As you remember , HBase tends to collapse (Return”NotServingRegionException”) after a few millions of files (Latest crash: 6 million). Since we (want to) bel...

Still unresolved

1 minute read

We’ve been working on the previous bug (last post) for a few days now , but unfortunately nothing is working. We’ve suspected the error might be caused by wr...

First Setback

1 minute read

We’ve tried loading the system with 10,000 , 100,000 and 200,000 files - everything worked perfectly.

Testing update

less than 1 minute read

We are planning to move on to production soon , and we intend to build a test environment that will resemble the production environment as close as possible.

Hadoop Failover and Failback Solution

less than 1 minute read

As you can see in the previous blog , Hadoop successfully failover , but it fails to failback. Our solution to this problem is this:

Testing Hadoop - Starting HBase

less than 1 minute read

Hbase configuration and running is very similar to hadoops. Not surprisingly , they also have a nice Getting Started page. The tricky part , though , is to u...

Testing Hadoop - Starting Hadoop

1 minute read

First thing : It works. If you’re getting a lot error messages and you start thinking “well , maybe it’s crap. still 0.18 can’t be that good a version” Stop...

Testing Hadoop - Problem Definition

1 minute read

We have a very large amount of relatively small files (~5k avg , 41k max , 0k min) , that we access a lot (20M times a day) for various computations. Current...

Back to Top ↑

Scala 101

Scala 101 - Scoping

2 minute read

This is a part of my Scala tutorial . Read the first part & second part for a more general Scala intro. You can read here for an overview of how to write...

Scala 101 - Named & Default parameters

1 minute read

Another syntax sugar provided in Scala are the default values for parameters , and the named parameters. Its fairly stright forwards , so We’ll just start wi...

Scala 101 - OOP : Getters & Setters

2 minute read

This is a part of my Scala tutorial . Read the first part & second part for a more general Scala intro. You can read here for an overview of how to write...

Scala 101– Basic OOP : Writing a class

4 minute read

This is part 3 of my Scala tutorial – read the first part and the second part for a more general Scala intro. All the examples you see here were ran via the ...

Back to Top ↑

Java

XMLing in Java? Use java-xmlbuilder

less than 1 minute read

XML is not native to Java. Many will disagree, but this is just the simple truth. It’s tedious, messy and generally ugly - specially compares to Groovy or Sc...

Back to Top ↑

C#

Using Log4Net in a C# web application

1 minute read

I came to Log4Net because I really loved Log4j , but I must say the documentation on this project is simply crappy, and half of the links in the project page...

Learning C# with a Java background

less than 1 minute read

I’m a Java programmer , and  I’m starting to work on a production project written in C# , so this is a great time to start learning this language . I’ve neve...

Back to Top ↑

Maven

Maven: Building a Java-Groovy mixed project

less than 1 minute read

I have a project that mixes Java and Groovy, and the main problem I ran into was that the jar was nicely built, but it only contained the Java classes, and n...

Maven - Creating an executable jar

less than 1 minute read

I wanted to create an executable jar in maven , s.t whenever I run”mvn install” , it will generate both the regular one and the executable one.

Back to Top ↑

Tomcat

Back to Top ↑

Hibernate

Back to Top ↑

Mockito

Back to Top ↑

Unit tests

Back to Top ↑

Off Topic

Back to Top ↑

Rants

Back to Top ↑

Log4Net

Using Log4Net in a C# web application

1 minute read

I came to Log4Net because I really loved Log4j , but I must say the documentation on this project is simply crappy, and half of the links in the project page...

Back to Top ↑

jar

Maven - Creating an executable jar

less than 1 minute read

I wanted to create an executable jar in maven , s.t whenever I run”mvn install” , it will generate both the regular one and the executable one.

Back to Top ↑

code quality

Back to Top ↑

XML

XMLing in Java? Use java-xmlbuilder

less than 1 minute read

XML is not native to Java. Many will disagree, but this is just the simple truth. It’s tedious, messy and generally ugly - specially compares to Groovy or Sc...

Back to Top ↑

Groovy

Maven: Building a Java-Groovy mixed project

less than 1 minute read

I have a project that mixes Java and Groovy, and the main problem I ran into was that the jar was nicely built, but it only contained the Java classes, and n...

Back to Top ↑