首页 \ 问答 \ Namenode恢复,namenode恢复如何工作?(Namenode recovery, How does namenode recovery works?)

Namenode恢复,namenode恢复如何工作?(Namenode recovery, How does namenode recovery works?)

hadoop生态系统中我们有NameNodeSecondaryNameNodeNameNode负责管理集群中可用的所有数据,所以我的问题是当NameNode关闭生态系统如何替换并用其他NameNode恢复它?


In hadoop ecosystem we have NameNode and SecondaryNameNode, NameNode is responsible to managing all data available in cluster, So my question is when NameNode goes down how ecosystem replace and recover it with other NameNode?


原文:https://stackoverflow.com/questions/17387477
更新时间:2023-04-09 22:04

最满意答案

  1. 嗯..你实时检查滚动条。 Inspect Code仅在请求时运行(或在提交之前 )。

  2. 我找不到任何类似请求的现有机票 - 如果您愿意,您可以通过https://youtrack.jetbrains.com/issues/WI自行提交。

    我找到的最好的是这一个: https//youtrack.jetbrains.com/issue/IDEA-120207

  3. 您可以为该Code | Inspect Code...分配任何方便的快捷方式 Code | Inspect Code... Settings/Preferences | Keymap Code | Inspect Code... Settings/Preferences | Keymap - 它不是理想的,但是体面的解决方法。

  4. 如果您打开了Inspection Results工具窗口,则可以跳转到它并使用Rerun操作(在Windows上Ctrl+F5


  1. Well .. you have inspections on the scrollbar in real time. The Inspect Code is run on request only unfortunately (or before Commit).

  2. I could not find any existing ticket for similar request -- if you wish, you can submit one yourself at https://youtrack.jetbrains.com/issues/WI

    The best I have found is this one: https://youtrack.jetbrains.com/issue/IDEA-120207

  3. You can assign any convenient to you shortcut to that Code | Inspect Code... in Settings/Preferences | Keymap -- it's not ideal but decent workaround.

  4. If you have Inspection Results tool window opened, you could jump into it and use Rerun action (Ctrl+F5 here on Windows)

相关问答

更多
  • 其实这是可能的。 这个想法是记录一个非常简单的宏,它可以选择所有行( Ctrl + A ),格式( Ctrl + Alt + L ),全部取消选择(向上和向下箭头)并保存文件(Ctrl + S)宏到Ctrl + S。 免费Ctrl + S更改“全部保存”的键盘快捷键 打开文件>设置; 搜索“键盘映射”并打开它; 搜索“全部保存”并双击“全部保存”操作; 选择“删除Ctrl + S”; 再次双击“全部保存”并选择“添加键盘快捷方式”; 选择“Ctrl + Alt + Shift + S”作为第一笔。 确认并退 ...
  • 要关闭单行中的错误,请按F2键以执行错误。 然后按Alt-Enter调出检查菜单,然后从弹出菜单导航到错误menU(通常可以通过简单地按下右箭头完成)并选择“Suppress for statement”。 注释将出现在您的代码中以抑制该语句的错误。 评论示例:像/** @noinspection Php[...]Inspection */ 如果您没有将该库包含在项目中,可以将其添加到“外部库”中,并且所有类和对象都将被索引并可用于项目。 要做到这一点,请在项目窗口中的任意位置点击并按F4。 或者转到项目窗 ...
  • 禁用Settings/Preferences | Editor | General | Trim trailing spaces on Save Settings/Preferences | Editor | General | Trim trailing spaces on Save Settings/Preferences | Editor | General | Trim trailing spaces on Save选项Settings/Preferences | Editor | General ...
  • 根据这篇文章,设置应如下: 文件类型:任何 范围:项目文件 程序:./ node_modules / .bin / eslint(如果需要,指定完整路径) 参数: - fix $ FilePath $ 要刷新的输出路径:$ FileDir $ According to this article, settings should be as the following: File type: Any Scope: Project files Program: ./node_modules/.bin/eslin ...
  • 好的,我刚刚发现了。 如果我双击远程主机侧边栏中的文件,则会像右侧那样打开文件。 如果我双击项目边栏中的文件,文件就会像左边那样打开。 OK I just found out. If I double click on file in the remote host sidebar, the file is opened like in the right. If I double click on file in the project sidebar, the file is opened like i ...
  • getfile() : 返回定义了对象的(文本或二进制)文件的名称。 如果对象是内置模块,类或函数,则会因TypeError而失败。 getfile()也返回pyc(编译)文件,其中getsourcefile()只返回源文件。 getfile(): Return the name of the (text or binary) file in which an object was defined. This will fail with a TypeError if the object is a bui ...
  • 不,WebStorm中没有这样的功能; 请投票支持WEB-9557请注意,Chrome中加载的页面目前有一个“Inspect in WebStorm”上下文菜单操作。 但是此操作只会启动当前在浏览器中加载的页面的调试会话。 从理论上讲,它还应该在调试器元素选项卡中显示页面 - 但它没有( http://youtrack.jetbrains.com/issue/WEB-10822 ) No, there is no such feature in WebStorm; please vote for WEB-9 ...
  • 嗯..你实时检查滚动条。 Inspect Code仅在请求时运行(或在提交之前 )。 我找不到任何类似请求的现有机票 - 如果您愿意,您可以通过https://youtrack.jetbrains.com/issues/WI自行提交。 我找到的最好的是这一个: https : //youtrack.jetbrains.com/issue/IDEA-120207 您可以为该Code | Inspect Code...分配任何方便的快捷方式 Code | Inspect Code... Settings/Pre ...
  • 您是否检查过特定文件夹是否启用了git? 转到文件>设置>版本控制,并确保您的项目文件夹具有git。 Did you check if git is enabled for specific folder? Go to File > settings > Version control and make sure your project folder has git.
  • 看看这个: http : //devnet.jetbrains.net/thread/291434 “不要退出时自动保存”是严格的“不会修复”团队。 您不能使用制表符星号,因为编辑器中的文件只是从磁盘加载而没有未保存的更改。 没有任何意义。 如果您需要随时间保留更改集,则应该考虑使用源代码控制。 本地git存储库将为您提供所需的所有功能。 只需安装git,执行“Version Control | Git Init”,你就可以获得很好的变更集,编辑器中的chages,每个更改和文件的差异。 Check thi ...

相关文章

更多

最新问答

更多
  • 您如何使用git diff文件,并将其应用于同一存储库的副本的本地分支?(How do you take a git diff file, and apply it to a local branch that is a copy of the same repository?)
  • 将长浮点值剪切为2个小数点并复制到字符数组(Cut Long Float Value to 2 decimal points and copy to Character Array)
  • OctoberCMS侧边栏不呈现(OctoberCMS Sidebar not rendering)
  • 页面加载后对象是否有资格进行垃圾回收?(Are objects eligible for garbage collection after the page loads?)
  • codeigniter中的语言不能按预期工作(language in codeigniter doesn' t work as expected)
  • 在计算机拍照在哪里进入
  • 使用cin.get()从c ++中的输入流中丢弃不需要的字符(Using cin.get() to discard unwanted characters from the input stream in c++)
  • No for循环将在for循环中运行。(No for loop will run inside for loop. Testing for primes)
  • 单页应用程序:页面重新加载(Single Page Application: page reload)
  • 在循环中选择具有相似模式的列名称(Selecting Column Name With Similar Pattern in a Loop)
  • System.StackOverflow错误(System.StackOverflow error)
  • KnockoutJS未在嵌套模板上应用beforeRemove和afterAdd(KnockoutJS not applying beforeRemove and afterAdd on nested templates)
  • 散列包括方法和/或嵌套属性(Hash include methods and/or nested attributes)
  • android - 如何避免使用Samsung RFS文件系统延迟/冻结?(android - how to avoid lag/freezes with Samsung RFS filesystem?)
  • TensorFlow:基于索引列表创建新张量(TensorFlow: Create a new tensor based on list of indices)
  • 企业安全培训的各项内容
  • 错误:RPC失败;(error: RPC failed; curl transfer closed with outstanding read data remaining)
  • C#类名中允许哪些字符?(What characters are allowed in C# class name?)
  • NumPy:将int64值存储在np.array中并使用dtype float64并将其转换回整数是否安全?(NumPy: Is it safe to store an int64 value in an np.array with dtype float64 and later convert it back to integer?)
  • 注销后如何隐藏导航portlet?(How to hide navigation portlet after logout?)
  • 将多个行和可变行移动到列(moving multiple and variable rows to columns)
  • 提交表单时忽略基础href,而不使用Javascript(ignore base href when submitting form, without using Javascript)
  • 对setOnInfoWindowClickListener的意图(Intent on setOnInfoWindowClickListener)
  • Angular $资源不会改变方法(Angular $resource doesn't change method)
  • 在Angular 5中不是一个函数(is not a function in Angular 5)
  • 如何配置Composite C1以将.m和桌面作为同一站点提供服务(How to configure Composite C1 to serve .m and desktop as the same site)
  • 不适用:悬停在悬停时:在元素之前[复制](Don't apply :hover when hovering on :before element [duplicate])
  • 常见的python rpc和cli接口(Common python rpc and cli interface)
  • Mysql DB单个字段匹配多个其他字段(Mysql DB single field matching to multiple other fields)
  • 产品页面上的Magento Up出售对齐问题(Magento Up sell alignment issue on the products page)