Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
张浩
/
BrBigDataTest
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
5e5f67b7
...
5e5f67b794d716888a4e88574f1876b91610a595
authored
2021-04-19 16:07:10 +0800
by
zhanghao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
commit
1 parent
72ba236f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/bigdata/test/ETLApp.java
src/main/java/com/bigdata/test/ETLApp.java
View file @
5e5f67b
...
...
@@ -17,7 +17,7 @@ import java.io.IOException;
public
class
ETLApp
{
public
static
void
main
(
String
[]
args
)
throws
Exception
{
System
.
setProperty
(
"HADOOP_USER_NAME"
,
"
zhanghao
"
);
System
.
setProperty
(
"HADOOP_USER_NAME"
,
"
sifude
"
);
Configuration
configuration
=
new
Configuration
();
configuration
.
set
(
"fs.defaultFS"
,
"hdfs://localhost:8020"
);
...
...
Please
register
or
sign in
to post a comment