Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HistoryServer pattern matching is broken for jobs() #2

Open
burak opened this issue Oct 7, 2016 · 0 comments
Open

HistoryServer pattern matching is broken for jobs() #2

burak opened this issue Oct 7, 2016 · 0 comments

Comments

@burak
Copy link
Member

burak commented Oct 7, 2016

I've pushed some patches to make this blow up with a more meaningful message but didn't debug the issue itself yet.

Didn't check is there should be a jobs() in there or not ( same with application_$id )

perl -MData::Dumper \
     -MNet::Hadoop::YARN::HistoryServer -wle '
my $hist = Net::Hadoop::YARN::HistoryServer->new;
my $j = $hist->jobs( shift );
print Dumper $j
'  job_1474591259997_645591

No validator for `job_1474591259997_645591` [0]. Be sure that `jobs` via: `Net::Hadoop::YARN::HistoryServer::jobs` is a valid API endpoint for this object at lib/Net/Hadoop/YARN/Roles/AppMasterHistoryServer.pm line 68.

job() is working as expected, however.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant