We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
已经可以ping通 想了解下spark脚本运行问题 首先在readme中,说到要创建/sys_log,这个是不是说在centos的/目录下创建一个这样的文件夹就可以了 然后在spark脚本中 self.jdbcURL = "jdbc:mysql://172.19.107.58:3306/127_0_0_1" "?useUnicode=true&characterEncoding=utf-8&useSSL=false" 这里我看写了一个127_0_0_1的数据库名,是不是该改成项目用的数据库sql_bs? 另外提到的spark信息(24行)、hadoop信息(39行)这里需要改动什么呢? 不是很熟悉这俩中间件 辛苦大佬解答一下
The text was updated successfully, but these errors were encountered:
另外还想问一下 spark脚本中关联数据库表的部分在哪儿? 我没有找到哪儿写了具体用哪张表,比如我看到了一个叫做tag_name的表,但我看我的数据库,并没有这张表呀
Sorry, something went wrong.
No branches or pull requests
已经可以ping通
想了解下spark脚本运行问题
首先在readme中,说到要创建/sys_log,这个是不是说在centos的/目录下创建一个这样的文件夹就可以了
然后在spark脚本中
self.jdbcURL = "jdbc:mysql://172.19.107.58:3306/127_0_0_1"
"?useUnicode=true&characterEncoding=utf-8&useSSL=false"
这里我看写了一个127_0_0_1的数据库名,是不是该改成项目用的数据库sql_bs?
另外提到的spark信息(24行)、hadoop信息(39行)这里需要改动什么呢? 不是很熟悉这俩中间件
辛苦大佬解答一下
The text was updated successfully, but these errors were encountered: