implanta o hadoop com juju

0

porque depois de executar o comando:

juju deploy hadoop hadoop-master --to 7

obtenha este erro

ERROR cannot upload charm to provider storage: gomaasapi: got error back from server: 500 Internal Server Error (<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>500 Internal Server Error</title>
</head><body>
<h1>Internal Server Error</h1>
<p>The server encountered an internal error or
misconfiguration and was unable to complete
your request.</p>
<p>Please contact the server administrator at 
 webmaster@localhost to inform them of the time this error occurred,
 and the actions you performed just before this error.</p>
<p>More information about this error may be available
in the server error log.</p>
<hr>
<address>Apache/2.4.7 (Ubuntu) Server at 1.1.1.10 Port 80</address>
</body></html>
)

obrigado

    
por Riccardo Magrini 22.07.2014 / 15:40

1 resposta

0

Parece que o seu MAAS não está configurado corretamente ou parou de ser executado, porque desde então você pode executar juju deploy você fazer ter um ambiente de juju autoinicializado. Você pode acessar sua interface de usuário da web do MAAS a partir do URL especificado em seu $HOME/.juju/environments.yaml ? Verificar a documentação do MAAS - link também pode ajudar.

    
por dimitern 09.10.2014 / 13:57