Re: Compile Zepplin source and get output like tar file structure

2018-04-30 Thread Jeff Zhang
Add this to your maven build command:

-Pbuild-distr

Soheil Pourbafrani 于2018年4月30日周一 下午3:26写道:

> Thanks, How should I enable build-distr ?
>
> On Mon, Apr 30, 2018 at 11:32 AM, Jeff Zhang  wrote:
>
>>
>> What do you mean the outputs are messy ? If you want to build binary
>> distribution, please enable profile  build-distr ?
>>
>>
>> Soheil Pourbafrani 于2018年4月30日周一 下午2:24写道:
>>
>>> Using the command
>>> mvn clean package -DskipTests -Pspark-2.0 -Phadoop-2.4 -Pr -Pscala-2.11
>>>
>>> I compiled Zeppelin source but the outputs are messy and unstructured.
>>> How can I compile it to get output like Zeppelin binary tar file structure?
>>>
>>
>


Re: Compile Zepplin source and get output like tar file structure

2018-04-30 Thread Soheil Pourbafrani
Thanks, How should I enable build-distr ?

On Mon, Apr 30, 2018 at 11:32 AM, Jeff Zhang  wrote:

>
> What do you mean the outputs are messy ? If you want to build binary
> distribution, please enable profile  build-distr ?
>
>
> Soheil Pourbafrani 于2018年4月30日周一 下午2:24写道:
>
>> Using the command
>> mvn clean package -DskipTests -Pspark-2.0 -Phadoop-2.4 -Pr -Pscala-2.11
>>
>> I compiled Zeppelin source but the outputs are messy and unstructured.
>> How can I compile it to get output like Zeppelin binary tar file structure?
>>
>


Re: Compile Zepplin source and get output like tar file structure

2018-04-30 Thread Jeff Zhang
What do you mean the outputs are messy ? If you want to build binary
distribution, please enable profile  build-distr ?


Soheil Pourbafrani 于2018年4月30日周一 下午2:24写道:

> Using the command
> mvn clean package -DskipTests -Pspark-2.0 -Phadoop-2.4 -Pr -Pscala-2.11
>
> I compiled Zeppelin source but the outputs are messy and unstructured. How
> can I compile it to get output like Zeppelin binary tar file structure?
>


Compile Zepplin source and get output like tar file structure

2018-04-30 Thread Soheil Pourbafrani
Using the command
mvn clean package -DskipTests -Pspark-2.0 -Phadoop-2.4 -Pr -Pscala-2.11

I compiled Zeppelin source but the outputs are messy and unstructured. How
can I compile it to get output like Zeppelin binary tar file structure?