Skip to content

Commit

Permalink
only 4 threads git add .
Browse files Browse the repository at this point in the history
  • Loading branch information
Baunsgaard committed Oct 21, 2024
1 parent c8c704e commit 7b2d188
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ protected void readCSVFrameFromHDFS( Path path, JobConf job, FileSystem fs,
throws IOException
{
Timing time = new Timing(true);
final int numThreads = InfrastructureAnalyzer.getLocalParallelism() / 2;
final int numThreads = 4 ; // InfrastructureAnalyzer.getLocalParallelism() / 2;
// OptimizerUtils.getParallelTextReadParallelism();

TextInputFormat informat = new TextInputFormat();
Expand Down

0 comments on commit 7b2d188

Please sign in to comment.