See issues on GitHub

Release Notes

Enhancements

  • Rest:
    • Align extended Boolean parsing with Elasticsearch #798
    • Fields replacement in es.update.script.params fails for objects #760
  • Spark:
    • Upgrade to Spark 1.6.2 #797

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

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
  • Rest:
    • Elasticsearch : Cannot detect ES version #791

Documentation

  • Hive:
    • corrected link to 'ADD' command #788
  • Spark:
    • Update spark.adoc #785