Big Data Tools插件使用

简介: Big Data Tools插件使用

Jetbrains的产品中,均可以安装插件,其中:Big Data Tools 插件可以帮助我们方便操作HDSF,比如:

IntelliJ IDEAJava IDE

PyCharm python IDE

DataGrip SQL IDE

均可支持Bigdata Tool插件

 

这里是使用pycharm(必须要使用专业版,社区版本是没有这个插件的)

打开pycharm的设置Settings

之后找到Plugins,搜索Big Data Tools

image.png

安装到pycharm

 

配置windows

需要对windows系统做一些基础设置,配合插件使用

解压Hadoop安装包到windows系统,如解压到:E:\hadoop-3.1.4

设置$HADOOP_HOME环境变量指向:E:\hadoop-3.1.4

hadoop.dllwinutils.exe放入$HADOOP_HOME/bin

image.png

环境变量配置好后,重启电脑

 

配置Big Data Tools插件

首先打开插件

image.png

输入参数,URL ip加端口,name输入启动HDFS的用户名,最后点击Test connection连接测试,显示绿色的,就说明能连接,点击ok连接

image.png

 

 

 

 

还有一种方法

就是使用Configuration Folder模式连接,下面选择etc\hadoop这个文件夹

image.png

 

因为我们刚刚安装的hadoop里面的配置文件是没有任何配置的

所以我从linux下将linux下的hadoop/etc/hadoop下的配置文件全部打包过来

image.png

放入到windows这个目录下,将之前的所有文件删除,将linux打包过来的放进去

image.png

 

 

连接

目录
打赏
0
0
0
0
7
分享
相关文章
Qtdesigner报错:This application failed to stat could not find or load the Qt platform plugin “windows“
Qtdesigner报错:This application failed to stat could not find or load the Qt platform plugin “windows“
《From Pipelines to RefineriesScaling Big Data Applications》电子版地址
From Pipelines to Refineries:Scaling Big Data Applications
96 0
《From Pipelines to RefineriesScaling Big Data Applications》电子版地址
Appium问题解决方案(7)- Could not find 'adb.exe' in PATH. Please set the ANDROID_HOME environment variable with the Android SDK root directory path
Appium问题解决方案(7)- Could not find 'adb.exe' in PATH. Please set the ANDROID_HOME environment variable with the Android SDK root directory path
600 0
Appium问题解决方案(7)- Could not find 'adb.exe' in PATH. Please set the ANDROID_HOME environment variable with the Android SDK root directory path
Big Data Application Case Study – Technical Architecture of a Big Data Platform
How should we design the architecture of a big data platform? Are there any good use cases for this architecture?
2268 0