On 01 июля 2014 г., at 18:40, Tijl Coosemans wrote:
> On Tue, 1 Jul 2014 17:42:07 +0400 Dmitry Sivachenko wrote:
>> Hello!
>>
>> I have the following line in my pkg-plist:
>>
>> @exec install -d -o root -g %%HADOOP_GROUP%% -m 0775 %%HADOOP_LOGDIR%%
>>
>> After installation, directory is create
On Tue, 1 Jul 2014 17:42:07 +0400 Dmitry Sivachenko wrote:
> Hello!
>
> I have the following line in my pkg-plist:
>
> @exec install -d -o root -g %%HADOOP_GROUP%% -m 0775 %%HADOOP_LOGDIR%%
>
> After installation, directory is created without write access for group:
>
> # ls -la /var/log/hadoop