[jira] [Updated] (AMBARI-25005) Ambari hides information about cred_store generation failures. Resulting in confusing errors at later stages

2019-05-14 Thread Andrew Onischuk (JIRA)


 [ 
https://issues.apache.org/jira/browse/AMBARI-25005?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Onischuk updated AMBARI-25005:
-
Resolution: Fixed
Status: Resolved  (was: Patch Available)

Committed to trunk

> Ambari hides information about cred_store generation failures. Resulting in 
> confusing errors at later stages
> 
>
> Key: AMBARI-25005
> URL: https://issues.apache.org/jira/browse/AMBARI-25005
> Project: Ambari
>  Issue Type: Bug
>Reporter: Andrew Onischuk
>Assignee: Andrew Onischuk
>Priority: Major
>  Labels: pull-request-available
> Fix For: 2.8.0
>
> Attachments: AMBARI-25005.patch, AMBARI-25005.patch
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Component was failing to install due to:
> 
> 
> Caught an exception while executing custom service command:  'exceptions.OSError'>: [Errno 2] No such file or directory: 
> '/var/lib/ambari-agent/cred/conf/dp_profiler_agent/dpprofiler-config.jceks'; 
> [Errno 2] No such file or directory: 
> '/var/lib/ambari-agent/cred/conf/dp_profiler_agent/dpprofiler-config.jceks'
> 
> Command failed after 1 tries
> 
> The reason was an empty password provided in blueprint. However it took lots
> of time to debug this. Since ambari won't show any information regarding
> failures during cred_store generation.
> The goal is too fail earlier and show output of failed generation command.  
> So with the patch it looks like this:
> 
> 
> Caught an exception while executing custom service command:  'resource_management.core.exceptions.ExecutionFailed'>: Execution of 
> '/usr/lib/jvm/java-openjdk/bin/java -cp '/var/lib/ambari-agent/cred/lib/*' 
> org.apache.hadoop.security.alias.CredentialShell create 
> dpprofiler.spnego.signature.secret -value '[PROTECTED]' -provider 
> jceks://file/var/lib/ambari-agent/cred/conf/dp_profiler_agent/dpprofiler-config.jceks'
>  returned 1. SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
> SLF4J: Defaulting to no-operation (NOP) logger implementation
> SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further 
> details.
> Dec 06, 2018 11:05:45 AM org.apache.hadoop.util.NativeCodeLoader 
> WARNING: Unable to load native-hadoop library for your platform... using 
> builtin-java classes where applicable
> java.lang.IllegalArgumentException: Empty key
>   at javax.crypto.spec.SecretKeySpec.(SecretKeySpec.java:96)
>   at 
> org.apache.hadoop.security.alias.AbstractJavaKeyStoreProvider.innerSetCredential(AbstractJavaKeyStoreProvider.java:304)
>   at 
> org.apache.hadoop.security.alias.AbstractJavaKeyStoreProvider.createCredentialEntry(AbstractJavaKeyStoreProvider.java:269)
>   at 
> org.apache.hadoop.security.alias.CredentialShell$CreateCommand.execute(CredentialShell.java:365)
>   at 
> org.apache.hadoop.security.alias.CredentialShell.run(CredentialShell.java:68)
>   at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:70)
>   at 
> org.apache.hadoop.security.alias.CredentialShell.main(CredentialShell.java:442);
>  Execution of '/usr/lib/jvm/java-openjdk/bin/java -cp 
> '/var/lib/ambari-agent/cred/lib/*' 
> org.apache.hadoop.security.alias.CredentialShell create 
> dpprofiler.spnego.signature.secret -value '[PROTECTED]' -provider 
> jceks://file/var/lib/ambari-agent/cred/conf/dp_profiler_agent/dpprofiler-config.jceks'
>  returned 1. SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
> SLF4J: Defaulting to no-operation (NOP) logger implementation
> SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further 
> details.
> Dec 06, 2018 11:05:45 AM org.apache.hadoop.util.NativeCodeLoader 
> WARNING: Unable to load native-hadoop library for your platform... using 
> builtin-java classes where applicable
> java.lang.IllegalArgumentException: Empty key
>   at javax.crypto.spec.SecretKeySpec.(SecretKeySpec.java:96)
>   at 
> org.apache.hadoop.security.alias.AbstractJavaKeyStoreProvider.innerSetCredential(AbstractJavaKeyStoreProvider.java:304)
>   at 
> org.apache.hadoop.security.alias.AbstractJavaKeyStoreProvider.createCredentialEntry(AbstractJavaKeyStoreProvider.java:269)
>   at 
> org.apache.hadoop.security.alias.CredentialShell$CreateCommand.execute(CredentialShell.java:365)
>   at 
> org.apache.hadoop.security.alias.CredentialShell.run(CredentialShell.java:68)
>   at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:70)
>   at 
> org.apache.hadoop.security.alias.CredentialShell.main(CredentialShell.java:442)
> 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (AMBARI-25005) Ambari hides information about cred_store generation failures. Resulting in confusing errors at later stages

2018-12-07 Thread Andrew Onischuk (JIRA)


 [ 
https://issues.apache.org/jira/browse/AMBARI-25005?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Onischuk updated AMBARI-25005:
-
Attachment: AMBARI-25005.patch

> Ambari hides information about cred_store generation failures. Resulting in 
> confusing errors at later stages
> 
>
> Key: AMBARI-25005
> URL: https://issues.apache.org/jira/browse/AMBARI-25005
> Project: Ambari
>  Issue Type: Bug
>Reporter: Andrew Onischuk
>Assignee: Andrew Onischuk
>Priority: Major
>  Labels: pull-request-available
> Fix For: 2.8.0
>
> Attachments: AMBARI-25005.patch, AMBARI-25005.patch
>
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Component was failing to install due to:
> 
> 
> Caught an exception while executing custom service command:  'exceptions.OSError'>: [Errno 2] No such file or directory: 
> '/var/lib/ambari-agent/cred/conf/dp_profiler_agent/dpprofiler-config.jceks'; 
> [Errno 2] No such file or directory: 
> '/var/lib/ambari-agent/cred/conf/dp_profiler_agent/dpprofiler-config.jceks'
> 
> Command failed after 1 tries
> 
> The reason was an empty password provided in blueprint. However it took lots
> of time to debug this. Since ambari won't show any information regarding
> failures during cred_store generation.
> The goal is too fail earlier and show output of failed generation command.  
> So with the patch it looks like this:
> 
> 
> Caught an exception while executing custom service command:  'resource_management.core.exceptions.ExecutionFailed'>: Execution of 
> '/usr/lib/jvm/java-openjdk/bin/java -cp '/var/lib/ambari-agent/cred/lib/*' 
> org.apache.hadoop.security.alias.CredentialShell create 
> dpprofiler.spnego.signature.secret -value '[PROTECTED]' -provider 
> jceks://file/var/lib/ambari-agent/cred/conf/dp_profiler_agent/dpprofiler-config.jceks'
>  returned 1. SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
> SLF4J: Defaulting to no-operation (NOP) logger implementation
> SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further 
> details.
> Dec 06, 2018 11:05:45 AM org.apache.hadoop.util.NativeCodeLoader 
> WARNING: Unable to load native-hadoop library for your platform... using 
> builtin-java classes where applicable
> java.lang.IllegalArgumentException: Empty key
>   at javax.crypto.spec.SecretKeySpec.(SecretKeySpec.java:96)
>   at 
> org.apache.hadoop.security.alias.AbstractJavaKeyStoreProvider.innerSetCredential(AbstractJavaKeyStoreProvider.java:304)
>   at 
> org.apache.hadoop.security.alias.AbstractJavaKeyStoreProvider.createCredentialEntry(AbstractJavaKeyStoreProvider.java:269)
>   at 
> org.apache.hadoop.security.alias.CredentialShell$CreateCommand.execute(CredentialShell.java:365)
>   at 
> org.apache.hadoop.security.alias.CredentialShell.run(CredentialShell.java:68)
>   at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:70)
>   at 
> org.apache.hadoop.security.alias.CredentialShell.main(CredentialShell.java:442);
>  Execution of '/usr/lib/jvm/java-openjdk/bin/java -cp 
> '/var/lib/ambari-agent/cred/lib/*' 
> org.apache.hadoop.security.alias.CredentialShell create 
> dpprofiler.spnego.signature.secret -value '[PROTECTED]' -provider 
> jceks://file/var/lib/ambari-agent/cred/conf/dp_profiler_agent/dpprofiler-config.jceks'
>  returned 1. SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
> SLF4J: Defaulting to no-operation (NOP) logger implementation
> SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further 
> details.
> Dec 06, 2018 11:05:45 AM org.apache.hadoop.util.NativeCodeLoader 
> WARNING: Unable to load native-hadoop library for your platform... using 
> builtin-java classes where applicable
> java.lang.IllegalArgumentException: Empty key
>   at javax.crypto.spec.SecretKeySpec.(SecretKeySpec.java:96)
>   at 
> org.apache.hadoop.security.alias.AbstractJavaKeyStoreProvider.innerSetCredential(AbstractJavaKeyStoreProvider.java:304)
>   at 
> org.apache.hadoop.security.alias.AbstractJavaKeyStoreProvider.createCredentialEntry(AbstractJavaKeyStoreProvider.java:269)
>   at 
> org.apache.hadoop.security.alias.CredentialShell$CreateCommand.execute(CredentialShell.java:365)
>   at 
> org.apache.hadoop.security.alias.CredentialShell.run(CredentialShell.java:68)
>   at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:70)
>   at 
> org.apache.hadoop.security.alias.CredentialShell.main(CredentialShell.java:442)
> 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (AMBARI-25005) Ambari hides information about cred_store generation failures. Resulting in confusing errors at later stages

2018-12-06 Thread Andrew Onischuk (JIRA)


 [ 
https://issues.apache.org/jira/browse/AMBARI-25005?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Onischuk updated AMBARI-25005:
-
Status: Patch Available  (was: Open)

> Ambari hides information about cred_store generation failures. Resulting in 
> confusing errors at later stages
> 
>
> Key: AMBARI-25005
> URL: https://issues.apache.org/jira/browse/AMBARI-25005
> Project: Ambari
>  Issue Type: Bug
>Reporter: Andrew Onischuk
>Assignee: Andrew Onischuk
>Priority: Major
> Fix For: 2.8.0
>
> Attachments: AMBARI-25005.patch
>
>
> Component was failing to install due to:
> 
> 
> Caught an exception while executing custom service command:  'exceptions.OSError'>: [Errno 2] No such file or directory: 
> '/var/lib/ambari-agent/cred/conf/dp_profiler_agent/dpprofiler-config.jceks'; 
> [Errno 2] No such file or directory: 
> '/var/lib/ambari-agent/cred/conf/dp_profiler_agent/dpprofiler-config.jceks'
> 
> Command failed after 1 tries
> 
> The reason was an empty password provided in blueprint. However it took lots
> of time to debug this. Since ambari won't show any information regarding
> failures during cred_store generation.
> The goal is too fail earlier and show output of failed generation command.  
> So with the patch it looks like this:
> 
> 
> Caught an exception while executing custom service command:  'resource_management.core.exceptions.ExecutionFailed'>: Execution of 
> '/usr/lib/jvm/java-openjdk/bin/java -cp '/var/lib/ambari-agent/cred/lib/*' 
> org.apache.hadoop.security.alias.CredentialShell create 
> dpprofiler.spnego.signature.secret -value '[PROTECTED]' -provider 
> jceks://file/var/lib/ambari-agent/cred/conf/dp_profiler_agent/dpprofiler-config.jceks'
>  returned 1. SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
> SLF4J: Defaulting to no-operation (NOP) logger implementation
> SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further 
> details.
> Dec 06, 2018 11:05:45 AM org.apache.hadoop.util.NativeCodeLoader 
> WARNING: Unable to load native-hadoop library for your platform... using 
> builtin-java classes where applicable
> java.lang.IllegalArgumentException: Empty key
>   at javax.crypto.spec.SecretKeySpec.(SecretKeySpec.java:96)
>   at 
> org.apache.hadoop.security.alias.AbstractJavaKeyStoreProvider.innerSetCredential(AbstractJavaKeyStoreProvider.java:304)
>   at 
> org.apache.hadoop.security.alias.AbstractJavaKeyStoreProvider.createCredentialEntry(AbstractJavaKeyStoreProvider.java:269)
>   at 
> org.apache.hadoop.security.alias.CredentialShell$CreateCommand.execute(CredentialShell.java:365)
>   at 
> org.apache.hadoop.security.alias.CredentialShell.run(CredentialShell.java:68)
>   at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:70)
>   at 
> org.apache.hadoop.security.alias.CredentialShell.main(CredentialShell.java:442);
>  Execution of '/usr/lib/jvm/java-openjdk/bin/java -cp 
> '/var/lib/ambari-agent/cred/lib/*' 
> org.apache.hadoop.security.alias.CredentialShell create 
> dpprofiler.spnego.signature.secret -value '[PROTECTED]' -provider 
> jceks://file/var/lib/ambari-agent/cred/conf/dp_profiler_agent/dpprofiler-config.jceks'
>  returned 1. SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
> SLF4J: Defaulting to no-operation (NOP) logger implementation
> SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further 
> details.
> Dec 06, 2018 11:05:45 AM org.apache.hadoop.util.NativeCodeLoader 
> WARNING: Unable to load native-hadoop library for your platform... using 
> builtin-java classes where applicable
> java.lang.IllegalArgumentException: Empty key
>   at javax.crypto.spec.SecretKeySpec.(SecretKeySpec.java:96)
>   at 
> org.apache.hadoop.security.alias.AbstractJavaKeyStoreProvider.innerSetCredential(AbstractJavaKeyStoreProvider.java:304)
>   at 
> org.apache.hadoop.security.alias.AbstractJavaKeyStoreProvider.createCredentialEntry(AbstractJavaKeyStoreProvider.java:269)
>   at 
> org.apache.hadoop.security.alias.CredentialShell$CreateCommand.execute(CredentialShell.java:365)
>   at 
> org.apache.hadoop.security.alias.CredentialShell.run(CredentialShell.java:68)
>   at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:70)
>   at 
> org.apache.hadoop.security.alias.CredentialShell.main(CredentialShell.java:442)
> 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (AMBARI-25005) Ambari hides information about cred_store generation failures. Resulting in confusing errors at later stages

2018-12-06 Thread ASF GitHub Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/AMBARI-25005?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated AMBARI-25005:

Labels: pull-request-available  (was: )

> Ambari hides information about cred_store generation failures. Resulting in 
> confusing errors at later stages
> 
>
> Key: AMBARI-25005
> URL: https://issues.apache.org/jira/browse/AMBARI-25005
> Project: Ambari
>  Issue Type: Bug
>Reporter: Andrew Onischuk
>Assignee: Andrew Onischuk
>Priority: Major
>  Labels: pull-request-available
> Fix For: 2.8.0
>
> Attachments: AMBARI-25005.patch
>
>
> Component was failing to install due to:
> 
> 
> Caught an exception while executing custom service command:  'exceptions.OSError'>: [Errno 2] No such file or directory: 
> '/var/lib/ambari-agent/cred/conf/dp_profiler_agent/dpprofiler-config.jceks'; 
> [Errno 2] No such file or directory: 
> '/var/lib/ambari-agent/cred/conf/dp_profiler_agent/dpprofiler-config.jceks'
> 
> Command failed after 1 tries
> 
> The reason was an empty password provided in blueprint. However it took lots
> of time to debug this. Since ambari won't show any information regarding
> failures during cred_store generation.
> The goal is too fail earlier and show output of failed generation command.  
> So with the patch it looks like this:
> 
> 
> Caught an exception while executing custom service command:  'resource_management.core.exceptions.ExecutionFailed'>: Execution of 
> '/usr/lib/jvm/java-openjdk/bin/java -cp '/var/lib/ambari-agent/cred/lib/*' 
> org.apache.hadoop.security.alias.CredentialShell create 
> dpprofiler.spnego.signature.secret -value '[PROTECTED]' -provider 
> jceks://file/var/lib/ambari-agent/cred/conf/dp_profiler_agent/dpprofiler-config.jceks'
>  returned 1. SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
> SLF4J: Defaulting to no-operation (NOP) logger implementation
> SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further 
> details.
> Dec 06, 2018 11:05:45 AM org.apache.hadoop.util.NativeCodeLoader 
> WARNING: Unable to load native-hadoop library for your platform... using 
> builtin-java classes where applicable
> java.lang.IllegalArgumentException: Empty key
>   at javax.crypto.spec.SecretKeySpec.(SecretKeySpec.java:96)
>   at 
> org.apache.hadoop.security.alias.AbstractJavaKeyStoreProvider.innerSetCredential(AbstractJavaKeyStoreProvider.java:304)
>   at 
> org.apache.hadoop.security.alias.AbstractJavaKeyStoreProvider.createCredentialEntry(AbstractJavaKeyStoreProvider.java:269)
>   at 
> org.apache.hadoop.security.alias.CredentialShell$CreateCommand.execute(CredentialShell.java:365)
>   at 
> org.apache.hadoop.security.alias.CredentialShell.run(CredentialShell.java:68)
>   at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:70)
>   at 
> org.apache.hadoop.security.alias.CredentialShell.main(CredentialShell.java:442);
>  Execution of '/usr/lib/jvm/java-openjdk/bin/java -cp 
> '/var/lib/ambari-agent/cred/lib/*' 
> org.apache.hadoop.security.alias.CredentialShell create 
> dpprofiler.spnego.signature.secret -value '[PROTECTED]' -provider 
> jceks://file/var/lib/ambari-agent/cred/conf/dp_profiler_agent/dpprofiler-config.jceks'
>  returned 1. SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
> SLF4J: Defaulting to no-operation (NOP) logger implementation
> SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further 
> details.
> Dec 06, 2018 11:05:45 AM org.apache.hadoop.util.NativeCodeLoader 
> WARNING: Unable to load native-hadoop library for your platform... using 
> builtin-java classes where applicable
> java.lang.IllegalArgumentException: Empty key
>   at javax.crypto.spec.SecretKeySpec.(SecretKeySpec.java:96)
>   at 
> org.apache.hadoop.security.alias.AbstractJavaKeyStoreProvider.innerSetCredential(AbstractJavaKeyStoreProvider.java:304)
>   at 
> org.apache.hadoop.security.alias.AbstractJavaKeyStoreProvider.createCredentialEntry(AbstractJavaKeyStoreProvider.java:269)
>   at 
> org.apache.hadoop.security.alias.CredentialShell$CreateCommand.execute(CredentialShell.java:365)
>   at 
> org.apache.hadoop.security.alias.CredentialShell.run(CredentialShell.java:68)
>   at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:70)
>   at 
> org.apache.hadoop.security.alias.CredentialShell.main(CredentialShell.java:442)
> 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (AMBARI-25005) Ambari hides information about cred_store generation failures. Resulting in confusing errors at later stages

2018-12-06 Thread Andrew Onischuk (JIRA)


 [ 
https://issues.apache.org/jira/browse/AMBARI-25005?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Onischuk updated AMBARI-25005:
-
Attachment: AMBARI-25005.patch

> Ambari hides information about cred_store generation failures. Resulting in 
> confusing errors at later stages
> 
>
> Key: AMBARI-25005
> URL: https://issues.apache.org/jira/browse/AMBARI-25005
> Project: Ambari
>  Issue Type: Bug
>Reporter: Andrew Onischuk
>Assignee: Andrew Onischuk
>Priority: Major
> Fix For: 2.8.0
>
> Attachments: AMBARI-25005.patch
>
>
> Component was failing to install due to:
> 
> 
> Caught an exception while executing custom service command:  'exceptions.OSError'>: [Errno 2] No such file or directory: 
> '/var/lib/ambari-agent/cred/conf/dp_profiler_agent/dpprofiler-config.jceks'; 
> [Errno 2] No such file or directory: 
> '/var/lib/ambari-agent/cred/conf/dp_profiler_agent/dpprofiler-config.jceks'
> 
> Command failed after 1 tries
> 
> The reason was an empty password provided in blueprint. However it took lots
> of time to debug this. Since ambari won't show any information regarding
> failures during cred_store generation.
> The goal is too fail earlier and show output of failed generation command.  
> So with the patch it looks like this:
> 
> 
> Caught an exception while executing custom service command:  'resource_management.core.exceptions.ExecutionFailed'>: Execution of 
> '/usr/lib/jvm/java-openjdk/bin/java -cp '/var/lib/ambari-agent/cred/lib/*' 
> org.apache.hadoop.security.alias.CredentialShell create 
> dpprofiler.spnego.signature.secret -value '[PROTECTED]' -provider 
> jceks://file/var/lib/ambari-agent/cred/conf/dp_profiler_agent/dpprofiler-config.jceks'
>  returned 1. SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
> SLF4J: Defaulting to no-operation (NOP) logger implementation
> SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further 
> details.
> Dec 06, 2018 11:05:45 AM org.apache.hadoop.util.NativeCodeLoader 
> WARNING: Unable to load native-hadoop library for your platform... using 
> builtin-java classes where applicable
> java.lang.IllegalArgumentException: Empty key
>   at javax.crypto.spec.SecretKeySpec.(SecretKeySpec.java:96)
>   at 
> org.apache.hadoop.security.alias.AbstractJavaKeyStoreProvider.innerSetCredential(AbstractJavaKeyStoreProvider.java:304)
>   at 
> org.apache.hadoop.security.alias.AbstractJavaKeyStoreProvider.createCredentialEntry(AbstractJavaKeyStoreProvider.java:269)
>   at 
> org.apache.hadoop.security.alias.CredentialShell$CreateCommand.execute(CredentialShell.java:365)
>   at 
> org.apache.hadoop.security.alias.CredentialShell.run(CredentialShell.java:68)
>   at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:70)
>   at 
> org.apache.hadoop.security.alias.CredentialShell.main(CredentialShell.java:442);
>  Execution of '/usr/lib/jvm/java-openjdk/bin/java -cp 
> '/var/lib/ambari-agent/cred/lib/*' 
> org.apache.hadoop.security.alias.CredentialShell create 
> dpprofiler.spnego.signature.secret -value '[PROTECTED]' -provider 
> jceks://file/var/lib/ambari-agent/cred/conf/dp_profiler_agent/dpprofiler-config.jceks'
>  returned 1. SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
> SLF4J: Defaulting to no-operation (NOP) logger implementation
> SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further 
> details.
> Dec 06, 2018 11:05:45 AM org.apache.hadoop.util.NativeCodeLoader 
> WARNING: Unable to load native-hadoop library for your platform... using 
> builtin-java classes where applicable
> java.lang.IllegalArgumentException: Empty key
>   at javax.crypto.spec.SecretKeySpec.(SecretKeySpec.java:96)
>   at 
> org.apache.hadoop.security.alias.AbstractJavaKeyStoreProvider.innerSetCredential(AbstractJavaKeyStoreProvider.java:304)
>   at 
> org.apache.hadoop.security.alias.AbstractJavaKeyStoreProvider.createCredentialEntry(AbstractJavaKeyStoreProvider.java:269)
>   at 
> org.apache.hadoop.security.alias.CredentialShell$CreateCommand.execute(CredentialShell.java:365)
>   at 
> org.apache.hadoop.security.alias.CredentialShell.run(CredentialShell.java:68)
>   at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:70)
>   at 
> org.apache.hadoop.security.alias.CredentialShell.main(CredentialShell.java:442)
> 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)