Results 1 to 3 of 3

Thread: sudo -u hdfs error;

  1. #1
    Join Date
    Dec 2011
    Beans
    3

    sudo -u hdfs error;

    installed hive.....command hive working fine.........
    while trying it as hdfs user its not working........


    $ sudo -u hdfs hive
    sudo: hive: command not found

    please give solutions!!!

  2. #2
    Join Date
    May 2007
    Location
    The New Forest
    Beans
    Hidden!
    Distro
    Xubuntu

    Re: sudo -u hdfs error;

    Thread moved to General Help.

  3. #3

    Re: sudo -u hdfs error;

    Code:
    su - hdfs
    to switch to that user.
    Code:
    man sudo
    for how to run commands as another user.
    Windows assumes the user is an idiot.
    Linux demands proof.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •