Re: WARN util.NativeCodeLoader

2016-12-12 Thread Steve Loughran
> On 8 Dec 2016, at 06:38, baipeng <b...@meitu.com> wrote: > > Hi ALL > > I’m new to Spark.When I execute spark-shell, the first line is as > follows > WARN util.NativeCodeLoader: Unable to load native-hadoop library for your > platform... using builtin

Re: WARN util.NativeCodeLoader

2016-12-07 Thread Sean Owen
You can ignore it. You can also install the native libs in question but it's just a minor accelerator. On Thu, Dec 8, 2016 at 2:36 PM baipeng <b...@meitu.com> wrote: > Hi ALL > > I’m new to Spark.When I execute spark-shell, the first line is as follows > WARN util.Native

WARN util.NativeCodeLoader

2016-12-07 Thread baipeng
Hi ALL I’m new to Spark.When I execute spark-shell, the first line is as follows WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable. Can someone tell me how to solve the problem