Skip to content

Commit

Permalink
Remove startJDBCServer example
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahmoud Hanafy committed May 19, 2016
1 parent 1e58afd commit df0139d
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,11 +155,6 @@ public DataFrame simpleSqlExample(DataFrame pandas) {
return miniPandas;
}

public void startJDBCServer(HiveContext sqlContext) {
sqlContext.setConf("hive.server2.thrift.port", "9090");
HiveThriftServer2.startWithContext(sqlContext);
}

/**
* Orders pandas by size ascending and by age descending.
* Pandas will be sorted by "size" first and if two pandas
Expand Down

0 comments on commit df0139d

Please sign in to comment.