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

 

 

连接

目录
相关文章
clion中cpp文件显示This file does not belong to any project ,code insight features might not work【解决方案】
clion中cpp文件显示This file does not belong to any project ,code insight features might not work【解决方案】
clion中cpp文件显示This file does not belong to any project ,code insight features might not work【解决方案】
|
6月前
|
存储 JSON API
使用 SAP Business Application Studio Data Editor 生成 Mock Data
使用 SAP Business Application Studio Data Editor 生成 Mock Data
58 0
|
9月前
UE DTDataTable Plugin description, operating CSV files in runtime.
UE DTDataTable Plugin description, operating CSV files in runtime.
60 0
《From Pipelines to RefineriesScaling Big Data Applications》电子版地址
From Pipelines to Refineries:Scaling Big Data Applications
55 0
《From Pipelines to RefineriesScaling Big Data Applications》电子版地址
|
atlas 算法框架/工具 Caffe
caffe cmake错误 Could NOT find Atlas (missing: Atlas_LAPACK_LIBRARY)
caffe cmake错误 Could NOT find Atlas (missing: Atlas_LAPACK_LIBRARY)
运行QtDesigner.exe报错:it could not find or load the Qt platform plugin “windows“
运行QtDesigner.exe报错:it could not find or load the Qt platform plugin “windows“
运行QtDesigner.exe报错:it could not find or load the Qt platform plugin “windows“
【错误记录】发布 Flutter 插件包报错 ( It‘s strongly recommended to include a “homepage“ or “repository“ field )
【错误记录】发布 Flutter 插件包报错 ( It‘s strongly recommended to include a “homepage“ or “repository“ field )
223 0
【错误记录】发布 Flutter 插件包报错 ( It‘s strongly recommended to include a “homepage“ or “repository“ field )
|
C语言
Qt Creator新安装后运行一个程序后,出现错误:Error while building/deploying project dict-qt (kit: Desktop Qt 5.10.0 MinGW 32bit) When executing step "qmake"
1、环境介绍:在windows10 Pro下,当前Qt Creator版本,如下图所示: 2、问题描述:当用Qt Creator新建一个工程后,按Ctrl + R 构建/部署时,出现问题,问题截图如下: 3、解决方案:这是由于Qt Creator打开的工程文件夹的绝对路径中存在中文字符,只需将工...
5656 0

热门文章

最新文章