Project

General

Profile

« Previous | Next » 

Revision 56442

removed thrown exception when path not found in json

View differences:

modules/dnet-mapreduce-jobs/trunk/src/main/java/eu/dnetlib/data/mapreduce/hbase/bulktag/ResultTagger.java
56 56
                param.put(key, jsonContext.read(params.get(key)));
57 57
            } catch (com.jayway.jsonpath.PathNotFoundException e) {
58 58
                param.put(key, new ArrayList<>());
59
                throw e;
59
               // throw e;
60 60
            }
61 61
        }
62 62
        return param;

Also available in: Unified diff