git://scientific.zcu.cz
/
hadoop-jobstat.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d2d8fa
)
Example database initialization.
author
František Dvořák
<valtri@civ.zcu.cz>
Wed, 4 Mar 2015 23:04:23 +0000
(
00:04
+0100)
committer
František Dvořák
<valtri@civ.zcu.cz>
Wed, 4 Mar 2015 23:04:23 +0000
(
00:04
+0100)
init.sql
[new file with mode: 0644]
patch
|
blob
diff --git a/init.sql
b/init.sql
new file mode 100644
(file)
index 0000000..
f9f2189
--- /dev/null
+++ b/
init.sql
@@ -0,0
+1,3
@@
+CREATE DATABASE hadoop;
+GRANT INSERT,UPDATE,DELETE,SELECT ON hadoop.* TO hadoop@localhost;
+\. create.sql