Project

General

Profile

« Previous | Next » 

Revision 45795

virtuoso thread from 15 to 12

View differences:

LodImportReducer.java
14 14
import org.apache.hadoop.mapreduce.Reducer;
15 15
import org.apache.log4j.Logger;
16 16
import org.json.JSONObject;
17

  
17 18
import com.jolbox.bonecp.BoneCPDataSource;
18 19

  
19 20
import eu.dnetlib.data.mapreduce.hbase.lodImport.utils.DB;
......
119 120
                 final int NQUAD_LEVEL = 64;
120 121
                 ps.setInt(4, NQUAD_LEVEL);
121 122
                 ps.setInt(5, 0);
122
                 ps.setInt(6, 15);
123
                 ps.setInt(6, 12);
123 124
                 ps.setInt(7, 0);
124 125
                 ps.execute();                 
125 126
                 
......
175 176
            final int NQUAD_LEVEL = 64;
176 177
            ps.setInt(4, NQUAD_LEVEL);
177 178
            ps.setInt(5, 0);
178
            ps.setInt(6, 15);
179
            ps.setInt(6, 12);
179 180
            ps.setInt(7, 0);
180 181
            ps.execute();                 
181 182
            
......
204 205
                    final int NQUAD_LEVEL = 64;
205 206
                    ps.setInt(4, NQUAD_LEVEL);
206 207
                    ps.setInt(5, 0);
207
                    ps.setInt(6, 15);
208
                    ps.setInt(6, 12);
208 209
                    ps.setInt(7, 0);
209 210
                    ps.execute();                 
210 211
                    
......
228 229
                    final int NQUAD_LEVEL = 64;
229 230
                    ps.setInt(4, NQUAD_LEVEL);
230 231
                    ps.setInt(5, 0);
231
                    ps.setInt(6, 15);
232
                    ps.setInt(6, 12);
232 233
                    ps.setInt(7, 0);
233 234
                    ps.execute();                 
234 235
                    

Also available in: Unified diff