Re: hdfs commands tutorial

2015-08-13 Thread Adaryl "Bob" Wakefield, MBA
It’s a list of commands. That’s like giving me a big huge chest of automotive 
tools then telling me to go repair a car. I’m looking for something more along 
the lines of:
https://www.youtube.com/watch?v=sSXqXm05aJ4

B.

From: Shahab Yunus 
Sent: Friday, August 14, 2015 12:05 AM
To: user@hadoop.apache.org 
Subject: Re: hdfs commands tutorial

I am confused. The linked posted above tells you exactly that that how you 
interact with hdfs to do various tasks and features with examples.

What else are you looking for?

Regards,
Shahab

On Aug 14, 2015 12:14 AM, "Adaryl "Bob" Wakefield, MBA" 
 wrote:

  That’s a reference. I need something that says, “and this is how you interact 
with HDFS”. Everything I find talks a lot about how hdfs works but there is 
very little on how to move around in HDFS.

  From: Ashish Kumar9 
  Sent: Thursday, August 13, 2015 10:28 PM
  To: user@hadoop.apache.org 
  Subject: Re: hdfs commands tutorial

  Did you try this . I referred to this when I was learning . 
  
http://hadoop.apache.org/docs/r2.4.1/hadoop-project-dist/hadoop-common/FileSystemShell.html
 

  Thanks and Regards,
  Ashish Kumar 


  From:"Adaryl \"Bob\" Wakefield, MBA"  
  To: 
  Date:08/14/2015 08:54 AM 
  Subject:hdfs commands tutorial 

--



  Does anybody know of a good place to learn and practice HDFS commands? 

  B. 


Re: hdfs commands tutorial

2015-08-13 Thread Shahab Yunus
I am confused. The linked posted above tells you exactly that that how you
interact with hdfs to do various tasks and features with examples.

What else are you looking for?

Regards,
Shahab
On Aug 14, 2015 12:14 AM, "Adaryl "Bob" Wakefield, MBA" <
adaryl.wakefi...@hotmail.com> wrote:

> That’s a reference. I need something that says, “and this is how you
> interact with HDFS”. Everything I find talks a lot about how hdfs works but
> there is very little on how to move around in HDFS.
>
> *From:* Ashish Kumar9 
> *Sent:* Thursday, August 13, 2015 10:28 PM
> *To:* user@hadoop.apache.org
> *Subject:* Re: hdfs commands tutorial
>
> Did you try this . I referred to this when I was learning .
>
> http://hadoop.apache.org/docs/r2.4.1/hadoop-project-dist/hadoop-common/FileSystemShell.html
>
> Thanks and Regards,
> Ashish Kumar
>
>
> From:"Adaryl \"Bob\" Wakefield, MBA"  >
> To:
> Date:08/14/2015 08:54 AM
> Subject:hdfs commands tutorial
> --
>
>
>
> Does anybody know of a good place to learn and practice HDFS commands?
>
> B.
>


Re: hdfs commands tutorial

2015-08-13 Thread Adaryl "Bob" Wakefield, MBA
That’s a reference. I need something that says, “and this is how you interact 
with HDFS”. Everything I find talks a lot about how hdfs works but there is 
very little on how to move around in HDFS.

From: Ashish Kumar9 
Sent: Thursday, August 13, 2015 10:28 PM
To: user@hadoop.apache.org 
Subject: Re: hdfs commands tutorial

Did you try this . I referred to this when I was learning . 
http://hadoop.apache.org/docs/r2.4.1/hadoop-project-dist/hadoop-common/FileSystemShell.html
 

Thanks and Regards,
Ashish Kumar 


From:"Adaryl \"Bob\" Wakefield, MBA"  
To: 
Date:08/14/2015 08:54 AM 
Subject:hdfs commands tutorial 





Does anybody know of a good place to learn and practice HDFS commands? 
  
B. 


[no subject]

2015-08-13 Thread Anil Thirunagari
  

please add me to subscription

2015-08-13 Thread Anil Thirunagari
please add me to subscription 

Re: hdfs commands tutorial

2015-08-13 Thread Ashish Kumar9
Did you try this . I referred to this when I was learning .
http://hadoop.apache.org/docs/r2.4.1/hadoop-project-dist/hadoop-common/FileSystemShell.html

Thanks and Regards,
Ashish Kumar


From:   "Adaryl \"Bob\" Wakefield, MBA" 
To: 
Date:   08/14/2015 08:54 AM
Subject:hdfs commands tutorial



Does anybody know of a good place to learn and practice HDFS commands?
 
B.


hdfs commands tutorial

2015-08-13 Thread Adaryl "Bob" Wakefield, MBA
Does anybody know of a good place to learn and practice HDFS commands?

B.

Re: Should AMRMClientAsync#CallbackHandler add method onAMCommand ?

2015-08-13 Thread Jeff Zhang
Thanks Hitesh, I only found onShutdownRequest is called
when ApplicationAttemptNotFoundException happens.
AllocateResponse#AMCommand is never checked.


AMRMClientAsyncImpl#HeartbeatThread

try {

response = client.allocate(progress);

  } catch (ApplicationAttemptNotFoundException e) {

handler.onShutdownRequest();

LOG.info("Shutdown requested. Stopping callback.");

return;

  }

On Fri, Aug 14, 2015 at 4:37 AM, Hitesh Shah  wrote:

> Please look at CallbackHandler::onShutdownRequest()
>
> thanks
> — Hitesh
>
> On Aug 13, 2015, at 6:55 AM, Jeff Zhang  wrote:
>
> > I see that AllocateResponse has AMCommand which may request AM to resync
> or shutdown, but I don't see AMRMClientAsync#CallbackHandler has any method
> to handle that.   Should AMRMClientAsync#CallbackHandler add method
> onAMCommand ?
> >
> > --
> > Best Regards
> >
> > Jeff Zhang
>
>


-- 
Best Regards

Jeff Zhang


Re: Should AMRMClientAsync#CallbackHandler add method onAMCommand ?

2015-08-13 Thread Hitesh Shah
Please look at CallbackHandler::onShutdownRequest()

thanks
— Hitesh 

On Aug 13, 2015, at 6:55 AM, Jeff Zhang  wrote:

> I see that AllocateResponse has AMCommand which may request AM to resync or 
> shutdown, but I don't see AMRMClientAsync#CallbackHandler has any method to 
> handle that.   Should AMRMClientAsync#CallbackHandler add method onAMCommand ?
> 
> -- 
> Best Regards
> 
> Jeff Zhang



Should AMRMClientAsync#CallbackHandler add method onAMCommand ?

2015-08-13 Thread Jeff Zhang
I see that AllocateResponse has AMCommand which may request AM to resync or
shutdown, but I don't see AMRMClientAsync#CallbackHandler has any method to
handle that.   Should AMRMClientAsync#CallbackHandler add method
onAMCommand ?

-- 
Best Regards

Jeff Zhang