ambari git commit: AMBARI-18250. Pig View Caching issue causes File does not exist: /user//pig/jobs/job_id/stdout and stderr. (Jay Sen Sharma via gauravn7)

2016-10-25 Thread gnagar
Repository: ambari
Updated Branches:
  refs/heads/branch-2.4 3dac2175d -> f10452f61


AMBARI-18250. Pig View Caching issue causes File does not exist: 
/user//pig/jobs/job_id/stdout and stderr. (Jay Sen Sharma via gauravn7)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/f10452f6
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/f10452f6
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/f10452f6

Branch: refs/heads/branch-2.4
Commit: f10452f6140fe5e9b9e7cabcca0e733dc047f1ff
Parents: 3dac217
Author: Gaurav Nagar 
Authored: Tue Oct 25 23:54:34 2016 +0530
Committer: Gaurav Nagar 
Committed: Tue Oct 25 23:54:34 2016 +0530

--
 .../views/pig/src/main/resources/ui/pig-web/app/initialize.js   | 5 +
 1 file changed, 5 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/ambari/blob/f10452f6/contrib/views/pig/src/main/resources/ui/pig-web/app/initialize.js
--
diff --git a/contrib/views/pig/src/main/resources/ui/pig-web/app/initialize.js 
b/contrib/views/pig/src/main/resources/ui/pig-web/app/initialize.js
index 38ee093..6df3604 100644
--- a/contrib/views/pig/src/main/resources/ui/pig-web/app/initialize.js
+++ b/contrib/views/pig/src/main/resources/ui/pig-web/app/initialize.js
@@ -19,6 +19,11 @@
 window.App = require('app');
 
 App.ApplicationAdapter = DS.RESTAdapter.extend({
+  init: function() {
+Ember.$.ajaxSetup({
+  cache: false
+})
+  },
   namespace: App.getNamespaceUrl(),
   headers: {
'X-Requested-By': 'ambari'



[19/21] ambari git commit: AMBARI-18250. Pig View Caching issue causes File does not exist: /user//pig/jobs/job_id/stdout and stderr. (Jay Sen Sharma via gauravn7)

2016-09-21 Thread ncole
AMBARI-18250. Pig View Caching issue causes File does not exist: 
/user//pig/jobs/job_id/stdout and stderr. (Jay Sen Sharma via gauravn7)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/0f774139
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/0f774139
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/0f774139

Branch: refs/heads/branch-dev-patch-upgrade
Commit: 0f774139ec6d4dd85075e0227b59c6ded75d262e
Parents: 04b4dc2
Author: Gaurav Nagar 
Authored: Wed Sep 21 16:36:56 2016 +0530
Committer: Gaurav Nagar 
Committed: Wed Sep 21 16:41:45 2016 +0530

--
 .../views/pig/src/main/resources/ui/pig-web/app/initialize.js   | 5 +
 1 file changed, 5 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/ambari/blob/0f774139/contrib/views/pig/src/main/resources/ui/pig-web/app/initialize.js
--
diff --git a/contrib/views/pig/src/main/resources/ui/pig-web/app/initialize.js 
b/contrib/views/pig/src/main/resources/ui/pig-web/app/initialize.js
index 38ee093..6df3604 100644
--- a/contrib/views/pig/src/main/resources/ui/pig-web/app/initialize.js
+++ b/contrib/views/pig/src/main/resources/ui/pig-web/app/initialize.js
@@ -19,6 +19,11 @@
 window.App = require('app');
 
 App.ApplicationAdapter = DS.RESTAdapter.extend({
+  init: function() {
+Ember.$.ajaxSetup({
+  cache: false
+})
+  },
   namespace: App.getNamespaceUrl(),
   headers: {
'X-Requested-By': 'ambari'



ambari git commit: AMBARI-18250. Pig View Caching issue causes File does not exist: /user//pig/jobs/job_id/stdout and stderr. (Jay Sen Sharma via gauravn7)

2016-09-21 Thread gnagar
Repository: ambari
Updated Branches:
  refs/heads/branch-2.5 c25296967 -> 66c5c983b


AMBARI-18250. Pig View Caching issue causes File does not exist: 
/user//pig/jobs/job_id/stdout and stderr. (Jay Sen Sharma via gauravn7)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/66c5c983
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/66c5c983
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/66c5c983

Branch: refs/heads/branch-2.5
Commit: 66c5c983b133f04d6786444b08a8411b554275b9
Parents: c252969
Author: Gaurav Nagar 
Authored: Wed Sep 21 16:36:56 2016 +0530
Committer: Gaurav Nagar 
Committed: Wed Sep 21 16:37:10 2016 +0530

--
 .../views/pig/src/main/resources/ui/pig-web/app/initialize.js   | 5 +
 1 file changed, 5 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/ambari/blob/66c5c983/contrib/views/pig/src/main/resources/ui/pig-web/app/initialize.js
--
diff --git a/contrib/views/pig/src/main/resources/ui/pig-web/app/initialize.js 
b/contrib/views/pig/src/main/resources/ui/pig-web/app/initialize.js
index 38ee093..6df3604 100644
--- a/contrib/views/pig/src/main/resources/ui/pig-web/app/initialize.js
+++ b/contrib/views/pig/src/main/resources/ui/pig-web/app/initialize.js
@@ -19,6 +19,11 @@
 window.App = require('app');
 
 App.ApplicationAdapter = DS.RESTAdapter.extend({
+  init: function() {
+Ember.$.ajaxSetup({
+  cache: false
+})
+  },
   namespace: App.getNamespaceUrl(),
   headers: {
'X-Requested-By': 'ambari'



ambari git commit: AMBARI-18250. Pig View Caching issue causes File does not exist: /user//pig/jobs/job_id/stdout and stderr. (Jay Sen Sharma via gauravn7)

2016-09-21 Thread gnagar
Repository: ambari
Updated Branches:
  refs/heads/trunk 04b4dc2a5 -> 0f774139e


AMBARI-18250. Pig View Caching issue causes File does not exist: 
/user//pig/jobs/job_id/stdout and stderr. (Jay Sen Sharma via gauravn7)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/0f774139
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/0f774139
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/0f774139

Branch: refs/heads/trunk
Commit: 0f774139ec6d4dd85075e0227b59c6ded75d262e
Parents: 04b4dc2
Author: Gaurav Nagar 
Authored: Wed Sep 21 16:36:56 2016 +0530
Committer: Gaurav Nagar 
Committed: Wed Sep 21 16:41:45 2016 +0530

--
 .../views/pig/src/main/resources/ui/pig-web/app/initialize.js   | 5 +
 1 file changed, 5 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/ambari/blob/0f774139/contrib/views/pig/src/main/resources/ui/pig-web/app/initialize.js
--
diff --git a/contrib/views/pig/src/main/resources/ui/pig-web/app/initialize.js 
b/contrib/views/pig/src/main/resources/ui/pig-web/app/initialize.js
index 38ee093..6df3604 100644
--- a/contrib/views/pig/src/main/resources/ui/pig-web/app/initialize.js
+++ b/contrib/views/pig/src/main/resources/ui/pig-web/app/initialize.js
@@ -19,6 +19,11 @@
 window.App = require('app');
 
 App.ApplicationAdapter = DS.RESTAdapter.extend({
+  init: function() {
+Ember.$.ajaxSetup({
+  cache: false
+})
+  },
   namespace: App.getNamespaceUrl(),
   headers: {
'X-Requested-By': 'ambari'