Commit Graph

5 Commits

Author SHA1 Message Date
casey
2351266d0e Replace single process mini-dfs with multiple processes
This should allow individual service components, such as a single nodemanager,
to be shutdown for failure testing. The mini-cluster bundled with hadoop is a
single process that does not expose the ability to control individual roles.
Now each role can be controlled and configured independently of the others.

Change-Id: Ic1d42e024226c6867e79916464d184fce886d783
Reviewed-on: http://gerrit.ent.cloudera.com:8080/1432
Tested-by: Casey Ching <casey@cloudera.com>
Reviewed-by: Casey Ching <casey@cloudera.com>
Reviewed-on: http://gerrit.ent.cloudera.com:8080/2297
Reviewed-by: Ishaan Joshi <ishaan@cloudera.com>
Tested-by: Ishaan Joshi <ishaan@cloudera.com>
2014-04-23 18:24:05 -07:00
Henry Robinson
ce2ae276c1 Build changes for CDH4 upgrade 2012-06-22 16:05:03 -07:00
Alan Choi
727ee77ec4 HBase now runs on pseudo-distributed mode with 4 region servers
code review : http://review.sf.cloudera.com/r/14695/
2012-03-08 15:07:12 -08:00
Marcel Kornacker
a607c6c69f Partitioned parallel execution in QueryTest:
- changing block assignment to plan fragments if numPartitions != all
- adding class HdfsFsCache, which caches Hdfs connections for the lifetime of the process.
  This fixes a bug in the hdfs text scan node, which used to obtain (inadvertently) shared connections
  via hdfsConnect() and then end up closing them process-wide via a call to hdfsDisconnect().
- adapting tests to eliminate random output

Also fixed handling of empty tables (or empty scan ranges) (jira IMP-28)
2012-02-07 16:05:57 -08:00
Henry Robinson
32e230b256 Shell scripts to start, load and kill a mini dfs cluster.
mvn -Pload_testdata ... from fe/ will run a three-node,
single-process HDFS cluster loaded with data from
AllTypesAgg in /impala-dist-test.

A Hive table over this data is created as AllTypesAggMini.
2012-01-30 17:32:12 -08:00