[ 
https://issues.apache.org/jira/browse/HDFS-1734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13010620#comment-13010620
 ] 

Uma Maheswara Rao G commented on HDFS-1734:
-------------------------------------------

Thanks Jithendra for Review,
 Here this fix will solve this problem, because When we click on the file name 
in NN UI, generateFileDetails will write all the parameters in to page as 
hidden.

out.print("<input type=\"*hidden*\" name=\"genstamp\" value=\"" + *genStamp*
+       + "\">")

 When we click refresh, the same parameters will be resubmitted. 


The initial problem is, when we click on file to open from UI, we missed to 
write genstamp as hidden parameter. So, when the refresh happens that parameter 
is missing.

With this patch refresh button is working.

> 'Chunk size to view' option is not working in Name Node UI.
> -----------------------------------------------------------
>
>                 Key: HDFS-1734
>                 URL: https://issues.apache.org/jira/browse/HDFS-1734
>             Project: Hadoop HDFS
>          Issue Type: Bug
>          Components: name-node
>            Reporter: Uma Maheswara Rao G
>            Assignee: Uma Maheswara Rao G
>         Attachments: ChunkSizeToView.jpg, HDFS-1734.patch
>
>
>   1. Write a file to DFS
>   2. Browse the file using Name Node UI.
>   3. give the chunk size to view as 100 and click the refresh.
>   It will say Invalid input ( getnstamp absent )

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to