Skip to content

Commit

Permalink
less parallelizm
Browse files Browse the repository at this point in the history
  • Loading branch information
Baunsgaard committed Oct 21, 2024
1 parent 394f5d4 commit c8c704e
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();
final int numThreads = InfrastructureAnalyzer.getLocalParallelism() / 2;
// OptimizerUtils.getParallelTextReadParallelism();

TextInputFormat informat = new TextInputFormat();
Expand Down

0 comments on commit c8c704e

Please sign in to comment.