source: proiecte/HadoopA51/src/java/ro/pub/cs/pp/a51hadoop/config/Config.java @ 166

Last change on this file since 166 was 166, checked in by (none), 14 years ago

HadoopA51: imported git repository from github

File size: 137 bytes
Line 
1package ro.pub.cs.pp.a51hadoop.config;
2
3public class Config
4{
5        public final static int N_TABLES = 4;
6        public final static int N_R = 4;
7}
Note: See TracBrowser for help on using the repository browser.