[jira] [Updated] (HADOOP-9157) Better option for curl in hadoop-auth-examples

2019-06-17 Thread Wei-Chiu Chuang (JIRA)


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

Wei-Chiu Chuang updated HADOOP-9157:

   Resolution: Fixed
Fix Version/s: 3.1.3
   3.2.1
   3.3.0
   Status: Resolved  (was: Patch Available)

+1 Thanks [~boky01] [~yaojingguo] pushed to trunk, branch-3.2 and branch-3.1

> Better option for curl in hadoop-auth-examples
> --
>
> Key: HADOOP-9157
> URL: https://issues.apache.org/jira/browse/HADOOP-9157
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: documentation
> Environment: Ubuntu 12.04
>Reporter: Jingguo Yao
>Assignee: Andras Bokor
>Priority: Minor
> Fix For: 3.3.0, 3.2.1, 3.1.3
>
> Attachments: HADOOP-9157.01.patch
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> In http://hadoop.apache.org/docs/current/hadoop-auth/Examples.html, there is 
> "curl --negotiate -u foo -b ~/cookiejar.txt -c ~/cookiejar.txt 
> http://localhost:8080/hadoop-auth-examples/kerberos/who";. A better way is to 
> use "-u :" instead of "-u foo". With the use of the former option, curl will 
> not prompt for a password.



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

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[jira] [Updated] (HADOOP-9157) Better option for curl in hadoop-auth-examples

2018-01-19 Thread Andras Bokor (JIRA)

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

Andras Bokor updated HADOOP-9157:
-
Status: Patch Available  (was: Open)

I agree. Also, with localhost the examples did not work for me. I had to use 
FQDN.

Patch 01 fixes these issues.

> Better option for curl in hadoop-auth-examples
> --
>
> Key: HADOOP-9157
> URL: https://issues.apache.org/jira/browse/HADOOP-9157
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: documentation
> Environment: Ubuntu 12.04
>Reporter: Jingguo Yao
>Assignee: Andras Bokor
>Priority: Minor
> Attachments: HADOOP-9157.01.patch
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> In http://hadoop.apache.org/docs/current/hadoop-auth/Examples.html, there is 
> "curl --negotiate -u foo -b ~/cookiejar.txt -c ~/cookiejar.txt 
> http://localhost:8080/hadoop-auth-examples/kerberos/who";. A better way is to 
> use "-u :" instead of "-u foo". With the use of the former option, curl will 
> not prompt for a password.



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

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[jira] [Updated] (HADOOP-9157) Better option for curl in hadoop-auth-examples

2018-01-19 Thread Andras Bokor (JIRA)

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

Andras Bokor updated HADOOP-9157:
-
Attachment: HADOOP-9157.01.patch

> Better option for curl in hadoop-auth-examples
> --
>
> Key: HADOOP-9157
> URL: https://issues.apache.org/jira/browse/HADOOP-9157
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: documentation
> Environment: Ubuntu 12.04
>Reporter: Jingguo Yao
>Assignee: Andras Bokor
>Priority: Minor
> Attachments: HADOOP-9157.01.patch
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> In http://hadoop.apache.org/docs/current/hadoop-auth/Examples.html, there is 
> "curl --negotiate -u foo -b ~/cookiejar.txt -c ~/cookiejar.txt 
> http://localhost:8080/hadoop-auth-examples/kerberos/who";. A better way is to 
> use "-u :" instead of "-u foo". With the use of the former option, curl will 
> not prompt for a password.



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

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[jira] [Updated] (HADOOP-9157) Better option for curl in hadoop-auth-examples

2012-12-18 Thread Jingguo Yao (JIRA)

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

Jingguo Yao updated HADOOP-9157:


Description: In 
http://hadoop.apache.org/docs/current/hadoop-auth/Examples.html, there is "curl 
--negotiate -u foo -b ~/cookiejar.txt -c ~/cookiejar.txt 
http://localhost:8080/hadoop-auth-examples/kerberos/who";. A better way is to 
use "-u :" instead of "-u foo". With the use of the former option, curl will 
not prompt for a password.  (was: In 
http://hadoop.apache.org/docs/current/hadoop-auth/Examples.html, there is "curl 
--negotiate -u foo -b ~/cookiejar.txt -c ~/cookiejar.txt 
http://localhost:8080/hadoop-auth-examples/kerberos/who";. A better way is to 
use "-u :" instead of "-u foo". Withe the use of the former option, curl will 
not prompt for a password.)

> Better option for curl in hadoop-auth-examples
> --
>
> Key: HADOOP-9157
> URL: https://issues.apache.org/jira/browse/HADOOP-9157
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: documentation
> Environment: Ubuntu 12.04
>Reporter: Jingguo Yao
>Priority: Minor
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> In http://hadoop.apache.org/docs/current/hadoop-auth/Examples.html, there is 
> "curl --negotiate -u foo -b ~/cookiejar.txt -c ~/cookiejar.txt 
> http://localhost:8080/hadoop-auth-examples/kerberos/who";. A better way is to 
> use "-u :" instead of "-u foo". With the use of the former option, curl will 
> not prompt for a password.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira