Guest User

Untitled

a guest
Jan 27th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. [
  2. {
  3. "Classification": "hive-site",
  4. "Properties": {
  5. "javax.jdo.option.ConnectionURL": "jdbc:mysql://hostname:3306/hive?createDatabaseIfNotExist=true",
  6. "javax.jdo.option.ConnectionDriverName": "org.mariadb.jdbc.Driver",
  7. "javax.jdo.option.ConnectionUserName": "username",
  8. "javax.jdo.option.ConnectionPassword": "password"
  9. }
  10. }
  11. ]
  12.  
  13. aws emr create-cluster --release-label emr-5.11.0 --instance-type m3.xlarge --instance-count 2
  14. --applications Name=Hive --configurations ./hiveConfiguration.json --use-default-roles
Add Comment
Please, Sign In to add comment