I have been working on this problem for two days and still have not find the way.
Problem: Our Spark installed via newest CDH 5 always complains abo
For Hortonworks 2.3.0 with Ambari for Spark to work with LZO you need to add Custom spark-defaults properties. I added:
/usr/hdp/current/hadoop-client/lib/hadoop-lzo-0.6.0.{{hdp_full_version}}.jar
/usr/hdp/current/hadoop-client/lib/native:/usr/hdp/current/hadoop-client/lib/native/Linux-amd64-64
This is based on the HDP 2.3.0 upgrading SPARK 2.2 page (it has some typos).