Skip to content

Commit 33a6c58

Browse files
committed
added source for cluster, and cleaned analysis folder
1 parent 3964b53 commit 33a6c58

11 files changed

+704
-379
lines changed

.RData

25.2 KB
Binary file not shown.

.Rhistory

Lines changed: 375 additions & 375 deletions
Large diffs are not rendered by default.

Analysis/Analysis-Max.Rmd renamed to Analysis/Analysis-Master.Rmd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -316,19 +316,19 @@ plot_operations_get = function(filtered,title='',subtitle=''
316316
ggplot_colors(p,legend.position = legendpos
317317
,axis.text.x=element_text(size=8,angle=45,hjust=1)
318318
,axis.text.y=element_text(size=8)
319-
#,strip.background = element_rect(fill='#636363')
320319
)
321320
}
322321
plot_operations = function(filtered,title,ncol=plotCols,legendpos='right'){
323-
324322
for (st in sort(unique(filtered$subType))){
325323
data=filter(filtered,subType==st)
326-
p=plot_operations_get(data,title=paste0(title,' - ' , st),subtitle=' (All Operations) ',ncol=ncol,legendpos=legendpos)
324+
p=plot_operations_get(data,title=paste0(title,' - ' , st)
325+
,subtitle=' (All Operations) ',ncol=ncol,legendpos=legendpos)
327326
subchunkify(p, fig_height=ceiling(n_distinct(data$Operation)/ncol)*2.5+.5, fig_width=plotCols*3)
328327
329328
data=plot_get_significant(filter(filtered,subType==st))
330329
if(!is.null(data)) {
331-
p=plot_operations_get(data,title=paste0(title,' - ' , st ),subtitle=' (Significant Operations) ',ncol=ncol)
330+
p=plot_operations_get(data,title=paste0(title,' - ' , st )
331+
,subtitle=' (Significant Operations) ',ncol=ncol)
332332
subchunkify(p, fig_height=ceiling(n_distinct(data$Operation)/ncol)*2.5+.5, fig_width=ncol*3)
333333
}
334334
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Code/Databricks-Cluster/Project_PySpark_v2.ipynb

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

Code/Databricks-Cluster/proj-Scala_v2_EC2.scala

Lines changed: 324 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)