See issues on GitHub

Release Notes

Enhancements

  • Rest:
    • Align extended Boolean parsing with Elasticsearch #798
    • Replace/Ignore DOT character in field names before inserting into Elastic Search #758

Bug fixes

  • MR:
    • Reading boolean 0/1 values from ES into Spark does not work (although false/true is ok) #795
  • Pig:
    • Pig maps can have values of different types #777
  • Rest:
    • es.index.auto.create setting doesn't work as expected #793
    • Parsing error messages can cause a NPE #776
  • Spark:
    • saveToEs saves fields with NULL values #792

Non-issue

  • Hive:
    • EsHadoopIllegalArgumentException: Cannot detect ES version #794
    • ES-Hive throwing exception while reading for bulk no. of columns #790
    • Create a external table with 'location' command success while elasticsearch-hadoop do not support 'location' function #786
  • Pig:
    • Store Tuple as object with Pig in Elasticsearch #746
  • Rest:
    • Elasticsearch : Cannot detect ES version #791
  • Spark:
    • elasticsearch-hadoop exception about mapping #766
    • Parameter ES_MAPPING_TIMESTAMP is not working using saveToEs #765

Documentation

  • General:
    • Provide Kerberos configuration documentation #762
    • Update cloud.adoc #773
    • Update configuration.adoc #772
  • Hive:
    • corrected link to 'ADD' command #788
  • Spark:
    • Fix example for spark. #768 (issue: #767)